Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

(Vortacist) Re: Re: Re: monitor.pl

by Vortacist (Pilgrim)
on Jun 07, 2001 at 06:30 UTC ( [id://86457]=note: print w/replies, xml ) Need Help??


in reply to Re: (Vortacist) Re: monitor.pl
in thread monitor.pl

Well, I made sure to right-click and save the code that way (last time I had clicked the d/l link and pasted the code into emacs, which generally works) and despite removing the ^M's, no ^O appeared. So I added it in myself, but then when I tried running monitor, I had this problem:

Illegal division by zero at monitor.pl line 138.

That line is in drawvals, and it's:

$swapUsage = $values{useSwap}/$values{totSwap})*100;

Not quite sure what's going on there. Is a value for totSwap not being added to %values, perhaps?
FYI, I am running this script using Perl 5.6.1 on Debian/GNU Linux.

Replies are listed 'Best First'.
Re: (Vortacist) Re: Re: Re: monitor.pl
by xphase_work (Pilgrim) on Jun 07, 2001 at 21:20 UTC
    The only thing that I can think of is that the top command
    on your system is not outputting the same info that mine is,
    mine gives:
    load averages: 0.50, 0.47, 0.41 13:03:12 83 processes: 81 sleeping, 1 running, 1 on cpu Memory: 256M real, 128M free, 64M swap in use, 192M swap free PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND 14600 baw 1 36 0 32M 21M run 7:30 8.06% netscape

    If the Memory: line is different in your output, then the regex
    that pulls the memory info won't place a value into totSwap. This
    is because i'm using array subscripting to pull the values out of
    the @memInfo array. Try changing $memInfo[?] to where the correct
    swap values would be.

    --xPhase

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://86457]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found