Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Phpfpmbeat ¶
type Phpfpmbeat struct {
// contains filtered or unexported fields
}
func (*Phpfpmbeat) Stop ¶
func (bt *Phpfpmbeat) Stop()
type Phpfpmstatus ¶
type Phpfpmstatus struct { Pool string `json:"pool"` ProcessManager string `json:"process manager"` StartSince int `json:"start since"` AcceptedConn int `json:"accepted conn"` TotalProcesses int `json:"total processes"` IdleProcesses int `json:"idle processes"` ActiveProcesses int `json:"active processes"` MaxActiveProcesses int `json:"max active processes"` MaxChildrenReached int `json:"max children reached"` ListenQueue int `json:"listen queue"` ListenQueueLen int `json:"listen queue len"` MaxListenQueue int `json:"max listen queue"` SlowRequests int `json:"slow requests"` }
Click to show internal directories.
Click to hide internal directories.