Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BaseDir string `toml:"-"`
Suffix string `toml:"suffix"`
GatherServlets bool `toml:"gather_servlets"`
httpreq.RequestOptions
clienttls.ClientConfig
}
type Connector ¶
type Connector struct {
Name string `json:"name"`
ThreadInfo ThreadInfo `json:"threadInfo"`
RequestInfo RequestInfo `json:"requestInfo"`
}
type Manager ¶
type Manager struct {
ActiveSessions string `json:"activeSessions"`
SessionCounter string `json:"sessionCounter"`
MaxActive string `json:"maxActive"`
RejectedSessions string `json:"rejectedSessions"`
ExpiredSessions string `json:"expiredSessions"`
SessionMaxAliveTime string `json:"sessionMaxAliveTime"`
SessionAverageAliveTime string `json:"sessionAverageAliveTime"`
ProcessingTime string `json:"processingTime"`
}
type Memorypool ¶
type RequestInfo ¶
type ResponseStruct ¶
type ResponseStruct struct {
Tomcat TomcatStruct `json:"tomcat"`
}
type ThreadInfo ¶
type TomcatJvm ¶
type TomcatJvm struct {
JvmMemory JvmMemory `json:"memory"`
JvmMemoryPools []Memorypool `json:"memorypool"`
}
type TomcatStruct ¶
Click to show internal directories.
Click to hide internal directories.