• Home
  • Raw
  • Download

Lines Matching defs:ProcessResourceInfo

990 type ProcessResourceInfo struct {  struct
991 state protoimpl.MessageState
992 sizeCache protoimpl.SizeCache
993 unknownFields protoimpl.UnknownFields
996 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
998 …rotobuf:"varint,2,opt,name=user_time_micros,json=userTimeMicros" json:"user_time_micros,omitempty"`
1000 …f:"varint,3,opt,name=system_time_micros,json=systemTimeMicros" json:"system_time_micros,omitempty"`
1002 …axRssKb *uint64 `protobuf:"varint,4,opt,name=max_rss_kb,json=maxRssKb" json:"max_rss_kb,omitempty"`
1004 …obuf:"varint,5,opt,name=minor_page_faults,json=minorPageFaults" json:"minor_page_faults,omitempty"`
1006 …obuf:"varint,6,opt,name=major_page_faults,json=majorPageFaults" json:"major_page_faults,omitempty"`
1008 …utKb *uint64 `protobuf:"varint,7,opt,name=io_input_kb,json=ioInputKb" json:"io_input_kb,omitempty"`
1010 …b *uint64 `protobuf:"varint,8,opt,name=io_output_kb,json=ioOutputKb" json:"io_output_kb,omitempty"`
1012 …untary_context_switches,json=voluntaryContextSwitches" json:"voluntary_context_switches,omitempty"`
1014 …ry_context_switches,json=involuntaryContextSwitches" json:"involuntary_context_switches,omitempty"`
1017 func (x *ProcessResourceInfo) Reset() {
1026 func (x *ProcessResourceInfo) String() string {
1030 func (*ProcessResourceInfo) ProtoMessage() {}
1032 func (x *ProcessResourceInfo) ProtoReflect() protoreflect.Message {
1045 func (*ProcessResourceInfo) Descriptor() ([]byte, []int) {
1049 func (x *ProcessResourceInfo) GetName() string {
1056 func (x *ProcessResourceInfo) GetUserTimeMicros() uint64 {
1063 func (x *ProcessResourceInfo) GetSystemTimeMicros() uint64 {
1070 func (x *ProcessResourceInfo) GetMaxRssKb() uint64 {
1077 func (x *ProcessResourceInfo) GetMinorPageFaults() uint64 {
1084 func (x *ProcessResourceInfo) GetMajorPageFaults() uint64 {
1091 func (x *ProcessResourceInfo) GetIoInputKb() uint64 {
1098 func (x *ProcessResourceInfo) GetIoOutputKb() uint64 {
1105 func (x *ProcessResourceInfo) GetVoluntaryContextSwitches() uint64 {
1112 func (x *ProcessResourceInfo) GetInvoluntaryContextSwitches() uint64 {