added -x option for pgrep in procstat

This commit is contained in:
root
2016-09-30 18:48:17 +03:00
parent 78ced6bc30
commit dc84cce95c
2 changed files with 12 additions and 1 deletions

View File

@@ -1350,6 +1350,8 @@
# # exe = "nginx"
# ## pattern as argument for pgrep (ie, pgrep -f <pattern>)
# # pattern = "nginx"
# ## match the exact name of the process (ie, pgrep -xf <pattern>)
# # exact = false
# ## user as argument for pgrep (ie, pgrep -u <user>)
# # user = "nginx"
#