How to Automate Network Captures with Network Monitor

ID: Q158744


The information in this article applies to:


SUMMARY

Network Monitor gives you the ability to automatically begin capturing network information upon starting the application. This is done by using command-line parameters that can be passed to the program.


MORE INFORMATION

You can use this feature, for example, in conjunction with the AT command to start Network Monitor when a backup operation begins. To do this, place the command to AUTOSTART Network Monitor in the batch file just before the backup operation starts, as in the following example batch file:

@echo off
Start Netmon /AUTOSTART
NTBACKUP backup C:\<directory path> /B /L "C:\BACKUP.LOG"


The rest of this article describes the command line options for running Network Monitor. For more information, see the Network Monitor Help file in the Systems Management Server Administrator's Guide.

/REMOTE <remote_name>

Starts Network Monitor with a connection to the Network Monitor Agent specified.

/NET <number>

Starts Network Monitor with a connection to the network number specified.

/CAPTUREFILTER <path>

Starts Network Monitor with a specific capture filter loaded.

/DISPLAYFILTER <path>

Starts Network Monitor with a specific display filter loaded.

/BUFFERSIZE <number>

Starts Network Monitor with the buffers size preset to the number of bytes specified.

/QUICKFILTER <type>, <address>

Begins capturing as soon as Network Monitor is started, and filters on the address specified.

/AUTOSTART

Begins capturing immediately upon starting.

/AUTOSTOP

Stops the Network Monitor capture file when the buffer is full.

/BUFFERSIZE:NUMBER

Starts Network Monitor with the buffer size preset to the number of megabytes specified (Network Monitor 2.0).

Additional query words: prodnt netmon sms


Keywords          : kbtool nthowto 
Version           : winnt:3.5,3.51,4.0
Platform          : winnt 
Issue type        : kbhowto 

Last Reviewed: May 4, 1999