pinpoint

package
v0.0.0-...-093b380 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TActiveTraceHistogram_ActiveTraceCount_DEFAULT []int32
View Source
var TActiveTraceHistogram_HistogramSchemaType_DEFAULT int32
View Source
var TAgentInfo_EndStatus_DEFAULT int32
View Source
var TAgentInfo_EndTimestamp_DEFAULT int64
View Source
var TAgentStat_AgentId_DEFAULT string
View Source
var TAgentStat_CollectInterval_DEFAULT int64
View Source
var TAgentStat_Metadata_DEFAULT string
View Source
var TAgentStat_StartTimestamp_DEFAULT int64
View Source
var TAgentStat_Timestamp_DEFAULT int64
View Source
var TCpuLoad_JvmCpuLoad_DEFAULT float64
View Source
var TCpuLoad_SystemCpuLoad_DEFAULT float64
View Source
var TDataSource_ActiveConnectionSize_DEFAULT int32 = 0
View Source
var TDataSource_DatabaseName_DEFAULT string
View Source
var TDataSource_MaxConnectionSize_DEFAULT int32
View Source
var TDataSource_ServiceTypeCode_DEFAULT int16
View Source
var TDataSource_URL_DEFAULT string
View Source
var TDeadlock_DeadlockedThreadCount_DEFAULT int32
View Source
var TDeadlock_DeadlockedThreadList_DEFAULT []*command.TThreadDump
View Source
var TJvmGcDetailed_JvmGcNewCount_DEFAULT int64
View Source
var TJvmGcDetailed_JvmGcNewTime_DEFAULT int64
View Source
var TJvmGcDetailed_JvmPoolCodeCacheUsed_DEFAULT float64
View Source
var TJvmGcDetailed_JvmPoolMetaspaceUsed_DEFAULT float64
View Source
var TJvmGcDetailed_JvmPoolNewGenUsed_DEFAULT float64
View Source
var TJvmGcDetailed_JvmPoolOldGenUsed_DEFAULT float64
View Source
var TJvmGcDetailed_JvmPoolPermGenUsed_DEFAULT float64
View Source
var TJvmGcDetailed_JvmPoolSurvivorSpaceUsed_DEFAULT float64
View Source
var TJvmInfo_VmVersion_DEFAULT string
View Source
var TResponseTime_Avg_DEFAULT int64 = 0
View Source
var TResponseTime_Max_DEFAULT int64 = 0
View Source
var TServerMetaData_ServerInfo_DEFAULT string
View Source
var TServerMetaData_ServiceInfos_DEFAULT []*TServiceInfo
View Source
var TServerMetaData_VmArgs__DEFAULT []string
View Source
var TServiceInfo_ServiceLibs_DEFAULT []string
View Source
var TServiceInfo_ServiceName_DEFAULT string
View Source
var TTransaction_SampledContinuationCount_DEFAULT int64
View Source
var TTransaction_SampledNewCount_DEFAULT int64
View Source
var TTransaction_UnsampledContinuationCount_DEFAULT int64
View Source
var TTransaction_UnsampledNewCount_DEFAULT int64

Functions

This section is empty.

Types

type TActiveTrace

type TActiveTrace struct {
	Histogram *TActiveTraceHistogram `thrift:"histogram,1" db:"histogram" json:"histogram,omitempty"`
}

Attributes:

  • Histogram
var TAgentStat_ActiveTrace_DEFAULT *TActiveTrace

func NewTActiveTrace

func NewTActiveTrace() *TActiveTrace

func (*TActiveTrace) GetHistogram

func (p *TActiveTrace) GetHistogram() *TActiveTraceHistogram

func (*TActiveTrace) IsSetHistogram

func (p *TActiveTrace) IsSetHistogram() bool

func (*TActiveTrace) Read

func (p *TActiveTrace) Read(iprot thrift.TProtocol) error

func (*TActiveTrace) ReadField1

func (p *TActiveTrace) ReadField1(iprot thrift.TProtocol) error

func (*TActiveTrace) String

func (p *TActiveTrace) String() string

func (*TActiveTrace) Write

func (p *TActiveTrace) Write(oprot thrift.TProtocol) error

type TActiveTraceHistogram

type TActiveTraceHistogram struct {
	Version             int16   `thrift:"version,1" db:"version" json:"version"`
	HistogramSchemaType *int32  `thrift:"histogramSchemaType,2" db:"histogramSchemaType" json:"histogramSchemaType,omitempty"`
	ActiveTraceCount    []int32 `thrift:"activeTraceCount,3" db:"activeTraceCount" json:"activeTraceCount,omitempty"`
}

Attributes:

  • Version
  • HistogramSchemaType
  • ActiveTraceCount
var TActiveTrace_Histogram_DEFAULT *TActiveTraceHistogram

func NewTActiveTraceHistogram

func NewTActiveTraceHistogram() *TActiveTraceHistogram

func (*TActiveTraceHistogram) GetActiveTraceCount

func (p *TActiveTraceHistogram) GetActiveTraceCount() []int32

func (*TActiveTraceHistogram) GetHistogramSchemaType

func (p *TActiveTraceHistogram) GetHistogramSchemaType() int32

func (*TActiveTraceHistogram) GetVersion

func (p *TActiveTraceHistogram) GetVersion() int16

func (*TActiveTraceHistogram) IsSetActiveTraceCount

func (p *TActiveTraceHistogram) IsSetActiveTraceCount() bool

func (*TActiveTraceHistogram) IsSetHistogramSchemaType

func (p *TActiveTraceHistogram) IsSetHistogramSchemaType() bool

func (*TActiveTraceHistogram) Read

func (*TActiveTraceHistogram) ReadField1

func (p *TActiveTraceHistogram) ReadField1(iprot thrift.TProtocol) error

func (*TActiveTraceHistogram) ReadField2

func (p *TActiveTraceHistogram) ReadField2(iprot thrift.TProtocol) error

func (*TActiveTraceHistogram) ReadField3

func (p *TActiveTraceHistogram) ReadField3(iprot thrift.TProtocol) error

func (*TActiveTraceHistogram) String

func (p *TActiveTraceHistogram) String() string

func (*TActiveTraceHistogram) Write

func (p *TActiveTraceHistogram) Write(oprot thrift.TProtocol) error

type TAgentInfo

type TAgentInfo struct {
	Hostname        string `thrift:"hostname,1" db:"hostname" json:"hostname"`
	IP              string `thrift:"ip,2" db:"ip" json:"ip"`
	Ports           string `thrift:"ports,3" db:"ports" json:"ports"`
	AgentId         string `thrift:"agentId,4" db:"agentId" json:"agentId"`
	ApplicationName string `thrift:"applicationName,5" db:"applicationName" json:"applicationName"`
	ServiceType     int16  `thrift:"serviceType,6" db:"serviceType" json:"serviceType"`
	Pid             int32  `thrift:"pid,7" db:"pid" json:"pid"`
	AgentVersion    string `thrift:"agentVersion,8" db:"agentVersion" json:"agentVersion"`
	VmVersion       string `thrift:"vmVersion,9" db:"vmVersion" json:"vmVersion"`
	StartTimestamp  int64  `thrift:"startTimestamp,10" db:"startTimestamp" json:"startTimestamp"`
	EndTimestamp    *int64 `thrift:"endTimestamp,11" db:"endTimestamp" json:"endTimestamp,omitempty"`
	EndStatus       *int32 `thrift:"endStatus,12" db:"endStatus" json:"endStatus,omitempty"`
	// unused fields # 13 to 19
	ServerMetaData *TServerMetaData `thrift:"serverMetaData,20" db:"serverMetaData" json:"serverMetaData,omitempty"`
	// unused fields # 21 to 29
	JvmInfo *TJvmInfo `thrift:"jvmInfo,30" db:"jvmInfo" json:"jvmInfo,omitempty"`
}

Attributes:

  • Hostname
  • IP
  • Ports
  • AgentId
  • ApplicationName
  • ServiceType
  • Pid
  • AgentVersion
  • VmVersion
  • StartTimestamp
  • EndTimestamp
  • EndStatus
  • ServerMetaData
  • JvmInfo

func NewTAgentInfo

func NewTAgentInfo() *TAgentInfo

func (*TAgentInfo) GetAgentId

func (p *TAgentInfo) GetAgentId() string

func (*TAgentInfo) GetAgentVersion

func (p *TAgentInfo) GetAgentVersion() string

func (*TAgentInfo) GetApplicationName

func (p *TAgentInfo) GetApplicationName() string

func (*TAgentInfo) GetEndStatus

func (p *TAgentInfo) GetEndStatus() int32

func (*TAgentInfo) GetEndTimestamp

func (p *TAgentInfo) GetEndTimestamp() int64

func (*TAgentInfo) GetHostname

func (p *TAgentInfo) GetHostname() string

func (*TAgentInfo) GetIP

func (p *TAgentInfo) GetIP() string

func (*TAgentInfo) GetJvmInfo

func (p *TAgentInfo) GetJvmInfo() *TJvmInfo

func (*TAgentInfo) GetPid

func (p *TAgentInfo) GetPid() int32

func (*TAgentInfo) GetPorts

func (p *TAgentInfo) GetPorts() string

func (*TAgentInfo) GetServerMetaData

func (p *TAgentInfo) GetServerMetaData() *TServerMetaData

func (*TAgentInfo) GetServiceType

func (p *TAgentInfo) GetServiceType() int16

func (*TAgentInfo) GetStartTimestamp

func (p *TAgentInfo) GetStartTimestamp() int64

func (*TAgentInfo) GetVmVersion

func (p *TAgentInfo) GetVmVersion() string

func (*TAgentInfo) IsSetEndStatus

func (p *TAgentInfo) IsSetEndStatus() bool

func (*TAgentInfo) IsSetEndTimestamp

func (p *TAgentInfo) IsSetEndTimestamp() bool

func (*TAgentInfo) IsSetJvmInfo

func (p *TAgentInfo) IsSetJvmInfo() bool

func (*TAgentInfo) IsSetServerMetaData

func (p *TAgentInfo) IsSetServerMetaData() bool

func (*TAgentInfo) Read

func (p *TAgentInfo) Read(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField1

func (p *TAgentInfo) ReadField1(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField10

func (p *TAgentInfo) ReadField10(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField11

func (p *TAgentInfo) ReadField11(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField12

func (p *TAgentInfo) ReadField12(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField2

func (p *TAgentInfo) ReadField2(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField20

func (p *TAgentInfo) ReadField20(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField3

func (p *TAgentInfo) ReadField3(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField30

func (p *TAgentInfo) ReadField30(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField4

func (p *TAgentInfo) ReadField4(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField5

func (p *TAgentInfo) ReadField5(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField6

func (p *TAgentInfo) ReadField6(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField7

func (p *TAgentInfo) ReadField7(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField8

func (p *TAgentInfo) ReadField8(iprot thrift.TProtocol) error

func (*TAgentInfo) ReadField9

func (p *TAgentInfo) ReadField9(iprot thrift.TProtocol) error

func (*TAgentInfo) String

func (p *TAgentInfo) String() string

func (*TAgentInfo) Write

func (p *TAgentInfo) Write(oprot thrift.TProtocol) error

type TAgentStat

type TAgentStat struct {
	AgentId         *string `thrift:"agentId,1" db:"agentId" json:"agentId,omitempty"`
	StartTimestamp  *int64  `thrift:"startTimestamp,2" db:"startTimestamp" json:"startTimestamp,omitempty"`
	Timestamp       *int64  `thrift:"timestamp,3" db:"timestamp" json:"timestamp,omitempty"`
	CollectInterval *int64  `thrift:"collectInterval,4" db:"collectInterval" json:"collectInterval,omitempty"`
	// unused fields # 5 to 9
	Gc *TJvmGc `thrift:"gc,10" db:"gc" json:"gc,omitempty"`
	// unused fields # 11 to 19
	CpuLoad *TCpuLoad `thrift:"cpuLoad,20" db:"cpuLoad" json:"cpuLoad,omitempty"`
	// unused fields # 21 to 29
	Transaction *TTransaction `thrift:"transaction,30" db:"transaction" json:"transaction,omitempty"`
	// unused fields # 31 to 39
	ActiveTrace *TActiveTrace `thrift:"activeTrace,40" db:"activeTrace" json:"activeTrace,omitempty"`
	// unused fields # 41 to 49
	DataSourceList *TDataSourceList `thrift:"dataSourceList,50" db:"dataSourceList" json:"dataSourceList,omitempty"`
	// unused fields # 51 to 59
	ResponseTime *TResponseTime `thrift:"responseTime,60" db:"responseTime" json:"responseTime,omitempty"`
	// unused fields # 61 to 69
	Deadlock *TDeadlock `thrift:"deadlock,70" db:"deadlock" json:"deadlock,omitempty"`
	// unused fields # 71 to 199
	Metadata *string `thrift:"metadata,200" db:"metadata" json:"metadata,omitempty"`
}

Attributes:

  • AgentId
  • StartTimestamp
  • Timestamp
  • CollectInterval
  • Gc
  • CpuLoad
  • Transaction
  • ActiveTrace
  • DataSourceList
  • ResponseTime
  • Deadlock
  • Metadata

func NewTAgentStat

func NewTAgentStat() *TAgentStat

func (*TAgentStat) GetActiveTrace

func (p *TAgentStat) GetActiveTrace() *TActiveTrace

func (*TAgentStat) GetAgentId

func (p *TAgentStat) GetAgentId() string

func (*TAgentStat) GetCollectInterval

func (p *TAgentStat) GetCollectInterval() int64

func (*TAgentStat) GetCpuLoad

func (p *TAgentStat) GetCpuLoad() *TCpuLoad

func (*TAgentStat) GetDataSourceList

func (p *TAgentStat) GetDataSourceList() *TDataSourceList

func (*TAgentStat) GetDeadlock

func (p *TAgentStat) GetDeadlock() *TDeadlock

func (*TAgentStat) GetGc

func (p *TAgentStat) GetGc() *TJvmGc

func (*TAgentStat) GetMetadata

func (p *TAgentStat) GetMetadata() string

func (*TAgentStat) GetResponseTime

func (p *TAgentStat) GetResponseTime() *TResponseTime

func (*TAgentStat) GetStartTimestamp

func (p *TAgentStat) GetStartTimestamp() int64

func (*TAgentStat) GetTimestamp

func (p *TAgentStat) GetTimestamp() int64

func (*TAgentStat) GetTransaction

func (p *TAgentStat) GetTransaction() *TTransaction

func (*TAgentStat) IsSetActiveTrace

func (p *TAgentStat) IsSetActiveTrace() bool

func (*TAgentStat) IsSetAgentId

func (p *TAgentStat) IsSetAgentId() bool

func (*TAgentStat) IsSetCollectInterval

func (p *TAgentStat) IsSetCollectInterval() bool

func (*TAgentStat) IsSetCpuLoad

func (p *TAgentStat) IsSetCpuLoad() bool

func (*TAgentStat) IsSetDataSourceList

func (p *TAgentStat) IsSetDataSourceList() bool

func (*TAgentStat) IsSetDeadlock

func (p *TAgentStat) IsSetDeadlock() bool

func (*TAgentStat) IsSetGc

func (p *TAgentStat) IsSetGc() bool

func (*TAgentStat) IsSetMetadata

func (p *TAgentStat) IsSetMetadata() bool

func (*TAgentStat) IsSetResponseTime

func (p *TAgentStat) IsSetResponseTime() bool

func (*TAgentStat) IsSetStartTimestamp

func (p *TAgentStat) IsSetStartTimestamp() bool

func (*TAgentStat) IsSetTimestamp

func (p *TAgentStat) IsSetTimestamp() bool

func (*TAgentStat) IsSetTransaction

func (p *TAgentStat) IsSetTransaction() bool

func (*TAgentStat) Read

func (p *TAgentStat) Read(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField1

func (p *TAgentStat) ReadField1(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField10

func (p *TAgentStat) ReadField10(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField2

func (p *TAgentStat) ReadField2(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField20

func (p *TAgentStat) ReadField20(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField200

func (p *TAgentStat) ReadField200(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField3

func (p *TAgentStat) ReadField3(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField30

func (p *TAgentStat) ReadField30(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField4

func (p *TAgentStat) ReadField4(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField40

func (p *TAgentStat) ReadField40(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField50

func (p *TAgentStat) ReadField50(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField60

func (p *TAgentStat) ReadField60(iprot thrift.TProtocol) error

func (*TAgentStat) ReadField70

func (p *TAgentStat) ReadField70(iprot thrift.TProtocol) error

func (*TAgentStat) String

func (p *TAgentStat) String() string

func (*TAgentStat) Write

func (p *TAgentStat) Write(oprot thrift.TProtocol) error

type TAgentStatBatch

type TAgentStatBatch struct {
	AgentId        string `thrift:"agentId,1" db:"agentId" json:"agentId"`
	StartTimestamp int64  `thrift:"startTimestamp,2" db:"startTimestamp" json:"startTimestamp"`
	// unused fields # 3 to 9
	AgentStats []*TAgentStat `thrift:"agentStats,10" db:"agentStats" json:"agentStats"`
}

Attributes:

  • AgentId
  • StartTimestamp
  • AgentStats

func NewTAgentStatBatch

func NewTAgentStatBatch() *TAgentStatBatch

func (*TAgentStatBatch) GetAgentId

func (p *TAgentStatBatch) GetAgentId() string

func (*TAgentStatBatch) GetAgentStats

func (p *TAgentStatBatch) GetAgentStats() []*TAgentStat

func (*TAgentStatBatch) GetStartTimestamp

func (p *TAgentStatBatch) GetStartTimestamp() int64

func (*TAgentStatBatch) Read

func (p *TAgentStatBatch) Read(iprot thrift.TProtocol) error

func (*TAgentStatBatch) ReadField1

func (p *TAgentStatBatch) ReadField1(iprot thrift.TProtocol) error

func (*TAgentStatBatch) ReadField10

func (p *TAgentStatBatch) ReadField10(iprot thrift.TProtocol) error

func (*TAgentStatBatch) ReadField2

func (p *TAgentStatBatch) ReadField2(iprot thrift.TProtocol) error

func (*TAgentStatBatch) String

func (p *TAgentStatBatch) String() string

func (*TAgentStatBatch) Write

func (p *TAgentStatBatch) Write(oprot thrift.TProtocol) error

type TCpuLoad

type TCpuLoad struct {
	JvmCpuLoad    *float64 `thrift:"jvmCpuLoad,1" db:"jvmCpuLoad" json:"jvmCpuLoad,omitempty"`
	SystemCpuLoad *float64 `thrift:"systemCpuLoad,2" db:"systemCpuLoad" json:"systemCpuLoad,omitempty"`
}

Attributes:

  • JvmCpuLoad
  • SystemCpuLoad
var TAgentStat_CpuLoad_DEFAULT *TCpuLoad

func NewTCpuLoad

func NewTCpuLoad() *TCpuLoad

func (*TCpuLoad) GetJvmCpuLoad

func (p *TCpuLoad) GetJvmCpuLoad() float64

func (*TCpuLoad) GetSystemCpuLoad

func (p *TCpuLoad) GetSystemCpuLoad() float64

func (*TCpuLoad) IsSetJvmCpuLoad

func (p *TCpuLoad) IsSetJvmCpuLoad() bool

func (*TCpuLoad) IsSetSystemCpuLoad

func (p *TCpuLoad) IsSetSystemCpuLoad() bool

func (*TCpuLoad) Read

func (p *TCpuLoad) Read(iprot thrift.TProtocol) error

func (*TCpuLoad) ReadField1

func (p *TCpuLoad) ReadField1(iprot thrift.TProtocol) error

func (*TCpuLoad) ReadField2

func (p *TCpuLoad) ReadField2(iprot thrift.TProtocol) error

func (*TCpuLoad) String

func (p *TCpuLoad) String() string

func (*TCpuLoad) Write

func (p *TCpuLoad) Write(oprot thrift.TProtocol) error

type TDataSource

type TDataSource struct {
	ID                   int32   `thrift:"id,1" db:"id" json:"id"`
	ServiceTypeCode      *int16  `thrift:"serviceTypeCode,2" db:"serviceTypeCode" json:"serviceTypeCode,omitempty"`
	DatabaseName         *string `thrift:"databaseName,3" db:"databaseName" json:"databaseName,omitempty"`
	URL                  *string `thrift:"url,4" db:"url" json:"url,omitempty"`
	ActiveConnectionSize int32   `thrift:"activeConnectionSize,5" db:"activeConnectionSize" json:"activeConnectionSize,omitempty"`
	MaxConnectionSize    *int32  `thrift:"maxConnectionSize,6" db:"maxConnectionSize" json:"maxConnectionSize,omitempty"`
}

Attributes:

  • ID
  • ServiceTypeCode
  • DatabaseName
  • URL
  • ActiveConnectionSize
  • MaxConnectionSize

func NewTDataSource

func NewTDataSource() *TDataSource

func (*TDataSource) GetActiveConnectionSize

func (p *TDataSource) GetActiveConnectionSize() int32

func (*TDataSource) GetDatabaseName

func (p *TDataSource) GetDatabaseName() string

func (*TDataSource) GetID

func (p *TDataSource) GetID() int32

func (*TDataSource) GetMaxConnectionSize

func (p *TDataSource) GetMaxConnectionSize() int32

func (*TDataSource) GetServiceTypeCode

func (p *TDataSource) GetServiceTypeCode() int16

func (*TDataSource) GetURL

func (p *TDataSource) GetURL() string

func (*TDataSource) IsSetActiveConnectionSize

func (p *TDataSource) IsSetActiveConnectionSize() bool

func (*TDataSource) IsSetDatabaseName

func (p *TDataSource) IsSetDatabaseName() bool

func (*TDataSource) IsSetMaxConnectionSize

func (p *TDataSource) IsSetMaxConnectionSize() bool

func (*TDataSource) IsSetServiceTypeCode

func (p *TDataSource) IsSetServiceTypeCode() bool

func (*TDataSource) IsSetURL

func (p *TDataSource) IsSetURL() bool

func (*TDataSource) Read

func (p *TDataSource) Read(iprot thrift.TProtocol) error

func (*TDataSource) ReadField1

func (p *TDataSource) ReadField1(iprot thrift.TProtocol) error

func (*TDataSource) ReadField2

func (p *TDataSource) ReadField2(iprot thrift.TProtocol) error

func (*TDataSource) ReadField3

func (p *TDataSource) ReadField3(iprot thrift.TProtocol) error

func (*TDataSource) ReadField4

func (p *TDataSource) ReadField4(iprot thrift.TProtocol) error

func (*TDataSource) ReadField5

func (p *TDataSource) ReadField5(iprot thrift.TProtocol) error

func (*TDataSource) ReadField6

func (p *TDataSource) ReadField6(iprot thrift.TProtocol) error

func (*TDataSource) String

func (p *TDataSource) String() string

func (*TDataSource) Write

func (p *TDataSource) Write(oprot thrift.TProtocol) error

type TDataSourceList

type TDataSourceList struct {
	DataSourceList []*TDataSource `thrift:"dataSourceList,1" db:"dataSourceList" json:"dataSourceList"`
}

Attributes:

  • DataSourceList
var TAgentStat_DataSourceList_DEFAULT *TDataSourceList

func NewTDataSourceList

func NewTDataSourceList() *TDataSourceList

func (*TDataSourceList) GetDataSourceList

func (p *TDataSourceList) GetDataSourceList() []*TDataSource

func (*TDataSourceList) Read

func (p *TDataSourceList) Read(iprot thrift.TProtocol) error

func (*TDataSourceList) ReadField1

func (p *TDataSourceList) ReadField1(iprot thrift.TProtocol) error

func (*TDataSourceList) String

func (p *TDataSourceList) String() string

func (*TDataSourceList) Write

func (p *TDataSourceList) Write(oprot thrift.TProtocol) error

type TDeadlock

type TDeadlock struct {
	DeadlockedThreadCount *int32                 `thrift:"deadlockedThreadCount,1" db:"deadlockedThreadCount" json:"deadlockedThreadCount,omitempty"`
	DeadlockedThreadList  []*command.TThreadDump `thrift:"deadlockedThreadList,2" db:"deadlockedThreadList" json:"deadlockedThreadList,omitempty"`
}

Attributes:

  • DeadlockedThreadCount
  • DeadlockedThreadList
var TAgentStat_Deadlock_DEFAULT *TDeadlock

func NewTDeadlock

func NewTDeadlock() *TDeadlock

func (*TDeadlock) GetDeadlockedThreadCount

func (p *TDeadlock) GetDeadlockedThreadCount() int32

func (*TDeadlock) GetDeadlockedThreadList

func (p *TDeadlock) GetDeadlockedThreadList() []*command.TThreadDump

func (*TDeadlock) IsSetDeadlockedThreadCount

func (p *TDeadlock) IsSetDeadlockedThreadCount() bool

func (*TDeadlock) IsSetDeadlockedThreadList

func (p *TDeadlock) IsSetDeadlockedThreadList() bool

func (*TDeadlock) Read

func (p *TDeadlock) Read(iprot thrift.TProtocol) error

func (*TDeadlock) ReadField1

func (p *TDeadlock) ReadField1(iprot thrift.TProtocol) error

func (*TDeadlock) ReadField2

func (p *TDeadlock) ReadField2(iprot thrift.TProtocol) error

func (*TDeadlock) String

func (p *TDeadlock) String() string

func (*TDeadlock) Write

func (p *TDeadlock) Write(oprot thrift.TProtocol) error

type TJvmGc

type TJvmGc struct {
	Type                 TJvmGcType      `thrift:"type,1" db:"type" json:"type"`
	JvmMemoryHeapUsed    int64           `thrift:"jvmMemoryHeapUsed,2" db:"jvmMemoryHeapUsed" json:"jvmMemoryHeapUsed"`
	JvmMemoryHeapMax     int64           `thrift:"jvmMemoryHeapMax,3" db:"jvmMemoryHeapMax" json:"jvmMemoryHeapMax"`
	JvmMemoryNonHeapUsed int64           `thrift:"jvmMemoryNonHeapUsed,4" db:"jvmMemoryNonHeapUsed" json:"jvmMemoryNonHeapUsed"`
	JvmMemoryNonHeapMax  int64           `thrift:"jvmMemoryNonHeapMax,5" db:"jvmMemoryNonHeapMax" json:"jvmMemoryNonHeapMax"`
	JvmGcOldCount        int64           `thrift:"jvmGcOldCount,6" db:"jvmGcOldCount" json:"jvmGcOldCount"`
	JvmGcOldTime         int64           `thrift:"jvmGcOldTime,7" db:"jvmGcOldTime" json:"jvmGcOldTime"`
	JvmGcDetailed        *TJvmGcDetailed `thrift:"jvmGcDetailed,8" db:"jvmGcDetailed" json:"jvmGcDetailed,omitempty"`
}

Attributes:

  • Type
  • JvmMemoryHeapUsed
  • JvmMemoryHeapMax
  • JvmMemoryNonHeapUsed
  • JvmMemoryNonHeapMax
  • JvmGcOldCount
  • JvmGcOldTime
  • JvmGcDetailed
var TAgentStat_Gc_DEFAULT *TJvmGc

func NewTJvmGc

func NewTJvmGc() *TJvmGc

func (*TJvmGc) GetJvmGcDetailed

func (p *TJvmGc) GetJvmGcDetailed() *TJvmGcDetailed

func (*TJvmGc) GetJvmGcOldCount

func (p *TJvmGc) GetJvmGcOldCount() int64

func (*TJvmGc) GetJvmGcOldTime

func (p *TJvmGc) GetJvmGcOldTime() int64

func (*TJvmGc) GetJvmMemoryHeapMax

func (p *TJvmGc) GetJvmMemoryHeapMax() int64

func (*TJvmGc) GetJvmMemoryHeapUsed

func (p *TJvmGc) GetJvmMemoryHeapUsed() int64

func (*TJvmGc) GetJvmMemoryNonHeapMax

func (p *TJvmGc) GetJvmMemoryNonHeapMax() int64

func (*TJvmGc) GetJvmMemoryNonHeapUsed

func (p *TJvmGc) GetJvmMemoryNonHeapUsed() int64

func (*TJvmGc) GetType

func (p *TJvmGc) GetType() TJvmGcType

func (*TJvmGc) IsSetJvmGcDetailed

func (p *TJvmGc) IsSetJvmGcDetailed() bool

func (*TJvmGc) Read

func (p *TJvmGc) Read(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField1

func (p *TJvmGc) ReadField1(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField2

func (p *TJvmGc) ReadField2(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField3

func (p *TJvmGc) ReadField3(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField4

func (p *TJvmGc) ReadField4(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField5

func (p *TJvmGc) ReadField5(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField6

func (p *TJvmGc) ReadField6(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField7

func (p *TJvmGc) ReadField7(iprot thrift.TProtocol) error

func (*TJvmGc) ReadField8

func (p *TJvmGc) ReadField8(iprot thrift.TProtocol) error

func (*TJvmGc) String

func (p *TJvmGc) String() string

func (*TJvmGc) Write

func (p *TJvmGc) Write(oprot thrift.TProtocol) error

type TJvmGcDetailed

type TJvmGcDetailed struct {
	JvmGcNewCount            *int64   `thrift:"jvmGcNewCount,1" db:"jvmGcNewCount" json:"jvmGcNewCount,omitempty"`
	JvmGcNewTime             *int64   `thrift:"jvmGcNewTime,2" db:"jvmGcNewTime" json:"jvmGcNewTime,omitempty"`
	JvmPoolCodeCacheUsed     *float64 `thrift:"jvmPoolCodeCacheUsed,3" db:"jvmPoolCodeCacheUsed" json:"jvmPoolCodeCacheUsed,omitempty"`
	JvmPoolNewGenUsed        *float64 `thrift:"jvmPoolNewGenUsed,4" db:"jvmPoolNewGenUsed" json:"jvmPoolNewGenUsed,omitempty"`
	JvmPoolOldGenUsed        *float64 `thrift:"jvmPoolOldGenUsed,5" db:"jvmPoolOldGenUsed" json:"jvmPoolOldGenUsed,omitempty"`
	JvmPoolSurvivorSpaceUsed *float64 `thrift:"jvmPoolSurvivorSpaceUsed,6" db:"jvmPoolSurvivorSpaceUsed" json:"jvmPoolSurvivorSpaceUsed,omitempty"`
	JvmPoolPermGenUsed       *float64 `thrift:"jvmPoolPermGenUsed,7" db:"jvmPoolPermGenUsed" json:"jvmPoolPermGenUsed,omitempty"`
	JvmPoolMetaspaceUsed     *float64 `thrift:"jvmPoolMetaspaceUsed,8" db:"jvmPoolMetaspaceUsed" json:"jvmPoolMetaspaceUsed,omitempty"`
}

Attributes:

  • JvmGcNewCount
  • JvmGcNewTime
  • JvmPoolCodeCacheUsed
  • JvmPoolNewGenUsed
  • JvmPoolOldGenUsed
  • JvmPoolSurvivorSpaceUsed
  • JvmPoolPermGenUsed
  • JvmPoolMetaspaceUsed
var TJvmGc_JvmGcDetailed_DEFAULT *TJvmGcDetailed

func NewTJvmGcDetailed

func NewTJvmGcDetailed() *TJvmGcDetailed

func (*TJvmGcDetailed) GetJvmGcNewCount

func (p *TJvmGcDetailed) GetJvmGcNewCount() int64

func (*TJvmGcDetailed) GetJvmGcNewTime

func (p *TJvmGcDetailed) GetJvmGcNewTime() int64

func (*TJvmGcDetailed) GetJvmPoolCodeCacheUsed

func (p *TJvmGcDetailed) GetJvmPoolCodeCacheUsed() float64

func (*TJvmGcDetailed) GetJvmPoolMetaspaceUsed

func (p *TJvmGcDetailed) GetJvmPoolMetaspaceUsed() float64

func (*TJvmGcDetailed) GetJvmPoolNewGenUsed

func (p *TJvmGcDetailed) GetJvmPoolNewGenUsed() float64

func (*TJvmGcDetailed) GetJvmPoolOldGenUsed

func (p *TJvmGcDetailed) GetJvmPoolOldGenUsed() float64

func (*TJvmGcDetailed) GetJvmPoolPermGenUsed

func (p *TJvmGcDetailed) GetJvmPoolPermGenUsed() float64

func (*TJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed

func (p *TJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed() float64

func (*TJvmGcDetailed) IsSetJvmGcNewCount

func (p *TJvmGcDetailed) IsSetJvmGcNewCount() bool

func (*TJvmGcDetailed) IsSetJvmGcNewTime

func (p *TJvmGcDetailed) IsSetJvmGcNewTime() bool

func (*TJvmGcDetailed) IsSetJvmPoolCodeCacheUsed

func (p *TJvmGcDetailed) IsSetJvmPoolCodeCacheUsed() bool

func (*TJvmGcDetailed) IsSetJvmPoolMetaspaceUsed

func (p *TJvmGcDetailed) IsSetJvmPoolMetaspaceUsed() bool

func (*TJvmGcDetailed) IsSetJvmPoolNewGenUsed

func (p *TJvmGcDetailed) IsSetJvmPoolNewGenUsed() bool

func (*TJvmGcDetailed) IsSetJvmPoolOldGenUsed

func (p *TJvmGcDetailed) IsSetJvmPoolOldGenUsed() bool

func (*TJvmGcDetailed) IsSetJvmPoolPermGenUsed

func (p *TJvmGcDetailed) IsSetJvmPoolPermGenUsed() bool

func (*TJvmGcDetailed) IsSetJvmPoolSurvivorSpaceUsed

func (p *TJvmGcDetailed) IsSetJvmPoolSurvivorSpaceUsed() bool

func (*TJvmGcDetailed) Read

func (p *TJvmGcDetailed) Read(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField1

func (p *TJvmGcDetailed) ReadField1(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField2

func (p *TJvmGcDetailed) ReadField2(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField3

func (p *TJvmGcDetailed) ReadField3(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField4

func (p *TJvmGcDetailed) ReadField4(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField5

func (p *TJvmGcDetailed) ReadField5(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField6

func (p *TJvmGcDetailed) ReadField6(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField7

func (p *TJvmGcDetailed) ReadField7(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) ReadField8

func (p *TJvmGcDetailed) ReadField8(iprot thrift.TProtocol) error

func (*TJvmGcDetailed) String

func (p *TJvmGcDetailed) String() string

func (*TJvmGcDetailed) Write

func (p *TJvmGcDetailed) Write(oprot thrift.TProtocol) error

type TJvmGcType

type TJvmGcType int64
const (
	TJvmGcType_UNKNOWN  TJvmGcType = 0
	TJvmGcType_SERIAL   TJvmGcType = 1
	TJvmGcType_PARALLEL TJvmGcType = 2
	TJvmGcType_CMS      TJvmGcType = 3
	TJvmGcType_G1       TJvmGcType = 4
)
var TJvmInfo_GcType_DEFAULT TJvmGcType = 0

func TJvmGcTypeFromString

func TJvmGcTypeFromString(s string) (TJvmGcType, error)

func TJvmGcTypePtr

func TJvmGcTypePtr(v TJvmGcType) *TJvmGcType

func (TJvmGcType) MarshalText

func (p TJvmGcType) MarshalText() ([]byte, error)

func (*TJvmGcType) Scan

func (p *TJvmGcType) Scan(value interface{}) error

func (TJvmGcType) String

func (p TJvmGcType) String() string

func (*TJvmGcType) UnmarshalText

func (p *TJvmGcType) UnmarshalText(text []byte) error

func (*TJvmGcType) Value

func (p *TJvmGcType) Value() (driver.Value, error)

type TJvmInfo

type TJvmInfo struct {
	Version   int16      `thrift:"version,1" db:"version" json:"version"`
	VmVersion *string    `thrift:"vmVersion,2" db:"vmVersion" json:"vmVersion,omitempty"`
	GcType    TJvmGcType `thrift:"gcType,3" db:"gcType" json:"gcType,omitempty"`
}

Attributes:

  • Version
  • VmVersion
  • GcType
var TAgentInfo_JvmInfo_DEFAULT *TJvmInfo

func NewTJvmInfo

func NewTJvmInfo() *TJvmInfo

func (*TJvmInfo) GetGcType

func (p *TJvmInfo) GetGcType() TJvmGcType

func (*TJvmInfo) GetVersion

func (p *TJvmInfo) GetVersion() int16

func (*TJvmInfo) GetVmVersion

func (p *TJvmInfo) GetVmVersion() string

func (*TJvmInfo) IsSetGcType

func (p *TJvmInfo) IsSetGcType() bool

func (*TJvmInfo) IsSetVmVersion

func (p *TJvmInfo) IsSetVmVersion() bool

func (*TJvmInfo) Read

func (p *TJvmInfo) Read(iprot thrift.TProtocol) error

func (*TJvmInfo) ReadField1

func (p *TJvmInfo) ReadField1(iprot thrift.TProtocol) error

func (*TJvmInfo) ReadField2

func (p *TJvmInfo) ReadField2(iprot thrift.TProtocol) error

func (*TJvmInfo) ReadField3

func (p *TJvmInfo) ReadField3(iprot thrift.TProtocol) error

func (*TJvmInfo) String

func (p *TJvmInfo) String() string

func (*TJvmInfo) Write

func (p *TJvmInfo) Write(oprot thrift.TProtocol) error

type TResponseTime

type TResponseTime struct {
	Avg int64 `thrift:"avg,1" db:"avg" json:"avg,omitempty"`
	Max int64 `thrift:"max,2" db:"max" json:"max,omitempty"`
}

Attributes:

  • Avg
  • Max
var TAgentStat_ResponseTime_DEFAULT *TResponseTime

func NewTResponseTime

func NewTResponseTime() *TResponseTime

func (*TResponseTime) GetAvg

func (p *TResponseTime) GetAvg() int64

func (*TResponseTime) GetMax

func (p *TResponseTime) GetMax() int64

func (*TResponseTime) IsSetAvg

func (p *TResponseTime) IsSetAvg() bool

func (*TResponseTime) IsSetMax

func (p *TResponseTime) IsSetMax() bool

func (*TResponseTime) Read

func (p *TResponseTime) Read(iprot thrift.TProtocol) error

func (*TResponseTime) ReadField1

func (p *TResponseTime) ReadField1(iprot thrift.TProtocol) error

func (*TResponseTime) ReadField2

func (p *TResponseTime) ReadField2(iprot thrift.TProtocol) error

func (*TResponseTime) String

func (p *TResponseTime) String() string

func (*TResponseTime) Write

func (p *TResponseTime) Write(oprot thrift.TProtocol) error

type TServerMetaData

type TServerMetaData struct {
	ServerInfo *string  `thrift:"serverInfo,1" db:"serverInfo" json:"serverInfo,omitempty"`
	VmArgs_    []string `thrift:"vmArgs,2" db:"vmArgs" json:"vmArgs,omitempty"`
	// unused fields # 3 to 9
	ServiceInfos []*TServiceInfo `thrift:"serviceInfos,10" db:"serviceInfos" json:"serviceInfos,omitempty"`
}

Attributes:

  • ServerInfo
  • VmArgs_
  • ServiceInfos
var TAgentInfo_ServerMetaData_DEFAULT *TServerMetaData

func NewTServerMetaData

func NewTServerMetaData() *TServerMetaData

func (*TServerMetaData) GetServerInfo

func (p *TServerMetaData) GetServerInfo() string

func (*TServerMetaData) GetServiceInfos

func (p *TServerMetaData) GetServiceInfos() []*TServiceInfo

func (*TServerMetaData) GetVmArgs_

func (p *TServerMetaData) GetVmArgs_() []string

func (*TServerMetaData) IsSetServerInfo

func (p *TServerMetaData) IsSetServerInfo() bool

func (*TServerMetaData) IsSetServiceInfos

func (p *TServerMetaData) IsSetServiceInfos() bool

func (*TServerMetaData) IsSetVmArgs_

func (p *TServerMetaData) IsSetVmArgs_() bool

func (*TServerMetaData) Read

func (p *TServerMetaData) Read(iprot thrift.TProtocol) error

func (*TServerMetaData) ReadField1

func (p *TServerMetaData) ReadField1(iprot thrift.TProtocol) error

func (*TServerMetaData) ReadField10

func (p *TServerMetaData) ReadField10(iprot thrift.TProtocol) error

func (*TServerMetaData) ReadField2

func (p *TServerMetaData) ReadField2(iprot thrift.TProtocol) error

func (*TServerMetaData) String

func (p *TServerMetaData) String() string

func (*TServerMetaData) Write

func (p *TServerMetaData) Write(oprot thrift.TProtocol) error

type TServiceInfo

type TServiceInfo struct {
	ServiceName *string  `thrift:"serviceName,1" db:"serviceName" json:"serviceName,omitempty"`
	ServiceLibs []string `thrift:"serviceLibs,2" db:"serviceLibs" json:"serviceLibs,omitempty"`
}

Attributes:

  • ServiceName
  • ServiceLibs

func NewTServiceInfo

func NewTServiceInfo() *TServiceInfo

func (*TServiceInfo) GetServiceLibs

func (p *TServiceInfo) GetServiceLibs() []string

func (*TServiceInfo) GetServiceName

func (p *TServiceInfo) GetServiceName() string

func (*TServiceInfo) IsSetServiceLibs

func (p *TServiceInfo) IsSetServiceLibs() bool

func (*TServiceInfo) IsSetServiceName

func (p *TServiceInfo) IsSetServiceName() bool

func (*TServiceInfo) Read

func (p *TServiceInfo) Read(iprot thrift.TProtocol) error

func (*TServiceInfo) ReadField1

func (p *TServiceInfo) ReadField1(iprot thrift.TProtocol) error

func (*TServiceInfo) ReadField2

func (p *TServiceInfo) ReadField2(iprot thrift.TProtocol) error

func (*TServiceInfo) String

func (p *TServiceInfo) String() string

func (*TServiceInfo) Write

func (p *TServiceInfo) Write(oprot thrift.TProtocol) error

type TTransaction

type TTransaction struct {
	// unused field # 1
	SampledNewCount            *int64 `thrift:"sampledNewCount,2" db:"sampledNewCount" json:"sampledNewCount,omitempty"`
	SampledContinuationCount   *int64 `thrift:"sampledContinuationCount,3" db:"sampledContinuationCount" json:"sampledContinuationCount,omitempty"`
	UnsampledNewCount          *int64 `thrift:"unsampledNewCount,4" db:"unsampledNewCount" json:"unsampledNewCount,omitempty"`
	UnsampledContinuationCount *int64 `thrift:"unsampledContinuationCount,5" db:"unsampledContinuationCount" json:"unsampledContinuationCount,omitempty"`
}

Attributes:

  • SampledNewCount
  • SampledContinuationCount
  • UnsampledNewCount
  • UnsampledContinuationCount
var TAgentStat_Transaction_DEFAULT *TTransaction

func NewTTransaction

func NewTTransaction() *TTransaction

func (*TTransaction) GetSampledContinuationCount

func (p *TTransaction) GetSampledContinuationCount() int64

func (*TTransaction) GetSampledNewCount

func (p *TTransaction) GetSampledNewCount() int64

func (*TTransaction) GetUnsampledContinuationCount

func (p *TTransaction) GetUnsampledContinuationCount() int64

func (*TTransaction) GetUnsampledNewCount

func (p *TTransaction) GetUnsampledNewCount() int64

func (*TTransaction) IsSetSampledContinuationCount

func (p *TTransaction) IsSetSampledContinuationCount() bool

func (*TTransaction) IsSetSampledNewCount

func (p *TTransaction) IsSetSampledNewCount() bool

func (*TTransaction) IsSetUnsampledContinuationCount

func (p *TTransaction) IsSetUnsampledContinuationCount() bool

func (*TTransaction) IsSetUnsampledNewCount

func (p *TTransaction) IsSetUnsampledNewCount() bool

func (*TTransaction) Read

func (p *TTransaction) Read(iprot thrift.TProtocol) error

func (*TTransaction) ReadField2

func (p *TTransaction) ReadField2(iprot thrift.TProtocol) error

func (*TTransaction) ReadField3

func (p *TTransaction) ReadField3(iprot thrift.TProtocol) error

func (*TTransaction) ReadField4

func (p *TTransaction) ReadField4(iprot thrift.TProtocol) error

func (*TTransaction) ReadField5

func (p *TTransaction) ReadField5(iprot thrift.TProtocol) error

func (*TTransaction) String

func (p *TTransaction) String() string

func (*TTransaction) Write

func (p *TTransaction) Write(oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

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