aboutsummaryrefslogtreecommitdiffstats
path: root/lib/os_mon/src/disksup.erl
AgeCommit message (Collapse)Author
2013-01-31This patch fixes disksup:get_disk_data for SUSv3, specifically OS X MLSriram Melkote
On OS X Mountain Lion, the default output of df command includes iNode used and iNodes free, which apparent what SUSv3 specifies. This breaks the current parse logic and reports incorrect results. This patch adds support for the new format and ensures older versions of OS X produce this format by adding the -i switch (which is now the default). Adding support for this new format rather than changing df output as we'll presumably see this on other platforms eventually.
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-21Add infinity timeout to os_mon callsGustav Simonsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-03Add NetBSD support to memsup and disksupAndrew Thompson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP