Even in a world of low-priced storage, often disk usage means a lot. Backups might take forever and unjustifiably large data files can consume bandwidth. With rich web-based usage reports, Disk Usage Reports will help maintain things in order. This script is very useful, especially if you’re having lots of websites/applications and you need to remove old and unnecessary files. Website backups become lighter and you can download them faster.
Main features:
- Designed for Admins: Managing your disk usage can be difficult, particularly when you’re hosting somebody else’s files. We know this well and developed a tool to fit that requirement.
- Reports Stored as JSON: Reports are stored as small as possible by saving the data as JSON, and making use of just one HTML/JavaScript UI to view all of them.
- Secure by Simplicity: The more complicated things get, the more insecure they become. Reports are entirely static, so there isn’t any possibility of server-side vulnerabilities.
- Open Source: Fork on GitHub to customize it to fit your needs, and reveal your adjustments with the community!
- Cross Platform +: Created for portability using PHP 4.3+. But in some cases speed is everything, therefore we made platform-specific scripts too.
- Centralize It: No need to waste CPU time on your web servers. Scanning and report generating are separated to permit you offload the heavy work elsewhere.
Tested in:
- Internet Explorer, Firefox, Chrome, and Safari.
- Apache HTTP Server and Microsoft IIS.
The script that scans disk usage comes in 3 forms:
- Windows EXE: Uses WinAPI-based C++ for speed. Fully supports UTF-8 file names.
- Linux Bash Script: Uses the speedy GNU find tool.
- Multi-Platform PHP Script: Not as fast, but works anywhere!
[nggallery id=6]