-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput-miner.txt
More file actions
156 lines (156 loc) · 9 KB
/
Copy pathoutput-miner.txt
File metadata and controls
156 lines (156 loc) · 9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 8.6625e-05
go_gc_duration_seconds{quantile="0.25"} 8.6625e-05
go_gc_duration_seconds{quantile="0.5"} 8.6625e-05
go_gc_duration_seconds{quantile="0.75"} 8.6625e-05
go_gc_duration_seconds{quantile="1"} 8.6625e-05
go_gc_duration_seconds_sum 8.6625e-05
go_gc_duration_seconds_count 1
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 11
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.16.15"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 3.372496e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 5.75884e+06
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.445003e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 58346
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 1.280350042860042e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 4.632144e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 3.372496e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 6.2251008e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.431872e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 26377
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 6.2029824e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.668288e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.656682209114686e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 84723
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 2400
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 64328
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 65536
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 4.194304e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 674093
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 425984
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 425984
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.3942024e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 5
# HELP luxor_exporter_info Metadata about the exporter.
# TYPE luxor_exporter_info gauge
luxor_exporter_info{version="0.1.0-alabama"} 1
# HELP luxor_miner_balance_unpaid_coins Unpaid balance for a miner.
# TYPE luxor_miner_balance_unpaid_coins gauge
luxor_miner_balance_unpaid_coins{currency="ETH",pool="luxor",subaccount="selfmining"} 0.0032214489839719144
# HELP luxor_miner_balance_unpaid_usd Unpaid balance for a miner.
# TYPE luxor_miner_balance_unpaid_usd gauge
luxor_miner_balance_unpaid_usd{pool="luxor",subaccount="selfmining"} 0.0032214489839719144
# HELP luxor_miner_hashrate_average_hps Total average hash rate for a miner (H/s).
# TYPE luxor_miner_hashrate_average_hps gauge
luxor_miner_hashrate_average_hps{pool="luxor",subaccount="selfmining"} 4.6545293090939814e+08
# HELP luxor_miner_hashrate_current_hps Total current hash rate for a miner (H/s).
# TYPE luxor_miner_hashrate_current_hps gauge
luxor_miner_hashrate_current_hps{pool="luxor",subaccount="selfmining"} 3.243463634688889e+08
# HELP luxor_miner_income_btc Mined coins per second (converted to BTC).
# TYPE luxor_miner_income_btc gauge
luxor_miner_income_btc{pool="luxor",subaccount="selfmining"} 2.9713005710569752e-09
# HELP luxor_miner_income_coins Mined coins per second.
# TYPE luxor_miner_income_coins gauge
luxor_miner_income_coins{currency="ETH",pool="luxor",subaccount="selfmining"} 5.4602141544663014e-08
# HELP luxor_miner_income_minute_btc (Deprecated) Mined coins per minute (converted to BTC).
# TYPE luxor_miner_income_minute_btc gauge
luxor_miner_income_minute_btc{pool="luxor",subaccount="selfmining"} 1.782780342634185e-07
# HELP luxor_miner_income_minute_coins (Deprecated) Mined coins per minute.
# TYPE luxor_miner_income_minute_coins gauge
luxor_miner_income_minute_coins{currency="ETH",pool="luxor",subaccount="selfmining"} 3.2761284926797807e-06
# HELP luxor_miner_income_minute_usd (Deprecated) Mined coins per minute (converted to USD).
# TYPE luxor_miner_income_minute_usd gauge
luxor_miner_income_minute_usd{pool="luxor",subaccount="selfmining"} 0.0034469785935730317
# HELP luxor_miner_income_usd Mined coins per second (converted to USD).
# TYPE luxor_miner_income_usd gauge
luxor_miner_income_usd{pool="luxor",subaccount="selfmining"} 5.7449643226217195e-05
# HELP luxor_miner_info Metadata about the miner.
# TYPE luxor_miner_info gauge
luxor_miner_info{pool="luxor",pool_currency="ETH",pool_name="Luxor",subaccount="selfmining"} 1
# HELP luxor_miner_last_seen_seconds Delta between time of last statistics entry and when any workers from the miner was last seen (s).
# TYPE luxor_miner_last_seen_seconds gauge
luxor_miner_last_seen_seconds{pool="luxor",subaccount="selfmining"} 872
# HELP luxor_miner_shares_invalid Total number of invalid shares for a miner.
# TYPE luxor_miner_shares_invalid gauge
luxor_miner_shares_invalid{pool="luxor",subaccount="selfmining"} 11
# HELP luxor_miner_shares_stale Total number of stale shares for a miner.
# TYPE luxor_miner_shares_stale gauge
luxor_miner_shares_stale{pool="luxor",subaccount="selfmining"} 0
# HELP luxor_miner_shares_valid Total number of valid shares for a miner.
# TYPE luxor_miner_shares_valid gauge
luxor_miner_shares_valid{pool="luxor",subaccount="selfmining"} 136
# HELP luxor_miner_workers_active Number of active workers.
# TYPE luxor_miner_workers_active gauge
luxor_miner_workers_active{pool="luxor",subaccount="selfmining"} 1
# HELP luxor_worker_hashrate_current_hps Current hash rate for a worker (H/s).
# TYPE luxor_worker_hashrate_current_hps gauge
luxor_worker_hashrate_current_hps{pool="luxor",subaccount="selfmining",worker="selfmining.sangha_a10_tcp"} 3.243463634688889e+08
# HELP luxor_worker_last_seen_seconds Delta between time of last statistics entry and when the miner was last seen (s).
# TYPE luxor_worker_last_seen_seconds gauge
luxor_worker_last_seen_seconds{pool="luxor",subaccount="selfmining",worker="selfmining.sangha_a10_tcp"} 872
# HELP luxor_worker_shares_invalid Number of invalid shared for a worker.
# TYPE luxor_worker_shares_invalid gauge
luxor_worker_shares_invalid{pool="luxor",subaccount="selfmining",worker="selfmining.sangha_a10_tcp"} 11
# HELP luxor_worker_shares_stale Number of stale shared for a worker.
# TYPE luxor_worker_shares_stale gauge
luxor_worker_shares_stale{pool="luxor",subaccount="selfmining",worker="selfmining.sangha_a10_tcp"} 0
# HELP luxor_worker_shares_valid Number of valid shared for a worker.
# TYPE luxor_worker_shares_valid gauge
luxor_worker_shares_valid{pool="luxor",subaccount="selfmining",worker="selfmining.sangha_a10_tcp"} 136