Guest User

bti

a guest
Mar 12th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # ls -1 | wc -l
  2. 300000
  3.  
  4.  
  5. xfs -discart
  6.  
  7. # time find | xargs rm
  8.  
  9. real 0m5.823s
  10. user 0m0.370s
  11. sys 0m5.710s
  12.  
  13.  
  14. ext4 -discart
  15.  
  16. # time find | xargs rm
  17.  
  18. real 0m6.578s
  19. user 0m0.310s
  20. sys 0m3.313s
  21.  
  22.  
  23. ext4 discart
  24.  
  25. # time find | xargs rm
  26.  
  27. real 47m15.188s
  28. user 0m0.304s
  29. sys 0m3.440s
Advertisement
Add Comment
Please, Sign In to add comment