[Bug 262704] A minimal, fast alternative to 'du -sh'

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Mar 2022 14:50:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262704

            Bug ID: 262704
           Summary: A minimal, fast alternative to 'du -sh'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sec.research.2005@gmail.com

Created attachment 232609
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=232609&action=edit
Patch

diskus is a very simple program that computes the total size of the current
directory. It is a parallelized version of du -sh. On my 8-core laptop, it is
about ten times faster than du with a cold disk cache and more than three times
faster with a warm disk cache

-- 
You are receiving this mail because:
You are the assignee for the bug.