Live data from Hacker News

Duf: Disk Usage/Free Utility

github.com

1–10 of 46 posts

Re: Duf: Disk Usage/Free Utility

#3
post #2

I wonder if this entire thing could be built into 'glances' as an alternate pane view. https://nicolargo.github.io/glances/

Is there anything similar to glances that's native, super light. Don't have python in all production server and I wonder how weighty it would be when things are getting haywire .. or am I wrong and glances is lightweight enough?

Re: Duf: Disk Usage/Free Utility

#5
post #3
post #2

I wonder if this entire thing could be built into 'glances' as an alternate pane view. https://nicolargo.github.io/glances/

Is there anything similar to glances that's native, super light. Don't have python in all production server and I wonder how weighty it would be when things are getting haywire .. or am I wrong and glances is lightweight enough?

Try bashtop

I dont prefer glances because of its dependencies of python and i really avoid installing big dependencies unless I feel its required for most of the other packages/use cases.

Re: Duf: Disk Usage/Free Utility

#9
post #7

Your program looks nice for a text-based UI. However, I think existing graphical tools are more powerful, especially when displaying a treemap visualization. Examples: https://en.wikipedia.org/wiki/Disk_utility#Disk_space_analyz...

[deleted]

Re: Duf: Disk Usage/Free Utility

#10
For a CLI alternative to manually running `du -sh *` recursively to try and find which directory is taking up your space I recommend `ncdu`.

I'm pretty sure there was a similar CLI app better than `ncdu` but I don't recall it right now.

Post reply on HN