dirio-0.1.0 is not a library.
dirio
A simple tool for monitoring disk usage over the runtime of a command.
This expects du to be in your $PATH and evaluates it at a specified interval while a test command is running.
It tracks and reports a TSV of the following:
- elapsed time
- observed disk usage
- disk usage delta (from initial disk usage)
- disk usage peak (max observed disk usage over the runtime)
Installation
Usage
This monitors the bytes of a directory over the runtime of a command.
By default that directory is ./ or the current working directory.
You can specify some other directory with the -p flag.
# Monitor disk usage and output to stdout
# Monitor disk usage and output to some log file