Skip to content

Commit 17dbe32

Browse files
committedOct 24, 2007
show example output
1 parent 4db0fb1 commit 17dbe32

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎eg/topten

+15-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,22 @@ C<topten time 5>
5959
Display the 5 processes that have spent the most CPU time (system and
6060
user).
6161
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
6377
64-
Display the 20 processes that have received the most signals.
6578
6679
=head1 SEE ALSO
6780

0 commit comments

Comments
 (0)
Please sign in to comment.