2018-07-12 07:43:49 +08:00
|
|
|
package processes
|
2016-03-06 14:04:54 +08:00
|
|
|
|
2016-03-08 18:42:31 +08:00
|
|
|
func (p *Processes) Description() string {
|
|
|
|
|
return "Get the number of processes and group them by status"
|
2016-03-06 14:04:54 +08:00
|
|
|
}
|
|
|
|
|
|
2016-03-08 18:42:31 +08:00
|
|
|
func (p *Processes) SampleConfig() string { return "" }
|