aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat.c
Commit message (Expand)AuthorAgeFilesLines
* Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff2014-02-101-0/+7
* Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov2011-08-011-5/+9
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-151-0/+8
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routineRobert Watson2005-08-011-0/+6
* Correct two libmemstat(3) bugs:Robert Watson2005-08-011-1/+8
* Having decided not to provide a libmemstat(3) error number to textRobert Watson2005-07-241-0/+21
* Introduce more formal error handling for libmemstat(3):Robert Watson2005-07-241-6/+15
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, toRobert Watson2005-07-231-2/+6
* UMA supports "secondary" zones, in which a second zone can be layeredRobert Watson2005-07-201-0/+8
* Add libmemstat(3), a library for use by debugging and monitoringRobert Watson2005-07-141-0/+366