RawTcpServerResults Object


Description:

Raw TCP server results.

Parents: RawTcpServerProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

RawTcpServerProtocolConfig

Use this to connect a results object to an object.

RawTcpServerResults Writable Attributes

There are no writable attributes.

RawTcpServerResults Read-Only Attributes

Read-Only Attribute Description
ActiveConnections

Number of connections open (accepted) for this server at this instant. Note: Active Connections on the server will typically be fewer in number than Active Connections on the associated client due to differences in the events that inform the server and client processes that a connection has been started and terminated.

Type: u32

Default: 0

BlockIndex

Internally-allocated index for this raw TCP server block.

Type: u32

Default: 0

ElapsedSeconds

Time duration in seconds that this server block has been running.

Type: u64

Default: 0

GoodputAvgRxRateBps

Average goodput receive rate in bits per second.

Type: u64

Default: 0

GoodputAvgTxRateBps

Average goodput transmit rate in bits per second.

Type: u64

Default: 0

GoodputMaxRxRateBps

Maximum received goodput rate in bits per second.

Type: u64

Default: 0

GoodputMaxTxRateBps

Maximum transmitted goodput rate in bits per second.

Type: u64

Default: 0

GoodputMinRxRateBps

Minimum received goodput rate in bits per second.

Type: u64

Default: 0

GoodputMinTxRateBps

Minimum transmitted goodput rate in bits per second.

Type: u64

Default: 0

GoodputRxBps

Current received goodput in bits per second.

Type: u64

Default: 0

GoodputRxBytes

Total received goodput bytes.

Type: u64

Default: 0

GoodputTxBps

Current transmitted goodput in bits per second.

Type: u64

Default: 0

GoodputTxBytes

Total transmitted goodput bytes.

Type: u64

Default: 0

ParentName

Name of parent Protocol for which the results apply.

Type: string

Default: "" (empty string)

SuccessfulTransactions

Total number of successful transactions from the server block.

Type: u64

Default: 0

SuccessfulTransactionsPerSecond

Total number of successful transactions per second from the server block.

Type: u64

Default: 0

TotalConnections

Total number of connections handled by this HTTP server.

Type: u64

Default: 0

TotalConnectionsPerSecond

Total number of connections per second from the server block.

Type: u64

Default: 0

UnsuccessfulTransactions

Total number of unsuccessful transactions from the server block.

Type: u64

Default: 0

UnsuccessfulTransactionsPerSecond

Total number of unsuccessful transactions per second from the server block.

Type: u64

Default: 0