Skip to content

qa: Tool to estimate transaction latency from block data for kvstore app #9331

@thanethomson

Description

@thanethomson

Following from #9330, we need a tool (which could be the same as the one developed in #9330, or could be separate) to scan through the blockchain data and compute transaction latency statistics for each throughput rate based on the timestamp in the transaction compared to the timestamp of the block in which it was included.

The following statistics must be computed for each throughput rate:

  • Minimum latency
  • Maximum latency
  • Average latency
  • Latency standard deviation

The output must be in a relatively easily machine-legible format, e.g. CSV, clearly showing throughput vs. each of the above latency statistics.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done/Merged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions