Skip to main content
cwan
Staff
Staff
June 11, 2012

Technical Note : How to view concurrent session for particular port

  • June 11, 2012
  • 0 replies
  • 5329 views
Description

This article provide an overview on how to check the total concurrent session for one particular service port.


Scope


Solution

For example, to find out the total concurrent session for DNS traffic, use the following command:

# diag sys session filter dport 53 << specify the service port
# diag sys session list | grep total << dump out the output of the total session specified by filter