[Bug 252031] pydf reports different values than df and di

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 21 21:06:44 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252031

            Bug ID: 252031
           Summary: pydf reports different values than df and di
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: eu9gu4 at gmail.com

pydf reported values are 8 times larger than those produced by df and di.

df- hT

Filesystem     Type   Size  Used  Avail Capacity  Mounted on
/dev/nda1p2    ufs     98G   14G    76G    16%    /
/dev/ada0p4    ufs    3.9G  311M   3.3G     9%    /var

di -g
Filesystem     Mount Gibis  Used  Avail %Used  fs Type
/dev/nda1p2    /      97.8  14.3   75.7   23%  ufs
/dev/ada0p4    /var    3.9   0.3    3.3   16%  ufs

pydf

Filesystem     Size  Used Avail Use%                                           
           Mounted on          
/dev/nda1p2    783G  114G 606G  14.6 [####..............] /
/dev/ada0p4    31G  2486M 26G   7.9  [##................] /var

Is python processing those numbers in a non-standard way?

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


More information about the freebsd-ports-bugs mailing list