beater

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error)

Types

type Phpfpmbeat

type Phpfpmbeat struct {
	// contains filtered or unexported fields
}

func (*Phpfpmbeat) Run

func (bt *Phpfpmbeat) Run(b *beat.Beat) error

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"`
}

Jump to

Keyboard shortcuts

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