Thread Severauslastung? (12 answers)
Opened by jan10001 at 2003-10-25 23:02

Strat
 2003-10-30 16:16
#96308 #96308
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
$ENV{TERM} ||= 'cygwin';
my $command = "/usr/bin/top -b -n 1 -p$$";

unless (open (CMD, "$command 2>&1 |")) {
    print "Can't get '$command': $!\n";
} # unless
else {
  print '<pre>', <CMD>, '</pre>';
  close (CMD);
} # else
\n\n

<!--EDIT|Strat|1067523441-->
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread Severauslastung?