Add support for parked process state on Linux (#6308)

This commit is contained in:
Daniel Nelson
2019-08-26 16:05:56 -07:00
committed by GitHub
parent 718f60bb4a
commit 628edfa9b4
3 changed files with 58 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ Using the environment variable `HOST_PROC` the plugin will retrieve process info
- wait (freebsd only)
- idle (bsd and Linux 4+ only)
- paging (linux only)
- parked (linux only)
- total_threads (linux only)
### Process State Mappings