mitchellh / go-ps

Find, list, and inspect processes from Go (golang).
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
1.47k stars 251 forks source link

Add Args() to surface arguments supplied to a process #10

Closed neurodrone closed 4 years ago

neurodrone commented 8 years ago

This helps expose the command line arguments for all processes running on a given machine. This functionality is currently supported only on Linux and OSX.

taybart commented 4 years ago

Is there any chance this could get a second look? This would make this library pretty interesting