Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: doughnut charts with gd:graph

by hippo (Bishop)
on Jul 25, 2018 at 13:06 UTC ( [id://1219255]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Filesystem           1K-blocks    Used Available Use% Mounted on
    /dev/mapper/vg_mail-lv_var
                          94959436 1415576  88713448   2% /var
    
  2. or download this
    #!/usr/bin/env perl 
    use strict;
    ...
    my @df = `df -P /var`;
    my ($used, $free) = (split (/\s+/, $df[1]))[2,3];
    print "used $used, free $free\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-19 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found