Skip to content

Commit

Permalink
added server monitoring process memoryShared, OpenFileDescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeongseoknam committed Aug 31, 2024
1 parent cb06e38 commit 0df0990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/pack/SMProcPerfPack.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ func (this *ProcPerf) Write(out *io.DataOutputX) {
for _, procFile := range this.File {
procFile.Write(dout)
}
//dout.WriteDecimal(this.MemoryShared)
//dout.WriteDecimal(this.OpenFileDescriptors)
dout.WriteDecimal(this.MemoryShared)
dout.WriteDecimal(this.OpenFileDescriptors)

out.WriteBlob(dout.ToByteArray())
}
Expand Down

0 comments on commit 0df0990

Please sign in to comment.