Skip to content

Commit d8182cd

Browse files
committed
fix e2e output
Signed-off-by: Marek Molisch <[email protected]>
1 parent 28758f6 commit d8182cd

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

collector/fixtures/e2e-64k-page-output.txt

+64
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,69 @@ node_filefd_maximum 1.631329e+06
829829
# HELP node_forks_total Total number of forks.
830830
# TYPE node_forks_total counter
831831
node_forks_total 26442
832+
# HELP node_fscache_acquire_attempts_total Number of acquire operations attempted (Acquire: n=attempts).
833+
# TYPE node_fscache_acquire_attempts_total counter
834+
node_fscache_acquire_attempts_total 31998
835+
# HELP node_fscache_acquire_success_total Number of acquire operations successful (Acquire: ok=success).
836+
# TYPE node_fscache_acquire_success_total counter
837+
node_fscache_acquire_success_total 31986
838+
# HELP node_fscache_allocations_success_total Number of successful allocation operations (Allocs: ok=success).
839+
# TYPE node_fscache_allocations_success_total counter
840+
node_fscache_allocations_success_total 0
841+
# HELP node_fscache_allocations_total Number of allocation operations attempted (Allocs: n=attempts).
842+
# TYPE node_fscache_allocations_total counter
843+
node_fscache_allocations_total 0
844+
# HELP node_fscache_attribute_changes_success_total Number of successful attribute change operations (AttrChg: ok=success).
845+
# TYPE node_fscache_attribute_changes_success_total counter
846+
node_fscache_attribute_changes_success_total 0
847+
# HELP node_fscache_attribute_changes_total Number of attribute change operations attempted (AttrChg: n=attempts).
848+
# TYPE node_fscache_attribute_changes_total counter
849+
node_fscache_attribute_changes_total 0
850+
# HELP node_fscache_invalidations_total Number of invalidation operations (Invals: n=tot).
851+
# TYPE node_fscache_invalidations_total counter
852+
node_fscache_invalidations_total 409
853+
# HELP node_fscache_lookups_negative_total Number of negative lookup operations (Lookups: neg=negative).
854+
# TYPE node_fscache_lookups_negative_total counter
855+
node_fscache_lookups_negative_total 0
856+
# HELP node_fscache_lookups_positive_total Number of positive lookup operations (Lookups: pos=positive).
857+
# TYPE node_fscache_lookups_positive_total counter
858+
node_fscache_lookups_positive_total 0
859+
# HELP node_fscache_lookups_total Number of lookup operations (Lookups: n=tot).
860+
# TYPE node_fscache_lookups_total counter
861+
node_fscache_lookups_total 0
862+
# HELP node_fscache_objects_allocated_total Number of index cookies allocated (Cookies: idx=allocated/available/unused).
863+
# TYPE node_fscache_objects_allocated_total counter
864+
node_fscache_objects_allocated_total 16
865+
# HELP node_fscache_objects_available_total Number of index cookies available (Cookies: idx=allocated/available/unused).
866+
# TYPE node_fscache_objects_available_total counter
867+
node_fscache_objects_available_total 0
868+
# HELP node_fscache_objects_culled_total Number of objects culled (CacheEv: cul=culled).
869+
# TYPE node_fscache_objects_culled_total counter
870+
node_fscache_objects_culled_total 0
871+
# HELP node_fscache_objects_retired_total Number of objects retired (CacheEv: rtr=retired).
872+
# TYPE node_fscache_objects_retired_total counter
873+
node_fscache_objects_retired_total 0
874+
# HELP node_fscache_relinquishes_total Number of relinquish operations (Relinqs: n=tot).
875+
# TYPE node_fscache_relinquishes_total counter
876+
node_fscache_relinquishes_total 31939
877+
# HELP node_fscache_retrievals_nobuffer_total Number of retrieval (read) operations failed due to no buffer (Retrvls: nbf=nobuff).
878+
# TYPE node_fscache_retrievals_nobuffer_total counter
879+
node_fscache_retrievals_nobuffer_total 2551742
880+
# HELP node_fscache_retrievals_success_total Number of successful retrieval (read) operations (Retrvls: ok=success).
881+
# TYPE node_fscache_retrievals_success_total counter
882+
node_fscache_retrievals_success_total 0
883+
# HELP node_fscache_retrievals_total Number of retrieval (read) operations attempted (Retrvls: n=attempts).
884+
# TYPE node_fscache_retrievals_total counter
885+
node_fscache_retrievals_total 2551742
886+
# HELP node_fscache_stores_success_total Number of successful store (write) operations (Stores: ok=success).
887+
# TYPE node_fscache_stores_success_total counter
888+
node_fscache_stores_success_total 0
889+
# HELP node_fscache_stores_total Number of store (write) operations attempted (Stores: n=attempts).
890+
# TYPE node_fscache_stores_total counter
891+
node_fscache_stores_total 0
892+
# HELP node_fscache_updates_total Number of update operations (Updates: n=tot).
893+
# TYPE node_fscache_updates_total counter
894+
node_fscache_updates_total 0
832895
# HELP node_hwmon_chip_names Annotation metric for human-readable chip names
833896
# TYPE node_hwmon_chip_names gauge
834897
node_hwmon_chip_names{chip="nct6779",chip_name="nct6779"} 1
@@ -2973,6 +3036,7 @@ node_scrape_collector_success{collector="edac"} 1
29733036
node_scrape_collector_success{collector="entropy"} 1
29743037
node_scrape_collector_success{collector="fibrechannel"} 1
29753038
node_scrape_collector_success{collector="filefd"} 1
3039+
node_scrape_collector_success{collector="fscache"} 1
29763040
node_scrape_collector_success{collector="hwmon"} 1
29773041
node_scrape_collector_success{collector="infiniband"} 1
29783042
node_scrape_collector_success{collector="interrupts"} 1

0 commit comments

Comments
 (0)