@@ -851,6 +851,69 @@ node_filefd_maximum 1.631329e+06
851851# HELP node_forks_total Total number of forks.
852852# TYPE node_forks_total counter
853853node_forks_total 26442
854+ # HELP node_fscache_acquire_attempts_total Number of acquire operations attempted (Acquire: n=attempts).
855+ # TYPE node_fscache_acquire_attempts_total counter
856+ node_fscache_acquire_attempts_total 31998
857+ # HELP node_fscache_acquire_success_total Number of acquire operations successful (Acquire: ok=success).
858+ # TYPE node_fscache_acquire_success_total counter
859+ node_fscache_acquire_success_total 31986
860+ # HELP node_fscache_allocations_success_total Number of successful allocation operations (Allocs: ok=success).
861+ # TYPE node_fscache_allocations_success_total counter
862+ node_fscache_allocations_success_total 0
863+ # HELP node_fscache_allocations_total Number of allocation operations attempted (Allocs: n=attempts).
864+ # TYPE node_fscache_allocations_total counter
865+ node_fscache_allocations_total 0
866+ # HELP node_fscache_attribute_changes_success_total Number of successful attribute change operations (AttrChg: ok=success).
867+ # TYPE node_fscache_attribute_changes_success_total counter
868+ node_fscache_attribute_changes_success_total 0
869+ # HELP node_fscache_attribute_changes_total Number of attribute change operations attempted (AttrChg: n=attempts).
870+ # TYPE node_fscache_attribute_changes_total counter
871+ node_fscache_attribute_changes_total 0
872+ # HELP node_fscache_invalidations_total Number of invalidation operations (Invals: n=tot).
873+ # TYPE node_fscache_invalidations_total counter
874+ node_fscache_invalidations_total 409
875+ # HELP node_fscache_lookups_negative_total Number of negative lookup operations (Lookups: neg=negative).
876+ # TYPE node_fscache_lookups_negative_total counter
877+ node_fscache_lookups_negative_total 0
878+ # HELP node_fscache_lookups_positive_total Number of positive lookup operations (Lookups: pos=positive).
879+ # TYPE node_fscache_lookups_positive_total counter
880+ node_fscache_lookups_positive_total 0
881+ # HELP node_fscache_lookups_total Number of lookup operations (Lookups: n=tot).
882+ # TYPE node_fscache_lookups_total counter
883+ node_fscache_lookups_total 0
884+ # HELP node_fscache_objects_allocated_total Number of index cookies allocated (Cookies: idx=allocated/available/unused).
885+ # TYPE node_fscache_objects_allocated_total counter
886+ node_fscache_objects_allocated_total 16
887+ # HELP node_fscache_objects_available_total Number of index cookies available (Cookies: idx=allocated/available/unused).
888+ # TYPE node_fscache_objects_available_total counter
889+ node_fscache_objects_available_total 0
890+ # HELP node_fscache_objects_culled_total Number of objects culled (CacheEv: cul=culled).
891+ # TYPE node_fscache_objects_culled_total counter
892+ node_fscache_objects_culled_total 0
893+ # HELP node_fscache_objects_retired_total Number of objects retired (CacheEv: rtr=retired).
894+ # TYPE node_fscache_objects_retired_total counter
895+ node_fscache_objects_retired_total 0
896+ # HELP node_fscache_relinquishes_total Number of relinquish operations (Relinqs: n=tot).
897+ # TYPE node_fscache_relinquishes_total counter
898+ node_fscache_relinquishes_total 31939
899+ # HELP node_fscache_retrievals_nobuffer_total Number of retrieval (read) operations failed due to no buffer (Retrvls: nbf=nobuff).
900+ # TYPE node_fscache_retrievals_nobuffer_total counter
901+ node_fscache_retrievals_nobuffer_total 2.551742e+06
902+ # HELP node_fscache_retrievals_success_total Number of successful retrieval (read) operations (Retrvls: ok=success).
903+ # TYPE node_fscache_retrievals_success_total counter
904+ node_fscache_retrievals_success_total 0
905+ # HELP node_fscache_retrievals_total Number of retrieval (read) operations attempted (Retrvls: n=attempts).
906+ # TYPE node_fscache_retrievals_total counter
907+ node_fscache_retrievals_total 2.551742e+06
908+ # HELP node_fscache_stores_success_total Number of successful store (write) operations (Stores: ok=success).
909+ # TYPE node_fscache_stores_success_total counter
910+ node_fscache_stores_success_total 0
911+ # HELP node_fscache_stores_total Number of store (write) operations attempted (Stores: n=attempts).
912+ # TYPE node_fscache_stores_total counter
913+ node_fscache_stores_total 0
914+ # HELP node_fscache_updates_total Number of update operations (Updates: n=tot).
915+ # TYPE node_fscache_updates_total counter
916+ node_fscache_updates_total 0
854917# HELP node_hwmon_chip_names Annotation metric for human-readable chip names
855918# TYPE node_hwmon_chip_names gauge
856919node_hwmon_chip_names{chip="nct6779",chip_name="nct6779"} 1
@@ -2995,6 +3058,7 @@ node_scrape_collector_success{collector="edac"} 1
29953058node_scrape_collector_success{collector="entropy"} 1
29963059node_scrape_collector_success{collector="fibrechannel"} 1
29973060node_scrape_collector_success{collector="filefd"} 1
3061+ node_scrape_collector_success{collector="fscache"} 1
29983062node_scrape_collector_success{collector="hwmon"} 1
29993063node_scrape_collector_success{collector="infiniband"} 1
30003064node_scrape_collector_success{collector="interrupts"} 1
0 commit comments