All Classes Namespaces Files Functions Pages
Tx.Stream.ResultData Class Reference

Methods

 ByteCount.Get
 Gets the current transmitted bytes. More...
 
 Description.Get
 Returns a textual description of the object.
 
 Framesize.Max.Get
 Gets the largest framesize transmitted in this snapshot. More...
 
 Framesize.Maximum.Get
 Gets the largest framesize transmitted in this snapshot. More...
 
 Framesize.Min.Get
 Gets the smallest framesize transmitted in this snapshot. More...
 
 Framesize.Minimum.Get
 Gets the smallest framesize transmitted in this snapshot. More...
 
 Interval.Duration.Get
 Gets the configured duration of this results snapshot [NS]. More...
 
 PacketCount.Get
 Gets the transmitted packets. More...
 
 Parent.Get
 Returns the parent object.
 
 Timestamp.First.Get
 Gets the timestamp [NS] of the first packet in this snapshot. More...
 
 Timestamp.Get
 Gets the snapshot timestamp [NS]. More...
 
 Timestamp.Last.Get
 Gets the current timestamp [NS] of the last packet in this snapshot. More...
 

Class overview

Definition at line 23624 of file api.tcl.

Method documentation

Tx.Stream.ResultData::ByteCount.Get

Gets the current transmitted bytes.

Example

This example gets the transmitted bytes

1 $streamResultData ByteCount.Get

Returns:

100 

Definition at line 23634 of file api.tcl.

Tx.Stream.ResultData::Framesize.Max.Get

Gets the largest framesize transmitted in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Example

This example gets the largest framesize transmitted in this snapshot.

1 $streamResultData Framesize.Max.Get

Returns:

1024 

Definition at line 23651 of file api.tcl.

Tx.Stream.ResultData::Framesize.Maximum.Get

Gets the largest framesize transmitted in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Since
2.6.4
Example

This example gets the largest framesize transmitted in this snapshot.

1 $streamResultData Framesize.Maximum.Get

Returns:

1024 

Definition at line 23665 of file api.tcl.

Tx.Stream.ResultData::Framesize.Min.Get

Gets the smallest framesize transmitted in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Deprecated:
since 2.6.4, please use Framesize.Maximum.Get instead
Example

This example gets the smallest framesize transmitted in this snapshot.

1 $streamResultData Framesize.Min.Get

Returns:

60 

Definition at line 23679 of file api.tcl.

Tx.Stream.ResultData::Framesize.Minimum.Get

Gets the smallest framesize transmitted in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Since
2.6.4
Example

This example gets the smallest framesize transmitted in this snapshot.

1 $streamResultData Framesize.Min.Get

Returns:

60 

Definition at line 23693 of file api.tcl.

Tx.Stream.ResultData::Interval.Duration.Get

Gets the configured duration of this results snapshot [NS].

Since
2.3.0
Example

This example gets interval duration of this result snapshot [NS]

1 $streamResultData Interval.Duration.Get

Returns:

1000000000 

Definition at line 23705 of file api.tcl.

Tx.Stream.ResultData::PacketCount.Get

Gets the transmitted packets.

Example

This example gets the transmitted packets

1 $streamResultData PacketCount.Get

Returns:

100 

Definition at line 23715 of file api.tcl.

Tx.Stream.ResultData::Timestamp.First.Get

Gets the timestamp [NS] of the first packet in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Example

This example gets the timestamp [NS] of the first transmitted packet in this snapshot

1 $streamResultData Timestamp.First.Get

Returns:

1413475037767331530 

Definition at line 23732 of file api.tcl.

Tx.Stream.ResultData::Timestamp.Get

Gets the snapshot timestamp [NS].

Example

This example gets the snapshot timestamp [NS].

1 $streamResultData Timestamp.Get

Returns:

1413475070000000000 

Definition at line 23742 of file api.tcl.

Tx.Stream.ResultData::Timestamp.Last.Get

Gets the current timestamp [NS] of the last packet in this snapshot.

Exceptions
CounterUnavailableWhen no frames are received, this counter is unavailable
Deprecated:
since 2.6.4, please use Framesize.Maximum.Get instead
Example

This example gets the timestamp [NS] of the last transmitted packet in this snapshot

1 $streamResultData Timestamp.Last.Get

Returns:

1413475071947640170 

Definition at line 23756 of file api.tcl.