Message139553
Agreed.
New patch removes the percentage and fixes computations on posix as recommended by Charles-François:
free = st.f_bavail * st.f_bsize
total = st.f_blocks * st.f_frsize
used = (total - st.f_bfree * st.f_bsize) |
|
| Date |
User |
Action |
Args |
| 2011-07-01 08:24:28 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, rhettinger, pitrou, ezio.melotti, brian.curtin |
| 2011-07-01 08:24:28 | giampaolo.rodola | set | messageid: <[email protected]> |
| 2011-07-01 08:24:28 | giampaolo.rodola | link | issue12442 messages |
| 2011-07-01 08:24:27 | giampaolo.rodola | create | |
|