Add cmdline tag to procstat input (#5681)
This commit is contained in:
committed by
Daniel Nelson
parent
7f8bf56670
commit
d2666d0db6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user