Skip to content

DiskFreeTools

Tore Nestenius edited this page Feb 19, 2025 · 1 revision

Disk Free Space Tool

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.

How It Works

The tool retrieves information about all available drives using the .NET DriveInfo class and displays the details in a web interface.

Filtering

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.

Example

Here's a sample of what it can look like on a Linux App Service: image

Clone this wiki locally