TCP#

Note

Applicable to Vulcan port only.

Error#

await cg.tcp.counters.error.get()

Packet#

await cg.tcp.counters.packet.tx.get()
await cg.tcp.counters.packet.rx.get()

Payload#

await cg.tcp.counters.payload.rx.get()
await cg.tcp.counters.payload.tx.get()

Retransmission#

await cg.tcp.counters.retransmission.get()

State#

await cg.tcp.counters.state.current.get()
await cg.tcp.counters.state.rate.get()
await cg.tcp.counters.state.total.get()

Histogram#

await cg.tcp.histogram.connection.close_times.get()
await cg.tcp.histogram.connection.establish_times.get()
await cg.tcp.histogram.rx.good_bytes.get()
await cg.tcp.histogram.rx.total_bytes.get()
await cg.tcp.histogram.tx.good_bytes.get()
await cg.tcp.histogram.tx.total_bytes.get()

Clear Port Test Statistics#

await cg.tcp.clear_post_test_statistics.set()