freebsd-ports/devel/p5-Filesys-Statvfs_Df/pkg-descr
Vanilla I. Shu 4bfbd2c7ba Add p5-Filesys-Statvfs_Df 0.68, provides an interface between Perl and
the statvfs() system call.

PR:		ports/62980
Submitted by:	Jim Pirzyk
2004-03-21 02:13:34 +00:00

13 lines
482 B
Text

Filesys::Statvfs provides an interface between
Perl and the statvfs() system call.
Filesys::Df uses Filesys::Statvfs to obtain
filesystem statistics then creates additional
filesystem information such as percent full,
user and superuser differentials, etc.
Filesys::Df will also let you specify the
block size for the values you wish to see.
The default block size output is 1024 bytes per
block. So if you want to get the size in bytes
just take the block size and * it by 1024.