You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/metrics.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ loadgen.soroban.setup_invoke | meter | loadgenerator: soroban s
78
78
loadgen.soroban.setup_upgrade | meter | loadgenerator: soroban setup upgrades TXs submitted
79
79
loadgen.soroban.upload | meter | loadgenerator: soroban upload TXs submitted
80
80
loadgen.step.count | meter | loadgenerator: generated some transactions
81
-
loadgen.step.submit | timer | loadgenerator: time spent submiting transactions per step
81
+
loadgen.step.submit | timer | loadgenerator: time spent submitting transactions per step
82
82
loadgen.txn.attempted | meter | loadgenerator: transaction submitted
83
83
loadgen.txn.bytes | meter | loadgenerator: size of transactions submitted
84
84
loadgen.txn.rejected | meter | loadgenerator: transaction rejected
@@ -177,15 +177,15 @@ soroban.host-fn-op.emit-event-byte | meter | number of event bytes
177
177
soroban.host-fn-op.cpu-insn | meter | metered cpu instructions
178
178
soroban.host-fn-op.mem-byte | meter | metered memory bytes
179
179
soroban.host-fn-op.invoke-time-nsecs | timer | time spent in `invoke_host_function`
180
-
soroban.host-fn-op.cpu-insn-excl-vm | meter | metered cpu instructions excluding VM instantation
181
-
soroban.host-fn-op.invoke-time-nsecs-excl-vm | timer | time spent in `invoke_host_function` excluding VM instantation
180
+
soroban.host-fn-op.cpu-insn-excl-vm | meter | metered cpu instructions excluding VM instantiation
181
+
soroban.host-fn-op.invoke-time-nsecs-excl-vm | timer | time spent in `invoke_host_function` excluding VM instantiation
182
182
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio | histogram | ratio between invoke_time (femto-seconds) and cpu instructions
183
-
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio-excl-vm | histogram | ratio between invoke_time (femto-seconds) and cpu instructions excluding VM instantation
183
+
soroban.host-fn-op.invoke-time-fsecs-cpu-insn-ratio-excl-vm | histogram | ratio between invoke_time (femto-seconds) and cpu instructions excluding VM instantiation
184
184
soroban.host-fn-op.max-rw-key-byte | meter | bytes of the largest key in entries read/written
185
185
soroban.host-fn-op.max-rw-data-byte | meter | bytes of the largest data entry read/written
186
186
soroban.host-fn-op.max-rw-code-byte | meter | bytes of the largest code entry read/written
187
187
soroban.host-fn-op.max-emit-event-byte | meter | bytes of the largest event emitted
188
-
soroban.host-fn-op.success | meter | number of sucessful`InvokeHostFunctionOp` operations
188
+
soroban.host-fn-op.success | meter | number of successful`InvokeHostFunctionOp` operations
189
189
soroban.host-fn-op.count | meter | number of total `InvokeHostFunctionOp` operations
190
190
soroban.host-fn-op.exec | timer | time spent in `InvokeHostFunctionOp`
191
191
soroban.restore-fprint-op.read-ledger-byte | meter | number of entry bytes in read entries
0 commit comments