Skip to content

Commit

Permalink
fix tests e2e-64k-page-output
Browse files Browse the repository at this point in the history
  • Loading branch information
remijouannet committed Mar 20, 2023
1 parent c98d0fd commit 511bbf2
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions collector/fixtures/e2e-64k-page-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3042,52 +3042,28 @@ node_softirqs_total{vector="tasklet"} 1.783454e+06
node_softirqs_total{vector="timer"} 1.481983e+06
# HELP node_softnet_backlog_len_total Softnet backlog status
# TYPE node_softnet_backlog_len_total counter
node_softnet_backlog_len_total{cpu="0"} 14587
node_softnet_backlog_len_total{cpu="1"} 0
node_softnet_backlog_len_total{cpu="2"} 0
node_softnet_backlog_len_total{cpu="3"} 0
node_softnet_backlog_len_total{cpu="0"} 0
# HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting
# TYPE node_softnet_cpu_collision_total counter
node_softnet_cpu_collision_total{cpu="0"} 0
node_softnet_cpu_collision_total{cpu="1"} 0
node_softnet_cpu_collision_total{cpu="2"} 0
node_softnet_cpu_collision_total{cpu="3"} 0
# HELP node_softnet_dropped_total Number of dropped packets
# TYPE node_softnet_dropped_total counter
node_softnet_dropped_total{cpu="0"} 0
node_softnet_dropped_total{cpu="1"} 41
node_softnet_dropped_total{cpu="2"} 0
node_softnet_dropped_total{cpu="3"} 0
# HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached
# TYPE node_softnet_flow_limit_count_total counter
node_softnet_flow_limit_count_total{cpu="0"} 0
node_softnet_flow_limit_count_total{cpu="1"} 0
node_softnet_flow_limit_count_total{cpu="2"} 0
node_softnet_flow_limit_count_total{cpu="3"} 13
# HELP node_softnet_processed_total Number of processed packets
# TYPE node_softnet_processed_total counter
node_softnet_processed_total{cpu="0"} 299641
node_softnet_processed_total{cpu="1"} 916354
node_softnet_processed_total{cpu="2"} 5.577791e+06
node_softnet_processed_total{cpu="3"} 3.113785e+06
# HELP node_softnet_received_rps_total Number of times cpu woken up received_rps
# TYPE node_softnet_received_rps_total counter
node_softnet_received_rps_total{cpu="0"} 0
node_softnet_received_rps_total{cpu="1"} 0
node_softnet_received_rps_total{cpu="2"} 487
node_softnet_received_rps_total{cpu="3"} 0
# HELP node_softnet_time_squeezed_total Number of times processing packets ran out of quota
# TYPE node_softnet_time_squeezed_total counter
node_softnet_time_squeezed_total{cpu="0"} 0
node_softnet_time_squeezed_total{cpu="1"} 0
node_softnet_time_squeezed_total{cpu="2"} 0
node_softnet_time_squeezed_total{cpu="3"} 0
node_softnet_time_squeezed_total{cpu="0"} 1
# HELP node_softnet_width softnet_data's Width
# TYPE node_softnet_width gauge
node_softnet_width{cpu="0"} 13
node_softnet_width{cpu="1"} 13
node_softnet_width{cpu="2"} 13
node_softnet_width{cpu="3"} 13
node_softnet_width{cpu="0"} 11
# HELP node_sysctl_fs_file_nr sysctl fs.file-nr
# TYPE node_sysctl_fs_file_nr untyped
node_sysctl_fs_file_nr{index="0"} 1024
Expand Down

0 comments on commit 511bbf2

Please sign in to comment.