Diskus Try It
Computes the total size of the current directory (3-10 times faster)
Version
Latest known: 0.9.0 (2025-12-06)
Latest known: 0.9.0 (2025-12-06)
Examples
1. Computes the total size of the contents of a local sub-directory using default 3 threads
diskus.exe d:\www\images
2. Computes the total size of the contents of a UNC sub-directory using default 3 threads
diskus.exe \\remotecomputer\D:\www\images
Try it
- Compute the size of a directory
Diskus walks the directory in parallel and reports the total size on a single line. Faster than 'du' on Linux or recursive PowerShell on Windows because it fans out across CPU cores by default.
Agree to terms to run demos.