aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-Filesys-DiskSpace/pkg-descr
blob: 2617a5e14c590d77b9751950d387d3ecc53d45a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
This routine displays information on a file system such as its type,
the amount of disk space occupied, the total disk space and the number
of inodes.

It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
ways. If all fails, it C<croak>s.

-Anton
<tobez@FreeBSD.org>