ixGetLineUtilization
ixGetLineUtilization: gets the line utilization in one of two formats
SYNOPSIS
ixGetLineUtilization chasID cardID portID [rateType]
DESCRIPTION
The ixGetLineUtilization command returns the line utilization either as a percentage of the maximum value or it terms of frames per second.
ARGUMENTS
chassisID
(By value) The ID number of the chassis.
cardID
(By value) The ID number of the card.
portID
(By value) The ID number of the port.
rateType
(By value) The requested return format. One of:
Option |
Value |
Usage |
---|---|---|
typePercentMaxRate |
0 |
(default) Returns the composite percentage of the maximum rate. |
typeFpsRate |
1 |
Returns the frames per second rate. |
RETURNS
The value indicated by rateType.
EXAMPLES
package require IxTclHal
set fps [ixGetLineUtilization 1 1 1 typeFpsRate]