gochain / netstats

GNU General Public License v3.0
4 stars 4 forks source link

Add `Queued Transactions` Column #21

Closed jmank88 closed 6 years ago

jmank88 commented 6 years ago

Pending Transactions is very useful, but I still often query txpool.status for queued txs. We should consider adding a 'Queued Transactions' column next to 'Pending Transactions'. screenshot from 2018-04-12 12-14-50

This could also be an opportunity to diagnose why pending transactions values are often frozen and/or lagging.

jmank88 commented 6 years ago

We should also consider moving the Block Transactions and Last Block Time columns at the same time. screenshot from 2018-04-12 14-39-06

Maybe this order makes sense:

Queued | Pending | Block Txs | Block Time | Last Block

This way we'll see numbers flow from left to right que->pend->block, and the last block columns are all near each other. (Maybe swap Block Time and Last Block...?)

jmank88 commented 6 years ago

DataDog now has pending/queued stats, along with other metrics, and tracks history, so this is no longer necessary/useful in netstats.

The column switch would still be nice. (#22)