pinba

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthRequest = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRequest   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type Request

type Request struct {
	Hostname             *string    `protobuf:"bytes,1,req,name=hostname" json:"hostname,omitempty"`
	ServerName           *string    `protobuf:"bytes,2,req,name=server_name,json=serverName" json:"server_name,omitempty"`
	ScriptName           *string    `protobuf:"bytes,3,req,name=script_name,json=scriptName" json:"script_name,omitempty"`
	RequestCount         *uint32    `protobuf:"varint,4,req,name=request_count,json=requestCount" json:"request_count,omitempty"`
	DocumentSize         *uint32    `protobuf:"varint,5,req,name=document_size,json=documentSize" json:"document_size,omitempty"`
	MemoryPeak           *uint32    `protobuf:"varint,6,req,name=memory_peak,json=memoryPeak" json:"memory_peak,omitempty"`
	RequestTime          *float32   `protobuf:"fixed32,7,req,name=request_time,json=requestTime" json:"request_time,omitempty"`
	RuUtime              *float32   `protobuf:"fixed32,8,req,name=ru_utime,json=ruUtime" json:"ru_utime,omitempty"`
	RuStime              *float32   `protobuf:"fixed32,9,req,name=ru_stime,json=ruStime" json:"ru_stime,omitempty"`
	TimerHitCount        []uint32   `protobuf:"varint,10,rep,name=timer_hit_count,json=timerHitCount" json:"timer_hit_count,omitempty"`
	TimerValue           []float32  `protobuf:"fixed32,11,rep,name=timer_value,json=timerValue" json:"timer_value,omitempty"`
	TimerTagCount        []uint32   `protobuf:"varint,12,rep,name=timer_tag_count,json=timerTagCount" json:"timer_tag_count,omitempty"`
	TimerTagName         []uint32   `protobuf:"varint,13,rep,name=timer_tag_name,json=timerTagName" json:"timer_tag_name,omitempty"`
	TimerTagValue        []uint32   `protobuf:"varint,14,rep,name=timer_tag_value,json=timerTagValue" json:"timer_tag_value,omitempty"`
	Dictionary           []string   `protobuf:"bytes,15,rep,name=dictionary" json:"dictionary,omitempty"`
	Status               *uint32    `protobuf:"varint,16,opt,name=status" json:"status,omitempty"`
	MemoryFootprint      *uint32    `protobuf:"varint,17,opt,name=memory_footprint,json=memoryFootprint" json:"memory_footprint,omitempty"`
	Requests             []*Request `protobuf:"bytes,18,rep,name=requests" json:"requests,omitempty"`
	Schema               *string    `protobuf:"bytes,19,opt,name=schema" json:"schema,omitempty"`
	TagName              []uint32   `protobuf:"varint,20,rep,name=tag_name,json=tagName" json:"tag_name,omitempty"`
	TagValue             []uint32   `protobuf:"varint,21,rep,name=tag_value,json=tagValue" json:"tag_value,omitempty"`
	TimerRuUtime         []float32  `protobuf:"fixed32,22,rep,name=timer_ru_utime,json=timerRuUtime" json:"timer_ru_utime,omitempty"`
	TimerRuStime         []float32  `protobuf:"fixed32,23,rep,name=timer_ru_stime,json=timerRuStime" json:"timer_ru_stime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetDictionary

func (m *Request) GetDictionary() []string

func (*Request) GetDocumentSize

func (m *Request) GetDocumentSize() uint32

func (*Request) GetHostname

func (m *Request) GetHostname() string

func (*Request) GetMemoryFootprint

func (m *Request) GetMemoryFootprint() uint32

func (*Request) GetMemoryPeak

func (m *Request) GetMemoryPeak() uint32

func (*Request) GetRequestCount

func (m *Request) GetRequestCount() uint32

func (*Request) GetRequestTime

func (m *Request) GetRequestTime() float32

func (*Request) GetRequests

func (m *Request) GetRequests() []*Request

func (*Request) GetRuStime

func (m *Request) GetRuStime() float32

func (*Request) GetRuUtime

func (m *Request) GetRuUtime() float32

func (*Request) GetSchema

func (m *Request) GetSchema() string

func (*Request) GetScriptName

func (m *Request) GetScriptName() string

func (*Request) GetServerName

func (m *Request) GetServerName() string

func (*Request) GetStatus

func (m *Request) GetStatus() uint32

func (*Request) GetTagName

func (m *Request) GetTagName() []uint32

func (*Request) GetTagValue

func (m *Request) GetTagValue() []uint32

func (*Request) GetTimerHitCount

func (m *Request) GetTimerHitCount() []uint32

func (*Request) GetTimerRuStime

func (m *Request) GetTimerRuStime() []float32

func (*Request) GetTimerRuUtime

func (m *Request) GetTimerRuUtime() []float32

func (*Request) GetTimerTagCount

func (m *Request) GetTimerTagCount() []uint32

func (*Request) GetTimerTagName

func (m *Request) GetTimerTagName() []uint32

func (*Request) GetTimerTagValue

func (m *Request) GetTimerTagValue() []uint32

func (*Request) GetTimerValue

func (m *Request) GetTimerValue() []float32

func (*Request) Marshal

func (m *Request) Marshal() (dAtA []byte, err error)

func (*Request) MarshalTo

func (m *Request) MarshalTo(dAtA []byte) (int, error)

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) Size

func (m *Request) Size() (n int)

func (*Request) String

func (m *Request) String() string

func (*Request) Unmarshal

func (m *Request) Unmarshal(dAtA []byte) error

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (dst *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL