Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duf is extremely slow compared to dfrs #253

Open
Dialga opened this issue Jun 9, 2023 · 2 comments
Open

duf is extremely slow compared to dfrs #253

Dialga opened this issue Jun 9, 2023 · 2 comments

Comments

@Dialga
Copy link

Dialga commented Jun 9, 2023

$ 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
Copy link

C0rn3j commented Mar 3, 2024

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
Copy link
Author

Dialga commented Mar 5, 2024

Can produce only under specific conditions, see the similar issue Canop/dysk#57 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants