GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PYDF(1) FreeBSD General Commands Manual PYDF(1)

pydf - report colourised filesystem disk space usage

pydf [options] [file]

pydf is a python script that displays the amount of disk space available on the mounted filesystems, using different colours for different types of filesystems. Output format is completely customizable.
If an optional
file argument is given, pydf displays just information about filesystem containing the file(s), otherwise it displays information about all mounted filesystems.

--help
Show summary of options.
-v, --version
Show version of program.
-a, --all
include filesystems having 0 blocks
-h, --human-readable
print sizes in human readable format (e.g., 133K 2341M 2448G)
-H, --si
likewise, but use powers of 1000 not 1024
--block-size=SIZE
use SIZE-byte blocks
-k, --kilobytes
like --block-size=1024
-i, --inodes
show information about inodes instead of blocks
-l, --local
limit listing to local filesystems
-m, --megabytes
like --block-size=1048576
-g, --gigabytes
like --block-size=1073741824
--blocks
use filesystem native block size
--bw
do not use colours
--mounts=FILE
file to get mount information from. On normal linux system, only /etc/mtab or /proc/mounts make sense. Use /proc/mounts when /etc/mtab is corrupted or inaccessible (the output looks a bit weird in this case though)
-B, --show-binds
Show also mount --bind mounted filesystems.

When running with python3, mountpoints with out-of-locale non ASCII names will not be displayed (due to inability of os.statvfs to use bytes instead of strings).

/etc/pydfrc
main configuration file
~/.pydfrc
per-user configuration file

df(1)

Radovan Garabík <garabik@kassiopeia.juls.savba.sk>

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.