-
Notifications
You must be signed in to change notification settings - Fork 2
DiskFreeTools
Tore Nestenius edited this page Feb 19, 2025
·
1 revision
This tool provides a simple way to inspect available disk space on the system where it is running. It lists all drives and displays key details such as total capacity, available space, and file system format.
This tool is useful for:
- ✅ Monitoring disk usage on cloud-hosted or on-premise servers.
- ✅ Identifying storage constraints that may impact application performance.
- ✅ Troubleshooting disk space issues in production environments.
The tool retrieves information about all available drives using the .NET DriveInfo class and displays the details in a web interface.
By default, the tool only displays fixed and network drives that are ready for use and have storage space. To view all drives, including removable and unmounted drives, click on the Show all link found on the page.
Here's a sample of what it can look like on a Linux App Service: