Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/yaroslaff/pluss
- Owner: yaroslaff
- Created: 2021-12-30T17:28:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T17:28:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T14:29:31.420Z (13 days ago)
- Topics: disk-space, disk-space-analyzer, disk-usage, log-files, sysadmin, sysadmin-tool, sysadmin-tools, system-administration
- Language: Python
- Homepage: https://github.com/yaroslaff/pluss
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")