Library /sys$common/syshlp/examples/TCPIP/TCPIP$TCP_MON.HLB  —  TCPMON  Examples
   $ set command tcpip$examples:tcpip$tcp_mon.cld
   $ tcpmon/samp=60/show=(all)

   This will monitor all subsystems with a sample interval of 60 seconds.

   $ tcpmon/show=(inet)

   This will monitor the INET subsystems with the default sample interval.

   $ tcpmon/csv=data_file.csv/output=data_file.txt/display

   This will monitor the default subsystems and write the data in CSV format
   to "data_file.csv" and the screen output will be written to
   "data_file.txt".  Normally, no output will be displayed on the screen when
   it is being written to a file.  However, since the "/DISPLAY" switch has
   been used, data will also be displayed on the terminal.
Close Help