Structure returned by TxQ::getMetrics, expressed in reference fee level units.
More...
#include <TxQ.h>
|
| | Metrics ()=default |
| | Default constructor.
|
| |
Structure returned by TxQ::getMetrics, expressed in reference fee level units.
Definition at line 145 of file TxQ.h.
◆ Metrics()
| ripple::TxQ::Metrics::Metrics |
( |
| ) |
|
|
explicitdefault |
◆ txCount
Number of transactions in the queue.
Definition at line 151 of file TxQ.h.
◆ txQMaxSize
Max transactions currently allowed in queue.
Definition at line 153 of file TxQ.h.
◆ txInLedger
Number of transactions currently in the open ledger.
Definition at line 155 of file TxQ.h.
◆ txPerLedger
Number of transactions expected per ledger.
Definition at line 157 of file TxQ.h.
◆ referenceFeeLevel
| FeeLevel64 ripple::TxQ::Metrics::referenceFeeLevel |
Reference transaction fee level.
Definition at line 159 of file TxQ.h.
◆ minProcessingFeeLevel
| FeeLevel64 ripple::TxQ::Metrics::minProcessingFeeLevel |
Minimum fee level for a transaction to be considered for the open ledger or the queue.
Definition at line 162 of file TxQ.h.
◆ medFeeLevel
Median fee level of the last ledger.
Definition at line 164 of file TxQ.h.
◆ openLedgerFeeLevel
| FeeLevel64 ripple::TxQ::Metrics::openLedgerFeeLevel |
Minimum fee level to get into the current open ledger, bypassing the queue.
Definition at line 167 of file TxQ.h.