diff options
Diffstat (limited to 'web/input/doc/faq/ps-on-solaris.md')
-rw-r--r-- | web/input/doc/faq/ps-on-solaris.md | 2 |
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. |
15 | If you are root, then running `/usr/ucb/ps` can get the full arguments for all | 15 | If you are root, then running `/usr/ucb/ps` can get the full arguments for all |
16 | processes. However, the columns for `RSS` and `VSZ` merge together when the | 16 | processes. However, the columns for `RSS` and `VSZ` merge together when the |
17 | values are too large and check\_procs cannot pull the value out correctly. | 17 | values are too large and `check_procs` cannot pull the value out correctly. |
18 | 18 | ||
19 | The chosen approach is to create our own `ps`-like command, `pst3`. This | 19 | The chosen approach is to create our own `ps`-like command, `pst3`. This |
20 | outputs the required information in a known format for `check_procs` to parse. | 20 | outputs the required information in a known format for `check_procs` to parse. |