Disk Space Analyzer
Find out what's eating your disk space. Safe, read-only analysis.
Runs du, find, and df commands to analyze disk usage patterns. All operations are read-only — it reports findings and suggests cleanup targets but does NOT delete anything.
Actions
analyze — Full disk analysis
{ "action": "analyze" }
Returns: top-level directory sizes, disk usage percentage, mount points
topsize — Find largest files
{ "action": "topsize", "dir": "/var/log", "limit": 10 }
Returns: top N largest files in specified directory
oldlogs — Find old log files
{ "action": "oldlogs", "days": 30 }
Returns: log files older than N days, with sizes
Pricing
Free — MIT License (zero dependencies, pure bash)