Tag:
Branch:
Tree:
dfa53f835a
aix-ppc64
as-collector-receiver
bjk/fpm
dependabot/github_actions/actions/setup-go-6.1.0
dependabot/github_actions/vmactions/dragonflybsd-vm-1.1.4
dependabot/github_actions/vmactions/freebsd-vm-1.2.8
dependabot/github_actions/vmactions/netbsd-vm-1.2.3
dependabot/github_actions/vmactions/openbsd-vm-1.2.4
dependabot/go_modules/github.com/godbus/dbus/v5-5.2.0
dependabot/go_modules/github.com/mdlayher/wifi-0.7.1
dependabot/go_modules/github.com/opencontainers/selinux-1.13.1
dependabot/go_modules/github.com/prometheus/common-0.67.4
dependabot/go_modules/github.com/safchain/ethtool-0.7.0
discordianfish-patch-1
fish/remove-docker-hub-references
fixpanic
master
mixin-fix-cpu-usage
pgier/disable-default-collectors
readme-remove-misleading-plugins
release-0.15
release-0.16
release-0.17
release-0.18
release-1.0
release-1.1
release-1.10
release-1.2
release-1.3
release-1.4
release-1.6
release-1.8
release-1.9
repo_sync
revert-1677-expose-tls-copy
security-dot-md
superq/os_collector
superq/refactor_kingpin
superq/replace_load_metric
superq/stylecheck
superq/systemd_filter
superq/systemd_shutdown
superq/unit_type
superq/v2
warn-perf-errors
0.10.0
0.11.0
0.12.0
0.12.0rc1
0.12.0rc2
0.12.0rc3
0.13.0-rc.2
0.6.0
0.7.0
0.7.1
0.8.0
0.8.1
0.9.0
v0.13.0
v0.13.0-rc.1
v0.13.0-rc.2
v0.14.0
v0.14.0-rc.1
v0.14.0-rc.2
v0.15.0
v0.15.1
v0.15.2
v0.16.0
v0.16.0-rc.0
v0.16.0-rc.1
v0.16.0-rc.2
v0.16.0-rc.3
v0.17.0
v0.17.0-rc.0
v0.18.0
v0.18.1
v1.0.0
v1.0.0-rc.0
v1.0.0-rc.1
v1.0.1
v1.1.0
v1.1.1
v1.1.2
v1.10.0
v1.10.1
v1.10.2
v1.2.0
v1.2.1
v1.2.2
v1.3.0
v1.3.1
v1.4.0
v1.4.0-rc.0
v1.4.1
v1.5.0
v1.6.0
v1.6.1
v1.7.0
v1.8.0
v1.8.1
v1.8.2
v1.9.0
v1.9.1
${ noResults }
2 Commits (dfa53f835a2916d8fa6d72f28d7d9d0617cbdbdb)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
c6162312f2 |
Add Linux NUMA "numastat" metrics (#249)
* Add Linux NUMA "numastat" metrics Read the `numastat` metrics from /sys/devices/system/node/node* when reading NUMA meminfo metrics. * Update end-to-end test output. * Add `numastat` metrics as counters. * Add tests for error conditions. * Refactor meminfo numa metrics struct * Refactor meminfoKey into a simple struct of metric data. This makes it easier to pass slices of metrics around. * Refactor tests. * Fixup: Add suggested fixes. * Fixup: More fixes * Add another scanner.Err() return * Add "_total" to counter metrics. |
9 years ago |
|
|
c12d8ea927 |
Add new per NUMA node memory statistics collector
It is sometimes useful to understand the distribution of free/occupied memory between NUMA nodes to deal with performance problems. To do so, add new meminfo_numa collector that enables exporting of per node statistics along with unit and end-to-end tests for it. Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com> |
10 years ago |