Example #1
0
func listPids() []int {
	return procfs.ListPids()
}
Example #2
0
func count() int {
	return len(procfs.ListPids())
}