File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,22 @@ C<topten time 5>
59
59
Display the 5 processes that have spent the most CPU time (system and
60
60
user).
61
61
62
- C<topten nsignals 20 >
62
+ C<topten nsignals 10 >
63
+
64
+ Display the 10 processes that have received the most signals. On my
65
+ machine, this produces
66
+
67
+ svnserve(89699) owned by eric: 4346541
68
+ syslogd(45796) owned by david: 1447563
69
+ sshd(478) owned by root: 729944
70
+ pflogd(253) owned by root: 727742
71
+ cron(498) owned by root: 648861
72
+ postgres(18164) owned by eric: 589751
73
+ master(95268) owned by david: 294754
74
+ master(56500) owned by david: 39297
75
+ httpd-static(15330) owned by eric: 14309
76
+ httpd-static(15332) owned by eric: 14280
63
77
64
- Display the 20 processes that have received the most signals.
65
78
66
79
=head1 SEE ALSO
67
80
You can’t perform that action at this time.
0 commit comments