Added large-file-finder monitoring tool

This commit is contained in:
Rahul Baruri 2021-12-19 02:21:36 +01:00 committed by GitHub
parent edf110dd9f
commit 92b72092d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -502,6 +502,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. * [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications.
* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. * [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
* Monitoring * Monitoring
* [large-file-finder](https://github.com/rbrahul/large-file-finder) - A CLI application to monitor large files that are eating up your system storage.
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
* Backup * Backup
* [BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption. * [BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption.