IvanVolosyuk / diskusage

Automatically exported from code.google.com/p/diskusage
GNU General Public License v2.0
334 stars 59 forks source link

[Feature Request] similar visualization by the _number_ of files and directories instead of their size. #66

Open ghost opened 4 years ago

ghost commented 4 years ago

I am asking to consider the following:

Certain apps misbehave by creating an unmanageable amount of tiny files.

This is hard to debug, but it slows down the file system considerably.

In the proposed new regime, diskusage would be working almost entirely the way it does now, that is walk the directory tree, but instead of adding file sizes, it would be adding up just 1 for every file or directory.