aboutsummaryrefslogtreecommitdiff
path: root/collector/meminfo_linux_test.go
Commit message (Collapse)AuthorAge
* Make metrics better follow guidelines (#787)Brian Brazil2018-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve stat linux metric names. cpu is no longer used. * node_cpu -> node_cpu_seconds_total for Linux * Improve filesystem metric names with units * Improve units and names of linux disk stats Remove sector metrics, the bytes metrics cover those already. * Infiniband counters should end in _total * Improve timex metric names, convert to more normal units. See https://github.com/torvalds/linux/blob/3c073991eb417b6f785ddc6afbbdc369eb84aa6a/kernel/time/ntp.c#L909 for what stabil means, looks like a moving average of some form. * Update test fixture * For meminfo metrics that had "kB" units, add _bytes * Interrupts counter should have _total
* Rearrange fixtures to match "real" proc and sys.Matthias Rampke2015-09-28
| | | | | And add some missing fixtures for default collectors, even if they're not read by tests yet.
* Add license headers to all code files.Matthias Rampke2015-09-26
|
* Remove linux build contraint from meminfo test source code.Siavash Safi2015-07-14
|
* Add meminfo collector for FreeBSD.Siavash Safi2015-07-14