• Home
  • Raw
  • Download

Lines Matching defs:ProcessResourceInfo

1426 type ProcessResourceInfo struct {  struct
1427 state protoimpl.MessageState
1428 sizeCache protoimpl.SizeCache
1429 unknownFields protoimpl.UnknownFields
1432 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1434 …rotobuf:"varint,2,opt,name=user_time_micros,json=userTimeMicros" json:"user_time_micros,omitempty"`
1436 …f:"varint,3,opt,name=system_time_micros,json=systemTimeMicros" json:"system_time_micros,omitempty"`
1438 …axRssKb *uint64 `protobuf:"varint,4,opt,name=max_rss_kb,json=maxRssKb" json:"max_rss_kb,omitempty"`
1440 …obuf:"varint,5,opt,name=minor_page_faults,json=minorPageFaults" json:"minor_page_faults,omitempty"`
1442 …obuf:"varint,6,opt,name=major_page_faults,json=majorPageFaults" json:"major_page_faults,omitempty"`
1444 …utKb *uint64 `protobuf:"varint,7,opt,name=io_input_kb,json=ioInputKb" json:"io_input_kb,omitempty"`
1446 …b *uint64 `protobuf:"varint,8,opt,name=io_output_kb,json=ioOutputKb" json:"io_output_kb,omitempty"`
1448 …untary_context_switches,json=voluntaryContextSwitches" json:"voluntary_context_switches,omitempty"`
1450 …ry_context_switches,json=involuntaryContextSwitches" json:"involuntary_context_switches,omitempty"`
1453 func (x *ProcessResourceInfo) Reset() {
1462 func (x *ProcessResourceInfo) String() string {
1466 func (*ProcessResourceInfo) ProtoMessage() {}
1468 func (x *ProcessResourceInfo) ProtoReflect() protoreflect.Message {
1481 func (*ProcessResourceInfo) Descriptor() ([]byte, []int) {
1485 func (x *ProcessResourceInfo) GetName() string {
1492 func (x *ProcessResourceInfo) GetUserTimeMicros() uint64 {
1499 func (x *ProcessResourceInfo) GetSystemTimeMicros() uint64 {
1506 func (x *ProcessResourceInfo) GetMaxRssKb() uint64 {
1513 func (x *ProcessResourceInfo) GetMinorPageFaults() uint64 {
1520 func (x *ProcessResourceInfo) GetMajorPageFaults() uint64 {
1527 func (x *ProcessResourceInfo) GetIoInputKb() uint64 {
1534 func (x *ProcessResourceInfo) GetIoOutputKb() uint64 {
1541 func (x *ProcessResourceInfo) GetVoluntaryContextSwitches() uint64 {
1548 func (x *ProcessResourceInfo) GetInvoluntaryContextSwitches() uint64 {