summaryrefslogtreecommitdiffstats
path: root/SwapMeter.h
Commit message (Collapse)AuthorAgeFilesLines
* {Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov2023-04-231-1/+2
| | | | | | | | For now, the semantics are mostly fit for Linux zswap subsystem. For instance, we add the third swap usage metric that indicates the amount of memory that is accounted to swap but in fact stored elsewhere. This exactly matches the definition of frontswap/zswap, and is probably of little use to all other platforms.
* Minor code formatting consistency fixesBenny Baumann2023-04-111-3/+3
|
* Improve code readability by creating constants for SWAP memory valuesGuillaume Gomez2023-01-081-0/+5
|
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Covert Meter attributes to file-local constant arraysChristian Göttsche2020-09-291-2/+0
|
* Axe automated header generation.Zev Weiss2020-09-031-2/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* use dynamic units for text displayChristian Hesse2015-08-271-5/+0
| | | | Signed-off-by: Christian Hesse <mail@eworm.de>
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-1/+1
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-12/+1
|
* Interface improvements for large numbers.Hisham Muhammad2011-09-081-0/+5
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-4/+0
| | | | | Reduces resulting code size.
* Regenerated all headers.Hisham Muhammad2006-06-061-0/+2
|
* - Overhaul meters implementation;Hisham Muhammad2006-04-101-11/+2
| | | | | | - add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
* Initial import.Hisham Muhammad2006-03-041-0/+40

© 2014-2024 Faster IT GmbH | imprint | privacy policy