Add cmdline tag to procstat input (#5681)

This commit is contained in:
scottprichard
2019-04-10 21:42:38 -04:00
committed by Daniel Nelson
parent 7f8bf56670
commit d2666d0db6
4 changed files with 23 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type Process interface {
IOCounters() (*process.IOCountersStat, error)
MemoryInfo() (*process.MemoryInfoStat, error)
Name() (string, error)
Cmdline() (string, error)
NumCtxSwitches() (*process.NumCtxSwitchesStat, error)
NumFDs() (int32, error)
NumThreads() (int32, error)