RawTcpClientResults Object


Description:

Raw TCP client results.

Parents: RawTcpClientProtocolConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

RawTcpClientProtocolConfig

Use this to connect a results object to an object.

RawTcpClientResults Writable Attributes

There are no writable attributes.

RawTcpClientResults Read-Only Attributes

Read-Only Attribute Description
AbortedConnections

Total number of aborted connections from the client block.

Type: u64

Default: 0

AbortedConnectionsPerSecond

Total number of aborted connections per second from the client block.

Type: u64

Default: 0

AbortedTransactions

Total number of aborted transactions from the client block.

Type: u64

Default: 0

AbortedTransactionsPerSecond

Total number of aborted transactions per second from the client block.

Type: u64

Default: 0

ActiveConnections

Number of connections open or attempting for this client at this instant.

Type: u32

Default: 0

AttemptedConnections

Total number of attempted connections from the client block. 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: u64

Default: 0

AttemptedConnectionsPerSecond

Total number of attempted connections per second from the client block.

Type: u64

Default: 0

AttemptedTransactions

Total number of attempted transactions from the client block.

Type: u64

Default: 0

AttemptedTransactionsPerSecond

Total number of attempted transactions per second from the client block.

Type: u64

Default: 0

BlockIndex

Internally-allocated index for this raw TCP client block.

Type: u32

Default: 0

ElapsedSeconds

Time duration in seconds that this client block instance 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

IntendedLoad

Intended load. The unit for the value is determined by the setting of the LoadType attribute in the ClientLoadProfile object.

Type: u32

Default: 0

ParentName

Name of parent protocol for which the results apply.

Type: string

Default: "" (empty string)

SuccessfulConnections

Total number of successful connections from the client block.

Type: u64

Default: 0

SuccessfulConnectionsPerSecond

Total number of successful connections per second from the client block.

Type: u64

Default: 0

SuccessfulTransactions

Total number of successful transactions from the client block.

Type: u64

Default: 0

SuccessfulTransactionsPerSecond

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

Type: u64

Default: 0

UnsuccessfulConnections

Total number of unsuccessful connections from the client block.

Type: u64

Default: 0

UnsuccessfulConnectionsPerSecond

Total number of unsuccessful connections per second from the client block.

Type: u64

Default: 0

UnsuccessfulTransactions

Total number of unsuccessful transactions from the client block.

Type: u64

Default: 0

UnsuccessfulTransactionsPerSecond

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

Type: u64

Default: 0