Initial XFS collector
This commit is contained in:
parent
e7ea5c1867
commit
1feb091b36
11 changed files with 306 additions and 8 deletions
|
|
@ -2143,6 +2143,7 @@ node_scrape_collector_success{collector="sockstat"} 1
|
|||
node_scrape_collector_success{collector="stat"} 1
|
||||
node_scrape_collector_success{collector="textfile"} 1
|
||||
node_scrape_collector_success{collector="wifi"} 1
|
||||
node_scrape_collector_success{collector="xfs"} 1
|
||||
node_scrape_collector_success{collector="zfs"} 1
|
||||
# HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse.
|
||||
# TYPE node_sockstat_FRAG_inuse gauge
|
||||
|
|
@ -2222,6 +2223,30 @@ node_wifi_station_transmit_failed_total{device="wlan0"} 2
|
|||
# HELP node_wifi_station_transmit_retries_total The total number of times a station has had to retry while sending a packet.
|
||||
# TYPE node_wifi_station_transmit_retries_total counter
|
||||
node_wifi_station_transmit_retries_total{device="wlan0"} 10
|
||||
# HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem.
|
||||
# TYPE node_xfs_allocation_btree_compares_total counter
|
||||
node_xfs_allocation_btree_compares_total{device="sda1"} 0
|
||||
# HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem.
|
||||
# TYPE node_xfs_allocation_btree_lookups_total counter
|
||||
node_xfs_allocation_btree_lookups_total{device="sda1"} 0
|
||||
# HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem.
|
||||
# TYPE node_xfs_allocation_btree_records_deleted_total counter
|
||||
node_xfs_allocation_btree_records_deleted_total{device="sda1"} 0
|
||||
# HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem.
|
||||
# TYPE node_xfs_allocation_btree_records_inserted_total counter
|
||||
node_xfs_allocation_btree_records_inserted_total{device="sda1"} 0
|
||||
# HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem.
|
||||
# TYPE node_xfs_extent_allocation_blocks_allocated_total counter
|
||||
node_xfs_extent_allocation_blocks_allocated_total{device="sda1"} 872
|
||||
# HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem.
|
||||
# TYPE node_xfs_extent_allocation_blocks_freed_total counter
|
||||
node_xfs_extent_allocation_blocks_freed_total{device="sda1"} 0
|
||||
# HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem.
|
||||
# TYPE node_xfs_extent_allocation_extents_allocated_total counter
|
||||
node_xfs_extent_allocation_extents_allocated_total{device="sda1"} 1
|
||||
# HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem.
|
||||
# TYPE node_xfs_extent_allocation_extents_freed_total counter
|
||||
node_xfs_extent_allocation_extents_freed_total{device="sda1"} 0
|
||||
# HELP node_zfs_arc_anon_evictable_data kstat.zfs.misc.arcstats.anon_evictable_data
|
||||
# TYPE node_zfs_arc_anon_evictable_data untyped
|
||||
node_zfs_arc_anon_evictable_data 0
|
||||
|
|
|
|||
24
collector/fixtures/sys/fs/xfs/sda1/stats/stats
Normal file
24
collector/fixtures/sys/fs/xfs/sda1/stats/stats
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
extent_alloc 1 872 0 0
|
||||
abt 0 0 0 0
|
||||
blk_map 61 29 1 1 1 91 0
|
||||
bmbt 0 0 0 0
|
||||
dir 3 2 1 52
|
||||
trans 4 40 0
|
||||
ig 5 1 0 4 0 0 1
|
||||
log 8 21 0 5821 4
|
||||
push_ail 44 0 1102 15 0 2 0 2 0 2
|
||||
xstrat 1 0
|
||||
rw 28 0
|
||||
attr 0 0 0 0
|
||||
icluster 2 2 2
|
||||
vnodes 4 0 0 0 1 1 1 0
|
||||
buf 22 25 14 0 0 8 0 8 8
|
||||
abtb2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
abtc2 2 1 1 1 0 0 0 0 0 0 0 0 0 0 0
|
||||
bmbt2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
ibt2 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
fibt2 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
rmapbt 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
qm 0 0 0 0 0 0 0 0
|
||||
xpc 3571712 3568056 0
|
||||
debug 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue