Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaroslaff/pluss

Find out which log files grows faster?
https://github.com/yaroslaff/pluss

disk-space disk-space-analyzer disk-usage log-files sysadmin sysadmin-tool sysadmin-tools system-administration

Last synced: 5 days ago
JSON representation

Find out which log files grows faster?

Awesome Lists containing this project

README

        

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