FOSSPicks
Storage monitor
Parallel Disk Usage
There are lots of tools for looking at disk usage, and we've covered quite a few of them over time in these pages. On the command line, many of us simply resort to piping the output from du
into a variety of other tools or use either dutree
or ncdu
for a more visual approach. The only problem is that all of these tools can take a considerable amount of time to grind through your data before they can produce their output. And you invariably want to change the search after getting the results, which means going through the same process again. Parallel Disk Usage (pdu) has been developed to solve this problem.
Parallel Disk Usage is orders of magnitude faster than any of the alternatives. On modern systems with SSD storage and multiple cores to spare, we barely noticed the difference in output time between the humble ls
and pdu
. This is despite pdu displaying all the files and directories beneath your chosen destination, complete with lines to show their relationships, their size, and an incredibly useful bar chart that gives you a quick overview of which files and folders are taking the most space. The chart defaults to showing a percentage value for how much of the destination space a specific file or directory is taking. It's a brilliant way to find unexpected resource sinks, such as hidden cache directories or forgotten virtual machines. There are configuration options to change its width, measure blocks rather than bytes, limit trawling depth, and even output the results as JSON. The "parallel" in its name refers to the mechanism that makes pdu so quick – or "blazingly fast," as the project puts it. This mechanism harnesses the parallelized nature of the Rust programming language to make best use of the multiple cores in your CPU, which is why pdu results are delivered with the same speed and agility as ls
.
Project Website
https://crates.io/crates/parallel-disk-usage

File sharing
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
News
-
Mageia 9 Beta 2 is Ready for Testing
The latest beta of the popular Mageia distribution now includes the latest kernel and plenty of updated applications.
-
KDE Plasma 6 Looks to Bring Basic HDR Support
The KWin piece of KDE Plasma now has HDR support and color management geared for the 6.0 release.
-
Bodhi Linux 7.0 Beta Ready for Testing
The latest iteration of the Bohdi Linux distribution is now available for those who want to experience what's in store and for testing purposes.
-
Changes Coming to Ubuntu PPA Usage
The way you manage Personal Package Archives will be changing with the release of Ubuntu 23.10.
-
AlmaLinux 9.2 Now Available for Download
AlmaLinux has been released and provides a free alternative to upstream Red Hat Enterprise Linux.
-
An Immutable Version of Fedora Is Under Consideration
For anyone who's a fan of using immutable versions of Linux, the Fedora team is currently considering adding a new spin called Fedora Onyx.
-
New Release of Br OS Includes ChatGPT Integration
Br OS 23.04 is now available and is geared specifically toward web content creation.
-
Command-Line Only Peropesis 2.1 Available Now
The latest iteration of Peropesis has been released with plenty of updates and introduces new software development tools.
-
TUXEDO Computers Announces InfinityBook Pro 14
With the new generation of their popular InfinityBook Pro 14, TUXEDO upgrades its ultra-mobile, powerful business laptop with some impressive specs.
-
Linux Kernel 6.3 Release Includes Interesting Features
Although it's not a Long Term Release candidate, Linux 6.3 includes features that will benefit end users.