show diameter function
Syntax
Release Information
Command introduced in Junos OS Release 9.6.
Description
Display information about all functions associated with Diameter instances or only the specified function.
Options
- brief | detail | summary
(Optional) Display the specified level of output. The summary output is displayed by default and includes basic function information. The brief output displays the summary information in a different format. The detail output adds information to the brief output.
- function-name
(Optional) Display information for only the specified function.
Required Privilege Level
view
Related Topics
List of Sample Output
show diameter functionshow diameter function brief
show diameter function detail
Output Fields
Table 1 lists the output fields for the show diameter function command. Output fields are listed in the approximate order in which they appear.
Table 1: show diameter function Output Fields
Field Name | Field Description | Level of Output |
|---|---|---|
Function name | Name of the function for which information is displayed. | All levels |
State | State of the Diameter connection with the function. | All levels |
Upstream transaction utilization | Percent of upstream traffic used for this function. | All levels |
Downstream transaction utilization | Percent of downstream traffic used for this function. | All levels |
Network transmit buffer utilization | Percent of network transmission buffer used for this function. | All levels |
Function transmit buffer utilization | Percent of function transmission buffer used for this function. | All levels |
Routed destinations | Number of destinations that have this function associated with their routes. | All levels |
Requests queued for network tx | Number of requests waiting to be sent to the Diameter peers for this function. | detail |
Pending answers from network | Number of replies expected from the Diameter peers for this function. | detail |
Answers queued for function tx | Number of replies waiting to be sent to this function. | detail |
Total upstream transactions pending | Total number of messages queued for this function. | detail |
Upstream transactions limit | Total number of messages queued for this function. | detail |
Requests queued for function tx | Number of requests waiting to be sent to this function. | detail |
Pending answers from function | Number of replies expected to be received from this function. | detail |
Answers queued for network tx | Number of replies waiting to be sent to this function. | detail |
Total downstream transactions pending | Total number of messages queued for the Diameter peers. | detail |
Downstream transactions limit | Maximum number of messages that can be queued for the Diameter peers. | detail |
Buffers used by network tx queue | Number of buffers used by messages queued for the Diameter peers. | detail |
Limit on network tx queue buffers | Maximum buffer capacity available for messages queued for the Diameter peers. | detail |
Buffers used by function tx queue | Number of buffers used by messages queued for this function. | detail |
Limit on function tx queue buffers | Maximum buffer capacity available for messages queued for this function. | detail |
Sample Output
show diameter function
user@host> show diameter function
Diameter function list:
Upstream Downstream Net Queue Func Queue
Transaction Transaction Buffer Buffer Routed
Utilization Utilization Utilization Utilization Dests
Function State % % % %
jsrc Disconnec 0 0 0 0 0
show diameter function brief
user@host> show diameter function briefDiameter function: Function name : jsrc State : Disconnected Upstream transaction utilization : 0 % Downstream transaction utilization : 0 % Network transmit buffer utilization : 0 % Function transmit buffer utilization : 0 % Routed destinations : 0
show diameter function detail
user@host> show diameter function detailDiameter function: Function name : jsrc State : Disconnected Upstream transaction utilization : 0 % Downstream transaction utilization : 0 % Network transmit buffer utilization : 0 % Function transmit buffer utilization : 0 % Routed destinations : 0 Requests queued for network tx : 0 Pending answers from network : 0 Answers queued for function tx : 0 Total upstream transactions pending : 0 Upstream transactions limit : 1024 Requests queued for function tx : 0 Pending answers from function : 0 Answers queued for network tx : 0 Total downstream transactions pending : 0 Downstream transactions limit : 1024 Buffers used by network tx queue : 0 Limit on network tx queue buffers : 10485760 Buffers used by function tx queue : 0 Limit on function tx queue buffers : 10485760
