Skip to content

yaroslaff/pluss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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")