How to Automate Network Captures with Network MonitorLast reviewed: October 2, 1997Article ID: Q158744 |
The information in this article applies to:
SUMMARYNetwork 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 INFORMATIONYou 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.
|
Additional query words: prodnt netmon sms
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |