Version: 0.9.0
Web:
https://crates.io/crates/parallel-disk-usage
Linux has no dearth of tools for reporting disk usage. One of the most frequently used routes is to restrict the output of Du using its plethora of options, before piping the output into a variety of other tools, such as Sort.
While this works for small directories, on much larger ones it doesn’t just take a considerable amount of time, but without the right options, also produces illegible output. That’s where Parallel Disk Usage (PDU) steps in. Not only is it a lot faster than plain old Du, but it also produces visually appealing output.