summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/ps-on-solaris.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-12 22:47:44 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-12 22:47:44 (GMT)
commit41af5b4013ef5f7793465d1e7676f0211b5a30d0 (patch)
tree92ebca31200c5207a0688b2947a175c758a34ac5 /web/input/doc/faq/ps-on-solaris.md
parentaa96b7897b40bf1171f08d77e229ec57b2c4119a (diff)
downloadsite-41af5b4013ef5f7793465d1e7676f0211b5a30d0.tar.gz
Documentation: Use monospace font for plugin names
Consistently write `check_foo`, not check\_foo.
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.