diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-06-06 20:22:37 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-06-06 20:22:37 +0200 |
commit | b877698906563b42a4485202611e7f2df6fcd87f (patch) | |
tree | 69b561c4153f2f2f40ddadbad34fb0e7ceeab6dc /ifpps.8 | |
parent | 9e872e3f9063217487ae4db6a629b2561e4fe94a (diff) |
ifpps: Always display the least heavy hitter CPU
Along with the topmost heavy hitters, we always display the least heavy
hitter (unless there's only 1 CPU). This is not influenced by the -n
command line parameter, so also display the according additional CPU in
the header line.
Also update the manpage accordingly.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps.8')
-rw-r--r-- | ifpps.8 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,8 +37,10 @@ statistics, which are also fairly reliable under high packet load. ifpps also periodically displays CPU load, interrupt, software interrupt data per sample interval as well as total interrupts, all per CPU. In case the number of CPUs exceeds 10 or the number specified by the user with the -\[lq]\-n\[rq] command line option, ifpps will only display the top heavy -hitters. +\[lq]\-n\[rq] command line option, ifpps will only display this number top +heavy hitters. The topmost heavy hitter CPU will be marked with \[lq]+\[rq]. +The least heavy hitter will always be displayed and is marked with +\[lq]-\[rq]. .PP .SH OPTIONS .PP |