Structure returned by TxQ::getMetrics, expressed in reference fee level units.
More...
Structure returned by TxQ::getMetrics, expressed in reference fee level units.
Definition at line 159 of file TxQ.h.
◆ Metrics()
| ripple::TxQ::Metrics::Metrics |
( |
| ) |
|
|
explicitdefault |
◆ txCount
Number of transactions in the queue.
Definition at line 165 of file TxQ.h.
◆ txQMaxSize
| boost::optional<std::size_t> ripple::TxQ::Metrics::txQMaxSize |
Max transactions currently allowed in queue.
Definition at line 167 of file TxQ.h.
◆ txInLedger
Number of transactions currently in the open ledger.
Definition at line 169 of file TxQ.h.
◆ txPerLedger
Number of transactions expected per ledger.
Definition at line 171 of file TxQ.h.
◆ referenceFeeLevel
| FeeLevel64 ripple::TxQ::Metrics::referenceFeeLevel |
Reference transaction fee level.
Definition at line 173 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 176 of file TxQ.h.
◆ medFeeLevel
Median fee level of the last ledger.
Definition at line 178 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 181 of file TxQ.h.