Metadata-Version: 2.1
Name: plussize
Version: 0.3.5
Summary: Plus-size, find which log grows faster
Home-page: https://github.com/yaroslaff/pluss
Author: Yaroslav Polyakov
Author-email: xenon@sysattack.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 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](https://github.com/yaroslaff/ncdu-compare) compare ncdu export files (to watch for bigger changes, like "what takes most space every 24h")

