aboutsummaryrefslogtreecommitdiff
path: root/collector/fixtures/e2e-64k-page-output.txt
diff options
context:
space:
mode:
authorAdvait Bhatwadekar <advait123@ymail.com>2019-07-01 05:56:06 -0400
committerBen Kochie <superq@gmail.com>2019-07-01 11:56:06 +0200
commit3f49b3110154aeedcb9753b92fad64986e8aec54 (patch)
tree36e55d4aec9b58f01c3e8b367cdf048c28593bbd /collector/fixtures/e2e-64k-page-output.txt
parentb4cc81834734e81d0397719c14ddd4853e0cc98f (diff)
downloadprometheus_node_collector-3f49b3110154aeedcb9753b92fad64986e8aec54.tar.bz2
prometheus_node_collector-3f49b3110154aeedcb9753b92fad64986e8aec54.tar.xz
prometheus_node_collector-3f49b3110154aeedcb9753b92fad64986e8aec54.zip
Closes issue #261 on node_exporter. (#1403)
* Closes issue #261 on node_exporter. Delegated mdstat parsing to procfs project. mdadm_linux.go now only exports the metrics. -> Added disk labels: "fail", "spare", "active" to indicate disk status -> hanged metric node_md_disks_total ==> node_md_disks_required -> Removed test cases for mdadm_linux.go, as the functionality they tested for has been moved to procfs project. Signed-off-by: Advait Bhatwadekar <advait123@ymail.com>
Diffstat (limited to 'collector/fixtures/e2e-64k-page-output.txt')
-rw-r--r--collector/fixtures/e2e-64k-page-output.txt189
1 files changed, 137 insertions, 52 deletions
diff --git a/collector/fixtures/e2e-64k-page-output.txt b/collector/fixtures/e2e-64k-page-output.txt
index c4bbd6f..b7cf437 100644
--- a/collector/fixtures/e2e-64k-page-output.txt
+++ b/collector/fixtures/e2e-64k-page-output.txt
@@ -1078,6 +1078,7 @@ node_load5 0.37
1078node_md_blocks{device="md0"} 248896 1078node_md_blocks{device="md0"} 248896
1079node_md_blocks{device="md00"} 4.186624e+06 1079node_md_blocks{device="md00"} 4.186624e+06
1080node_md_blocks{device="md10"} 3.14159265e+08 1080node_md_blocks{device="md10"} 3.14159265e+08
1081node_md_blocks{device="md101"} 322560
1081node_md_blocks{device="md11"} 4.190208e+06 1082node_md_blocks{device="md11"} 4.190208e+06
1082node_md_blocks{device="md12"} 3.886394368e+09 1083node_md_blocks{device="md12"} 3.886394368e+09
1083node_md_blocks{device="md120"} 2.095104e+06 1084node_md_blocks{device="md120"} 2.095104e+06
@@ -1095,7 +1096,8 @@ node_md_blocks{device="md9"} 523968
1095node_md_blocks_synced{device="md0"} 248896 1096node_md_blocks_synced{device="md0"} 248896
1096node_md_blocks_synced{device="md00"} 4.186624e+06 1097node_md_blocks_synced{device="md00"} 4.186624e+06
1097node_md_blocks_synced{device="md10"} 3.14159265e+08 1098node_md_blocks_synced{device="md10"} 3.14159265e+08
1098node_md_blocks_synced{device="md11"} 4.190208e+06 1099node_md_blocks_synced{device="md101"} 322560
1100node_md_blocks_synced{device="md11"} 0
1099node_md_blocks_synced{device="md12"} 3.886394368e+09 1101node_md_blocks_synced{device="md12"} 3.886394368e+09
1100node_md_blocks_synced{device="md120"} 2.095104e+06 1102node_md_blocks_synced{device="md120"} 2.095104e+06
1101node_md_blocks_synced{device="md126"} 1.855870976e+09 1103node_md_blocks_synced{device="md126"} 1.855870976e+09
@@ -1106,58 +1108,141 @@ node_md_blocks_synced{device="md4"} 4.883648e+06
1106node_md_blocks_synced{device="md6"} 1.6775552e+07 1108node_md_blocks_synced{device="md6"} 1.6775552e+07
1107node_md_blocks_synced{device="md7"} 7.813735424e+09 1109node_md_blocks_synced{device="md7"} 7.813735424e+09
1108node_md_blocks_synced{device="md8"} 1.6775552e+07 1110node_md_blocks_synced{device="md8"} 1.6775552e+07
1109node_md_blocks_synced{device="md9"} 523968 1111node_md_blocks_synced{device="md9"} 0
1110# HELP node_md_disks Total number of disks of device. 1112# HELP node_md_disks Number of active/failed/spare disks of device.
1111# TYPE node_md_disks gauge 1113# TYPE node_md_disks gauge
1112node_md_disks{device="md0"} 2 1114node_md_disks{device="md0",state="active"} 2
1113node_md_disks{device="md00"} 1 1115node_md_disks{device="md0",state="failed"} 0
1114node_md_disks{device="md10"} 2 1116node_md_disks{device="md0",state="spare"} 0
1115node_md_disks{device="md11"} 2 1117node_md_disks{device="md00",state="active"} 1
1116node_md_disks{device="md12"} 2 1118node_md_disks{device="md00",state="failed"} 0
1117node_md_disks{device="md120"} 2 1119node_md_disks{device="md00",state="spare"} 0
1118node_md_disks{device="md126"} 2 1120node_md_disks{device="md10",state="active"} 2
1119node_md_disks{device="md127"} 2 1121node_md_disks{device="md10",state="failed"} 0
1120node_md_disks{device="md219"} 3 1122node_md_disks{device="md10",state="spare"} 0
1121node_md_disks{device="md3"} 8 1123node_md_disks{device="md101",state="active"} 3
1122node_md_disks{device="md4"} 2 1124node_md_disks{device="md101",state="failed"} 0
1123node_md_disks{device="md6"} 2 1125node_md_disks{device="md101",state="spare"} 0
1124node_md_disks{device="md7"} 4 1126node_md_disks{device="md11",state="active"} 2
1125node_md_disks{device="md8"} 2 1127node_md_disks{device="md11",state="failed"} 1
1126node_md_disks{device="md9"} 4 1128node_md_disks{device="md11",state="spare"} 2
1127# HELP node_md_disks_active Number of active disks of device. 1129node_md_disks{device="md12",state="active"} 2
1128# TYPE node_md_disks_active gauge 1130node_md_disks{device="md12",state="failed"} 0
1129node_md_disks_active{device="md0"} 2 1131node_md_disks{device="md12",state="spare"} 0
1130node_md_disks_active{device="md00"} 1 1132node_md_disks{device="md120",state="active"} 2
1131node_md_disks_active{device="md10"} 2 1133node_md_disks{device="md120",state="failed"} 0
1132node_md_disks_active{device="md11"} 2 1134node_md_disks{device="md120",state="spare"} 0
1133node_md_disks_active{device="md12"} 2 1135node_md_disks{device="md126",state="active"} 2
1134node_md_disks_active{device="md120"} 2 1136node_md_disks{device="md126",state="failed"} 0
1135node_md_disks_active{device="md126"} 2 1137node_md_disks{device="md126",state="spare"} 0
1136node_md_disks_active{device="md127"} 2 1138node_md_disks{device="md127",state="active"} 2
1137node_md_disks_active{device="md219"} 0 1139node_md_disks{device="md127",state="failed"} 0
1138node_md_disks_active{device="md3"} 8 1140node_md_disks{device="md127",state="spare"} 0
1139node_md_disks_active{device="md4"} 0 1141node_md_disks{device="md219",state="active"} 0
1140node_md_disks_active{device="md6"} 1 1142node_md_disks{device="md219",state="failed"} 0
1141node_md_disks_active{device="md7"} 3 1143node_md_disks{device="md219",state="spare"} 3
1142node_md_disks_active{device="md8"} 2 1144node_md_disks{device="md3",state="active"} 8
1143node_md_disks_active{device="md9"} 4 1145node_md_disks{device="md3",state="failed"} 0
1144# HELP node_md_is_active Indicator whether the md-device is active or not. 1146node_md_disks{device="md3",state="spare"} 2
1145# TYPE node_md_is_active gauge 1147node_md_disks{device="md4",state="active"} 0
1146node_md_is_active{device="md0"} 1 1148node_md_disks{device="md4",state="failed"} 1
1147node_md_is_active{device="md00"} 1 1149node_md_disks{device="md4",state="spare"} 1
1148node_md_is_active{device="md10"} 1 1150node_md_disks{device="md6",state="active"} 1
1149node_md_is_active{device="md11"} 1 1151node_md_disks{device="md6",state="failed"} 1
1150node_md_is_active{device="md12"} 1 1152node_md_disks{device="md6",state="spare"} 1
1151node_md_is_active{device="md120"} 1 1153node_md_disks{device="md7",state="active"} 3
1152node_md_is_active{device="md126"} 1 1154node_md_disks{device="md7",state="failed"} 1
1153node_md_is_active{device="md127"} 1 1155node_md_disks{device="md7",state="spare"} 0
1154node_md_is_active{device="md219"} 0 1156node_md_disks{device="md8",state="active"} 2
1155node_md_is_active{device="md3"} 1 1157node_md_disks{device="md8",state="failed"} 0
1156node_md_is_active{device="md4"} 0 1158node_md_disks{device="md8",state="spare"} 2
1157node_md_is_active{device="md6"} 1 1159node_md_disks{device="md9",state="active"} 4
1158node_md_is_active{device="md7"} 1 1160node_md_disks{device="md9",state="failed"} 2
1159node_md_is_active{device="md8"} 1 1161node_md_disks{device="md9",state="spare"} 1
1160node_md_is_active{device="md9"} 1 1162# HELP node_md_disks_required Total number of disks of device.
1163# TYPE node_md_disks_required gauge
1164node_md_disks_required{device="md0"} 2
1165node_md_disks_required{device="md00"} 1
1166node_md_disks_required{device="md10"} 2
1167node_md_disks_required{device="md101"} 3
1168node_md_disks_required{device="md11"} 2
1169node_md_disks_required{device="md12"} 2
1170node_md_disks_required{device="md120"} 2
1171node_md_disks_required{device="md126"} 2
1172node_md_disks_required{device="md127"} 2
1173node_md_disks_required{device="md219"} 0
1174node_md_disks_required{device="md3"} 8
1175node_md_disks_required{device="md4"} 0
1176node_md_disks_required{device="md6"} 2
1177node_md_disks_required{device="md7"} 4
1178node_md_disks_required{device="md8"} 2
1179node_md_disks_required{device="md9"} 4
1180# HELP node_md_state Indicates the state of md-device.
1181# TYPE node_md_state gauge
1182node_md_state{device="md0",state="active"} 1
1183node_md_state{device="md0",state="inactive"} 0
1184node_md_state{device="md0",state="recovering"} 0
1185node_md_state{device="md0",state="resync"} 0
1186node_md_state{device="md00",state="active"} 1
1187node_md_state{device="md00",state="inactive"} 0
1188node_md_state{device="md00",state="recovering"} 0
1189node_md_state{device="md00",state="resync"} 0
1190node_md_state{device="md10",state="active"} 1
1191node_md_state{device="md10",state="inactive"} 0
1192node_md_state{device="md10",state="recovering"} 0
1193node_md_state{device="md10",state="resync"} 0
1194node_md_state{device="md101",state="active"} 1
1195node_md_state{device="md101",state="inactive"} 0
1196node_md_state{device="md101",state="recovering"} 0
1197node_md_state{device="md101",state="resync"} 0
1198node_md_state{device="md11",state="active"} 0
1199node_md_state{device="md11",state="inactive"} 0
1200node_md_state{device="md11",state="recovering"} 0
1201node_md_state{device="md11",state="resync"} 1
1202node_md_state{device="md12",state="active"} 1
1203node_md_state{device="md12",state="inactive"} 0
1204node_md_state{device="md12",state="recovering"} 0
1205node_md_state{device="md12",state="resync"} 0
1206node_md_state{device="md120",state="active"} 1
1207node_md_state{device="md120",state="inactive"} 0
1208node_md_state{device="md120",state="recovering"} 0
1209node_md_state{device="md120",state="resync"} 0
1210node_md_state{device="md126",state="active"} 1
1211node_md_state{device="md126",state="inactive"} 0
1212node_md_state{device="md126",state="recovering"} 0
1213node_md_state{device="md126",state="resync"} 0
1214node_md_state{device="md127",state="active"} 1
1215node_md_state{device="md127",state="inactive"} 0
1216node_md_state{device="md127",state="recovering"} 0
1217node_md_state{device="md127",state="resync"} 0
1218node_md_state{device="md219",state="active"} 0
1219node_md_state{device="md219",state="inactive"} 1
1220node_md_state{device="md219",state="recovering"} 0
1221node_md_state{device="md219",state="resync"} 0
1222node_md_state{device="md3",state="active"} 1
1223node_md_state{device="md3",state="inactive"} 0
1224node_md_state{device="md3",state="recovering"} 0
1225node_md_state{device="md3",state="resync"} 0
1226node_md_state{device="md4",state="active"} 0
1227node_md_state{device="md4",state="inactive"} 1
1228node_md_state{device="md4",state="recovering"} 0
1229node_md_state{device="md4",state="resync"} 0
1230node_md_state{device="md6",state="active"} 0
1231node_md_state{device="md6",state="inactive"} 0
1232node_md_state{device="md6",state="recovering"} 1
1233node_md_state{device="md6",state="resync"} 0
1234node_md_state{device="md7",state="active"} 1
1235node_md_state{device="md7",state="inactive"} 0
1236node_md_state{device="md7",state="recovering"} 0
1237node_md_state{device="md7",state="resync"} 0
1238node_md_state{device="md8",state="active"} 0
1239node_md_state{device="md8",state="inactive"} 0
1240node_md_state{device="md8",state="recovering"} 0
1241node_md_state{device="md8",state="resync"} 1
1242node_md_state{device="md9",state="active"} 0
1243node_md_state{device="md9",state="inactive"} 0
1244node_md_state{device="md9",state="recovering"} 0
1245node_md_state{device="md9",state="resync"} 1
1161# HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. 1246# HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes.
1162# TYPE node_memory_Active_anon_bytes gauge 1247# TYPE node_memory_Active_anon_bytes gauge
1163node_memory_Active_anon_bytes 2.068484096e+09 1248node_memory_Active_anon_bytes 2.068484096e+09