Documentation ¶
Overview ¶
Package com_hailocab_kernel_platform_runtimesample is a generated protocol buffer package.
It is generated from these files:
github.com/hailocab/h2/go/internal/p/proto/runtimesample/runtimesample.proto
It has these top-level messages:
RuntimeSample
Index ¶
- type RuntimeSample
- func (m *RuntimeSample) GetHeapInUse() uint64
- func (m *RuntimeSample) GetHeapReleased() uint64
- func (m *RuntimeSample) GetHeapTotal() uint64
- func (m *RuntimeSample) GetInstanceId() string
- func (m *RuntimeSample) GetLastGCDuration() uint64
- func (m *RuntimeSample) GetNumGC() uint32
- func (m *RuntimeSample) GetNumGoRoutines() uint32
- func (m *RuntimeSample) GetServiceName() string
- func (m *RuntimeSample) GetTimestamp() int64
- func (m *RuntimeSample) GetUptime() int64
- func (*RuntimeSample) ProtoMessage()
- func (m *RuntimeSample) Reset()
- func (m *RuntimeSample) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeSample ¶
type RuntimeSample struct { ServiceName *string `protobuf:"bytes,1,req,name=serviceName" json:"serviceName,omitempty"` InstanceId *string `protobuf:"bytes,2,req,name=instanceId" json:"instanceId,omitempty"` Timestamp *int64 `protobuf:"varint,3,req,name=timestamp" json:"timestamp,omitempty"` HeapInUse *uint64 `protobuf:"varint,4,req,name=heapInUse" json:"heapInUse,omitempty"` HeapTotal *uint64 `protobuf:"varint,5,req,name=heapTotal" json:"heapTotal,omitempty"` HeapReleased *uint64 `protobuf:"varint,6,req,name=heapReleased" json:"heapReleased,omitempty"` LastGCDuration *uint64 `protobuf:"varint,7,req,name=lastGCDuration" json:"lastGCDuration,omitempty"` NumGC *uint32 `protobuf:"varint,8,req,name=numGC" json:"numGC,omitempty"` NumGoRoutines *uint32 `protobuf:"varint,9,req,name=numGoRoutines" json:"numGoRoutines,omitempty"` Uptime *int64 `protobuf:"varint,10,req,name=uptime" json:"uptime,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*RuntimeSample) GetHeapInUse ¶
func (m *RuntimeSample) GetHeapInUse() uint64
func (*RuntimeSample) GetHeapReleased ¶
func (m *RuntimeSample) GetHeapReleased() uint64
func (*RuntimeSample) GetHeapTotal ¶
func (m *RuntimeSample) GetHeapTotal() uint64
func (*RuntimeSample) GetInstanceId ¶
func (m *RuntimeSample) GetInstanceId() string
func (*RuntimeSample) GetLastGCDuration ¶
func (m *RuntimeSample) GetLastGCDuration() uint64
func (*RuntimeSample) GetNumGC ¶
func (m *RuntimeSample) GetNumGC() uint32
func (*RuntimeSample) GetNumGoRoutines ¶
func (m *RuntimeSample) GetNumGoRoutines() uint32
func (*RuntimeSample) GetServiceName ¶
func (m *RuntimeSample) GetServiceName() string
func (*RuntimeSample) GetTimestamp ¶
func (m *RuntimeSample) GetTimestamp() int64
func (*RuntimeSample) GetUptime ¶
func (m *RuntimeSample) GetUptime() int64
func (*RuntimeSample) ProtoMessage ¶
func (*RuntimeSample) ProtoMessage()
func (*RuntimeSample) Reset ¶
func (m *RuntimeSample) Reset()
func (*RuntimeSample) String ¶
func (m *RuntimeSample) String() string
Click to show internal directories.
Click to hide internal directories.