Skip to content

Commit 4cf1190

Browse files
committed
fixup! chore: support non-linux GOOS in e2e tests
Signed-off-by: Pranshu Srivastava <[email protected]>
1 parent 6498de0 commit 4cf1190

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

collector/fixtures/e2e-output-freebsd.txt

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -56,75 +56,8 @@
5656
# TYPE go_sched_gomaxprocs_threads gauge
5757
# HELP go_threads Number of OS threads created.
5858
# TYPE go_threads gauge
59-
# HELP node_boot_time_seconds Unix time of last boot, including microseconds.
60-
# TYPE node_boot_time_seconds gauge
61-
node_boot_time_seconds 1.732326740033134e+09
62-
# HELP node_cpu_seconds_total Seconds the CPUs spent in each mode.
63-
# TYPE node_cpu_seconds_total counter
64-
node_cpu_seconds_total{cpu="0",mode="idle"} 76.54330708661418
65-
node_cpu_seconds_total{cpu="0",mode="interrupt"} 0.2755905511811024
66-
node_cpu_seconds_total{cpu="0",mode="nice"} 0
67-
node_cpu_seconds_total{cpu="0",mode="system"} 8.456692913385826
68-
node_cpu_seconds_total{cpu="0",mode="user"} 20.976377952755904
69-
node_cpu_seconds_total{cpu="1",mode="idle"} 75.53543307086615
70-
node_cpu_seconds_total{cpu="1",mode="interrupt"} 0.3543307086614173
71-
node_cpu_seconds_total{cpu="1",mode="nice"} 0
72-
node_cpu_seconds_total{cpu="1",mode="system"} 8.10236220472441
73-
node_cpu_seconds_total{cpu="1",mode="user"} 22.25984251968504
74-
node_cpu_seconds_total{cpu="2",mode="idle"} 72.43307086614173
75-
node_cpu_seconds_total{cpu="2",mode="interrupt"} 4.173228346456693
76-
node_cpu_seconds_total{cpu="2",mode="nice"} 0
77-
node_cpu_seconds_total{cpu="2",mode="system"} 6.346456692913386
78-
node_cpu_seconds_total{cpu="2",mode="user"} 23.299212598425196
79-
node_cpu_seconds_total{cpu="3",mode="idle"} 72.30708661417323
80-
node_cpu_seconds_total{cpu="3",mode="interrupt"} 2.094488188976378
81-
node_cpu_seconds_total{cpu="3",mode="nice"} 0
82-
node_cpu_seconds_total{cpu="3",mode="system"} 10.094488188976378
83-
node_cpu_seconds_total{cpu="3",mode="user"} 21.755905511811022
84-
# HELP node_exec_context_switches_total Context switches since system boot. Resets at architecture unsigned integer.
85-
# TYPE node_exec_context_switches_total counter
86-
node_exec_context_switches_total 958122
87-
# HELP node_exec_device_interrupts_total Device interrupts since system boot. Resets at architecture unsigned integer.
88-
# TYPE node_exec_device_interrupts_total counter
89-
node_exec_device_interrupts_total 93163
90-
# HELP node_exec_forks_total Number of fork() calls since system boot. Resets at architecture unsigned integer.
91-
# TYPE node_exec_forks_total counter
92-
node_exec_forks_total 6466
93-
# HELP node_exec_software_interrupts_total Software interrupts since system boot. Resets at architecture unsigned integer.
94-
# TYPE node_exec_software_interrupts_total counter
95-
node_exec_software_interrupts_total 45
96-
# HELP node_exec_system_calls_total System calls since system boot. Resets at architecture unsigned integer.
97-
# TYPE node_exec_system_calls_total counter
98-
node_exec_system_calls_total 1.3463241e+07
99-
# HELP node_exec_traps_total Traps since system boot. Resets at architecture unsigned integer.
100-
# TYPE node_exec_traps_total counter
101-
node_exec_traps_total 4.457338e+06
10259
# HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build.
10360
# TYPE node_exporter_build_info gauge
104-
# HELP node_load1 1m load average.
105-
# TYPE node_load1 gauge
106-
node_load1 2.02685546875
107-
# HELP node_load15 15m load average.
108-
# TYPE node_load15 gauge
109-
node_load15 0.23046875
110-
# HELP node_load5 5m load average.
111-
# TYPE node_load5 gauge
112-
node_load5 0.62158203125
113-
# HELP node_memory_active_bytes Recently used by userland
114-
# TYPE node_memory_active_bytes gauge
115-
node_memory_active_bytes 1.9501056e+07
116-
# HELP node_memory_buffer_bytes Disk IO Cache entries for non ZFS filesystems, only usable by kernel
117-
# TYPE node_memory_buffer_bytes gauge
118-
node_memory_buffer_bytes 4.30227456e+08
119-
# HELP node_memory_cache_bytes Almost free, backed by swap or files, available for re-allocation
120-
# TYPE node_memory_cache_bytes gauge
121-
node_memory_cache_bytes 0
122-
# HELP node_memory_free_bytes Unallocated, available for allocation
123-
# TYPE node_memory_free_bytes gauge
124-
node_memory_free_bytes 4.601352192e+09
125-
# HELP node_memory_inactive_bytes Not recently used by userland
126-
# TYPE node_memory_inactive_bytes gauge
127-
node_memory_inactive_bytes 9.87209728e+08
12861
# HELP node_memory_laundry_bytes Dirty not recently used by userland
12962
# TYPE node_memory_laundry_bytes gauge
13063
node_memory_laundry_bytes 0
@@ -146,9 +79,6 @@ node_memory_swap_used_bytes 0
14679
# HELP node_memory_user_wired_bytes Locked in memory by user, mlock, etc
14780
# TYPE node_memory_user_wired_bytes gauge
14881
node_memory_user_wired_bytes 0
149-
# HELP node_memory_wired_bytes Locked in memory by kernel, mlock, etc
150-
# TYPE node_memory_wired_bytes gauge
151-
node_memory_wired_bytes 6.0672e+08
15282
# HELP node_netisr_bindthreads netisr threads bound to CPUs
15383
# TYPE node_netisr_bindthreads gauge
15484
node_netisr_bindthreads 0

0 commit comments

Comments
 (0)