TPS statistics information

Tps

interface Tps {
    total?: string | number;
    list?: { tps?: string; statTime?: string }[];
}

Properties

Properties

total?: string | number

Total number of records

list?: { tps?: string; statTime?: string }[]

List of TPS statistics

Type declaration

  • Optionaltps?: string

    Transactions per second

  • OptionalstatTime?: string

    Statistics timestamp (UTC)