In This Section: |
Description The rtm
command and all its derivatives are used to execute SmartView Monitor operations.
Description Send debug printouts to the $FWDIR/log/rtmd.elg file.
Usage rtm debug <on | off> [OPSEC_DEBUG_LEVEL | TDERROR_<AppName>_<Topic>=<ErrLevel>]
Syntax
Parameter |
Description |
---|---|
|
Start debug mode |
|
Stop debug mode |
|
Turn on OPSEC debug printouts |
|
Turn on SmartView Monitor debug printouts |
Description Start, stop or check the status of the SmartView Monitor kernel driver.
Usage rtm drv <on | off | stat>
Syntax
Parameter |
Description |
---|---|
|
Start the SmartView Monitor kernel driver |
|
Stop the SmartView Monitor kernel driver |
|
SmartView Monitor kernel driver status |
Description
Starts the monitoring process for an interface or a virtual link.
If options and grouping are not used, this command monitors all traffic, on all interfaces, in both directions.
Syntax
rtm monitor {<
module_name> [<
interface_name>] | <
module_name>-filter ["<
complex filter>"] | -v <
virtual_link_name>} [
<options>] [-g <
grouping> <
entity-1>...<
entity-n>]
Parameter |
Description |
||
---|---|---|---|
module-name |
The name of the SmartView Monitor module. |
||
interface-name |
The name of the monitored interface. |
||
"<complex filter>" |
Boolean regular expression to match traffic to be monitored. |
||
virtual_link_name |
The name of the monitored Virtual Link. |
||
grouping |
|
||
|
Monitors according to a service. |
||
|
Monitors according to a network object (source only). |
||
|
Monitors according to a network object (destination only). |
||
|
Monitors according to a network object (source and destination). |
||
|
Monitors according to a QoS Policy rule. |
||
|
Monitors the traffic of the top 50 services. |
||
|
Monitors the traffic of the top 50 sources. |
||
|
Monitors the traffic of the top 50 destinations. |
||
|
Monitors traffic to and from the top 50 IP addresses (source of destination). |
||
|
Monitors according to the top 50 Firewall rules. |
||
|
Monitors according to the top 50 QoS Policy rules. |
Options |
Description |
---|---|
|
|
|
|
|
|
|
<number of seconds> |
|
Specifies a sub-rule (for example, ' |
|
Specifies the monitor direction.
Valid values for a virtual link:
|
|
Specifies the units of bandwidth (when -w = bandwidth)
|
|
Indicates the number of new connections opened per second. |
|
Average concurrent connections (use with a grouping value). |
|
Specifies whether or not thousands will be separated by commas. |
Examples
This command shows monitoring data in bytes-per-second for the top 50 services passed on all interfaces in both directions: rtm monitor localhost -filter -g topsvc
This command shows monitoring data in concurrent connections for the top 50 sources inbound to interface eth0: rtm monitor localhost -filter "[and[[interface 0 [[eth0in]]][svc 1 [telnet http]]]" -y C -g topsrc
This command shows monitoring data in bytes-per-sec for the top 50 services passed on interface hme1: rtm monitor localhost hme1 -g topsvc -y b
Comments
The specified entities correspond to the specified grouping option. For example, if the monitoring process works according to a service (svc), add all the monitored services, separated by a space.
To monitor for the QoS Policy, use rule@@fgrule
Description Start the SmartView Monitor daemon manually. This also occurs manually when rtmstart
is run.
Usage rtm rtmd
Description Display the general SmartView Monitor status. In addition, it displays the status of the daemon, driver, opened views and active virtual links.
Usage rtm stat [flavor(s)] [-h] [-v[v][v]]
Syntax
Parameter |
Description |
---|---|
|
Help |
|
Verbose |
|
Current virtual links |
|
Current views |
Description Display the SmartView Monitor version.
Usage rtm ver [-k]
Syntax
Parameter |
Description |
---|---|
|
Displays the SmartView Monitor kernel version. |
Description Load the SmartView Monitor kernel module and starts the SmartView Monitor daemon.
Usage rtmstart
Description Kill the SmartView Monitor daemon and unloads the SmartView Monitor kernel module.
Usage rtmstop