aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorPavel Borzenkov <pavel.borzenkov@gmail.com>2015-11-13 12:23:21 +0300
committerPavel Borzenkov <pavel.borzenkov@gmail.com>2016-01-15 15:04:27 +0300
commitc12d8ea9275adf8f65549922d9988cb900f3301d (patch)
treed57ce650102c79b8993578a10830fc3044606185 /end-to-end-test.sh
parentfae388dcab1ff45ebab367d288e1adcacd7f051e (diff)
downloadprometheus_node_collector-c12d8ea9275adf8f65549922d9988cb900f3301d.tar.bz2
prometheus_node_collector-c12d8ea9275adf8f65549922d9988cb900f3301d.tar.xz
prometheus_node_collector-c12d8ea9275adf8f65549922d9988cb900f3301d.zip
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>
Diffstat (limited to 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index 0f3b822..6057946 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -10,6 +10,7 @@ collectors=$(cat << COLLECTORS
10 loadavg 10 loadavg
11 mdadm 11 mdadm
12 meminfo 12 meminfo
13 meminfo_numa
13 netdev 14 netdev
14 netstat 15 netstat
15 sockstat 16 sockstat