Add native Go method for finding pids to procstat (#3559)

This commit is contained in:
Ben Aldrich
2018-02-01 16:14:27 -07:00
committed by Daniel Nelson
parent 9b4177d46c
commit 551c771bba
10 changed files with 301 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ test-windows:
go test ./plugins/inputs/ping/...
go test ./plugins/inputs/win_perf_counters/...
go test ./plugins/inputs/win_services/...
go test ./plugins/inputs/procstat/...
# vet runs the Go source code static analysis tool `vet` to find
# any common errors.