nmeter: trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
aeab42e3f4
commit
abb0952e63
@ -24,20 +24,20 @@
|
||||
//usage: "\n -d MSEC Milliseconds between updates (default:1000)"
|
||||
//usage: "\n"
|
||||
//usage: "\nFormat specifiers:"
|
||||
//usage: "\n %Nc or %[cN] Monitor CPU. N - bar size (default:10)"
|
||||
//usage: "\n %Nc or %[cN] CPU. N - bar size (default:10)"
|
||||
//usage: "\n (displays: S:system U:user N:niced D:iowait I:irq i:softirq)"
|
||||
//usage: "\n %[niface] Monitor network interface 'iface'"
|
||||
//usage: "\n %m Monitor allocated memory"
|
||||
//usage: "\n %[mf] Monitor free memory"
|
||||
//usage: "\n %[mt] Monitor total memory"
|
||||
//usage: "\n %s Monitor allocated swap"
|
||||
//usage: "\n %f Monitor number of used file descriptors"
|
||||
//usage: "\n %Ni Monitor total/specific IRQ rate"
|
||||
//usage: "\n %x Monitor context switch rate"
|
||||
//usage: "\n %p Monitor forks"
|
||||
//usage: "\n %[pn] Monitor # of processes"
|
||||
//usage: "\n %b Monitor block io"
|
||||
//usage: "\n %Nt Show time (with N decimal points)"
|
||||
//usage: "\n %[nINTERFACE] Network INTERFACE"
|
||||
//usage: "\n %m Allocated memory"
|
||||
//usage: "\n %[mf] Free memory"
|
||||
//usage: "\n %[mt] Total memory"
|
||||
//usage: "\n %s Allocated swap"
|
||||
//usage: "\n %f Number of used file descriptors"
|
||||
//usage: "\n %Ni Total/specific IRQ rate"
|
||||
//usage: "\n %x Context switch rate"
|
||||
//usage: "\n %p Forks"
|
||||
//usage: "\n %[pn] # of processes"
|
||||
//usage: "\n %b Block io"
|
||||
//usage: "\n %Nt Time (with N decimal points)"
|
||||
//usage: "\n %r Print <cr> instead of <lf> at EOL"
|
||||
|
||||
//TODO:
|
||||
|
Loading…
Reference in New Issue
Block a user