summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/ps-on-solaris.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/ps-on-solaris.md')
-rw-r--r--web/input/doc/faq/ps-on-solaris.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/input/doc/faq/ps-on-solaris.md b/web/input/doc/faq/ps-on-solaris.md
index 801c695..1fd4d66 100644
--- a/web/input/doc/faq/ps-on-solaris.md
+++ b/web/input/doc/faq/ps-on-solaris.md
@@ -14,7 +14,7 @@ process (common for listing Java programs).
14`/usr/ucb/ps` does list the full arguments, but only for your own processes. 14`/usr/ucb/ps` does list the full arguments, but only for your own processes.
15If you are root, then running `/usr/ucb/ps` can get the full arguments for all 15If you are root, then running `/usr/ucb/ps` can get the full arguments for all
16processes. However, the columns for `RSS` and `VSZ` merge together when the 16processes. However, the columns for `RSS` and `VSZ` merge together when the
17values are too large and check\_procs cannot pull the value out correctly. 17values are too large and `check_procs` cannot pull the value out correctly.
18 18
19The chosen approach is to create our own `ps`-like command, `pst3`. This 19The chosen approach is to create our own `ps`-like command, `pst3`. This
20outputs the required information in a known format for `check_procs` to parse. 20outputs the required information in a known format for `check_procs` to parse.