diff options
author | Charles Duffy <chaduffy@cisco.com> | 2015-05-22 16:20:49 -0500 |
---|---|---|
committer | Charles Duffy <chaduffy@cisco.com> | 2015-06-09 19:39:16 -0500 |
commit | a2c9f63136775b128bdb9fb3e1b57f5ad977d5cb (patch) | |
tree | d857a2b2f67a86d90d3045a91afe751b3b448241 /man | |
parent | cde40acc805b855909b95f15fd9a3111e40be672 (diff) |
cgtop: raw output option (disable conversion to human-readable units)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cgtop.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index b0c88001d4..b3298b64f3 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -143,6 +143,15 @@ </varlistentry> <varlistentry> + <term><option>-r</option></term> + <term><option>--raw</option></term> + + <listitem><para>Format byte counts (as in memory usage and IO metrics) + with raw numeric values rather than human-readable + numbers.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-n</option></term> <term><option>--iterations=</option></term> |