Monitoring Service Traffic (asg profile)
Use the asg profile command to monitor traffic per service that passes through the 61000/41000 Security System. This information is equivalent to SmartView Monitor traffic monitoring. This command has minimal performance impact.
Syntax
asg profile [ --delay <timeout>] [ -b <sgm_ids> ] [-v | -p | -g]
[--rel] [--tcp | --udp] [--ipv6 | --ipv4]
asg profile -m
asg profile --enable
asg profile --disable
asg profile --help
Parameter
|
Description
|
--delay <timeout>
|
Information refresh interval (seconds).
|
-b <sgm_ids>
|
Works with SGMs and/or Chassis as specified by <sgm_ids>.
The <sgm_ids> can be:
- No <sgm
_ids > specified or all shows all SGMs and Chassis - One SGM
- A comma-separated list of SGMs (
1_1,1_4 ) - A range of SGMs (
1_1-1_4 ) - One Chassis (
Chassis1 or Chassis2 ) - The active Chassis (
chassis_active )
|
-v | -p | -g
|
The default view (with none of these options) shows values for each service, for throughput, packet rate, connection rate and the number of concurrent connections. Alternatively, you can choose one of these options:
- Show verbose service statistics.
- Show service statistics for these paths:
- Acceleration (Accelerated by a SecureXL device)
- Medium
- Firewall
- Show graph view of BPS per service
|
--rel
|
Show the results as a percentage. For the -v –p and default view.
|
--tcp | --udp
|
Choose one of these options:
--tcp Show TCP statistics only
--udp Show UDP statistics only
|
--ipv6 | --ipv4
|
Choose one of these options:
--ipv4 Show ipv4 statistics only.
--ipv6 Show ipv6 statistics only.
|
-m
|
Run in a convenient interactive menu mode.
|
--enable
|
Enable statistics collection.
|
--disable
|
Disable statistics collection.
|
-help
|
Show command syntax and help information.
|
Example
> asg profile -m
Aggregated statistics of SGMs: 1_1 Virtual Systems: 0
+---------------------------------------------------------------------------------------+
|Service distribution summary |
+-------------------------+----------+-----------+---------------+----------------------+
|Service |Throughput|Packet rate|Connection rate|Concurrent connections|
+-------------------------+----------+-----------+---------------+----------------------+
|8116/udp cp-cluster |116.2 K |112 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|22/tcp ssh |4.5 K |5 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33628/tcp |2.0 K |1 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33635/tcp |1.2 K |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33624/tcp |1.2 K |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33630/tcp |400 |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33626/tcp |400 |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|33632/tcp |336 |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|67/udp bootps |288 |0 |0 |0 |
+-------------------------+----------+-----------+---------------+----------------------+
|257/tcp set |48 |0 |0 |2 |
+-------------------------+----------+-----------+---------------+----------------------+
+---------------------------------------------------------------------------------------+
|Totals |
+-------------------------+----------+-----------+---------------+----------------------+
|Total tcp |10.2 K |9 |0 |8 |
|Total udp |116.5 K |112 |0 |0 |
|Total other |0 |0 |0 |2 |
+-------------------------+----------+-----------+---------------+----------------------+
|System |126.7 K |121 |0 |10 |
+-------------------------+----------+-----------+---------------+----------------------+
Time: Sun Jul 07 14:34:30 IDT 2013
SGMs: 1_1 1_2
VSs: 0 1
Choose one of the following option:(Bold options are current view)
n) Normal View
a) Absolute Values
r) Relative Values
v) Verbose View
V) Move to a different Virtual System Shay said he will add this
p) Path View
g) Graph View
O) Online
H) History
S) Move to next sgm
b) Back one menu
e) Exit
>
Notes
This example shows the normal (not verbose) view with absolute values. The highest throughput and packet rate is from the service 8116/udp cp-cluster . To show this view, type a.
|