muesli / duf

Disk Usage/Free Utility - a better 'df' alternative
Other
12.76k stars 395 forks source link

duf is extremely slow compared to dfrs #253

Open Dialga opened 1 year ago

Dialga commented 1 year ago
$ time duf
...
real    1m30.064s
user    0m0.005s
sys     0m0.000s
$ time dfrs
...
real    0m0.002s
user    0m0.000s
sys     0m0.002s

duf always takes 1m30(repeated runs) whereas https://github.com/anthraxx/dfrs is instantaneous.

C0rn3j commented 7 months ago

Can you still reproduce?

If so, what's it hanging on, anything in sudo journalctl -ef or if that gives nothing, see what it hangs on with strace?

Dialga commented 7 months ago

Can produce only under specific conditions, see the similar issue https://github.com/Canop/dysk/issues/57 for more details.