Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: disk space utilization

by ambrus (Abbot)
on Apr 08, 2005 at 20:08 UTC ( [id://446142]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub __NR_statfs () { 99 }; $file = "/"; $s = pack "x256"; -1 == syscal
    +l(__NR_statfs, "".$file, $s) and die "error statfs: $!"; (undef, $bsi
    +ze, undef, $bfree, $bavail) = unpack "l!5", $s; print $bavail*$bsize/
    +1024, " kilobytes available\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-26 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found