plussize

Plus-size, find which log grows faster


License
MIT
Install
pip install plussize==0.3.5

Documentation

PlusSize

Find out which log files are grows very fast.

Installation

pip3 install plussize

Examples

Which log file grows faster in /var/log for next 5 seconds:

pluss -t 5 /var/log/ | tail

Options

-l - count lines, not just bytes (takes longer time)

-r - recursive

-t - time difference (in seconds) between two checks. Default: 20

-z - print files with zero increment

See also

ncdu-compare compare ncdu export files (to watch for bigger changes, like "what takes most space every 24h")