<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Monitoring network traffic? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987273#M54686</link>
    <description>A prototype I made just now because I also need this info.&lt;BR /&gt;&lt;BR /&gt;@xxx 5&lt;BR /&gt;&lt;BR /&gt;will show the bg devices with more than 5K traffic per minute (output after 1 minute !)&lt;BR /&gt;With usefull info such as destination, username, image, etc.&lt;BR /&gt;&lt;BR /&gt;Wim (ucx 5.3 on 7.3)</description>
    <pubDate>Tue, 24 Apr 2007 05:31:13 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-04-24T05:31:13Z</dc:date>
    <item>
      <title>Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987266#M54679</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;Is it possible to determine what process is contributing to a server's high network utilization from a VMS node? If yes, what commands should I use and how to interpret the output of that command, meaning, which value will lead my to my top-network-using process?&lt;BR /&gt;&lt;BR /&gt;Our servers are on OpenVMS v7.3-2 and TCP/IP v5.4 ECO5.</description>
      <pubDate>Mon, 23 Apr 2007 23:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987266#M54679</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2007-04-23T23:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987267#M54680</link>
      <description>From VMS you may use a simple 'show DEV BG/Fu' and check for high/changing operations counts.&lt;BR /&gt;Inside TCPIP there is a SHO DEV BGxxx /Full or /CONTIN to monitor candidates.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 24 Apr 2007 01:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987267#M54680</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2007-04-24T01:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987268#M54681</link>
      <description>Roose,&lt;BR /&gt;&lt;BR /&gt;network IOs are typically buffered IOs, so you could start with MONITOR PROCESSES/TOPBIO&lt;BR /&gt;&lt;BR /&gt;Once you have found a process with high BUFIO, you can use SHOW PROC/ID=xxx to see the devices allocated to this process and can use SHOW DEV/FULL BGxxx or NETxxx (or OSxxx) to watch the IO operation rates. Depending on the network protocol, you could then also use more specific TCPIP or DECnet (NCP/NCL) commands to look at read/write IO counters.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 24 Apr 2007 01:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987268#M54681</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2007-04-24T01:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987269#M54682</link>
      <description>And you can monitor a bg device with&lt;BR /&gt;&lt;BR /&gt;tcpip sh dev bgxxx: /continuous</description>
      <pubDate>Tue, 24 Apr 2007 03:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987269#M54682</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T03:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987270#M54683</link>
      <description>For Decnet IV, you will see the potential problems between nodes with a command similar to &lt;BR /&gt;$ pipe mc ncp sh k node cou  | sea sys$pipe remote,"Response timeouts"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Apr 2007 03:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987270#M54683</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T03:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987271#M54684</link>
      <description>Thanks for the quick replies. So, there is no 1-quick way of identifying these processes then? I was thinking of a command that might be similar to: monit proc/topnetwork_user :)&lt;BR /&gt;&lt;BR /&gt;How about VMS freeware tools then?</description>
      <pubDate>Tue, 24 Apr 2007 03:49:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987271#M54684</guid>
      <dc:creator>roose</dc:creator>
      <dc:date>2007-04-24T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987272#M54685</link>
      <description>$ monitor decnet &lt;BR /&gt;will show the decnet traffic.&lt;BR /&gt;&lt;BR /&gt;$ @sys$startup:tcpip$define_commands&lt;BR /&gt;will setup the netstat symbol and others&lt;BR /&gt;&lt;BR /&gt;So you will be able to do &lt;BR /&gt;netstat -an&lt;BR /&gt;and other commands, but you are right, there is a need for your new monitor item !&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Tue, 24 Apr 2007 04:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987272#M54685</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T04:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987273#M54686</link>
      <description>A prototype I made just now because I also need this info.&lt;BR /&gt;&lt;BR /&gt;@xxx 5&lt;BR /&gt;&lt;BR /&gt;will show the bg devices with more than 5K traffic per minute (output after 1 minute !)&lt;BR /&gt;With usefull info such as destination, username, image, etc.&lt;BR /&gt;&lt;BR /&gt;Wim (ucx 5.3 on 7.3)</description>
      <pubDate>Tue, 24 Apr 2007 05:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987273#M54686</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-24T05:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987274#M54687</link>
      <description>useful code, Wim !&lt;BR /&gt;&lt;BR /&gt;A Sda extension would be a good idea for this...</description>
      <pubDate>Tue, 24 Apr 2007 06:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987274#M54687</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987275#M54688</link>
      <description>Optimized it a bit and sorted the output.&lt;BR /&gt;Was amazed with wath I found on my prod system (1 program pumping 10 MB per minute all the time).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 24 Apr 2007 10:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987275#M54688</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-24T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987276#M54689</link>
      <description>with tcpip 5.4 eco 5 on Alpha Vms 7.3-2 your code breaks, at least because it needs an extra read somewhere.&lt;BR /&gt;&lt;BR /&gt;May be I will try to write something more generic next week, as I will have some spare time :-)</description>
      <pubDate>Tue, 24 Apr 2007 14:51:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987276#M54689</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-24T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987277#M54690</link>
      <description>That's not that difficult. The output of ucx show dev/fu with output directed to file just STINKS. Full of garbage.&lt;BR /&gt;&lt;BR /&gt;I now wrote something simular for decnet too (tested with ncl/NSP, no osi here). No NCP either.&lt;BR /&gt;&lt;BR /&gt;I'll just post it here too.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 01:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987277#M54690</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-04-25T01:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987278#M54691</link>
      <description>Wim wrote&lt;BR /&gt;The output of ucx show dev/fu with output directed to file just STINKS. Full of garbage.&lt;BR /&gt;&lt;BR /&gt;Should I say that I agree at 102% ?&lt;BR /&gt;&lt;BR /&gt;May be it is better to do, instead of&lt;BR /&gt;$ tcpip sh dev bgxxx:/fu&lt;BR /&gt;something like&lt;BR /&gt;$ ana/sys&lt;BR /&gt;tcpip sh dev bgxxx:/fu&lt;BR /&gt;&lt;BR /&gt;The output has more data, but it seems to be correctly formatted.&lt;BR /&gt;&lt;BR /&gt;And we go nearer an Sda extension, as building a command file with sda&amp;gt; tcpip commands, and parsing the output...&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Wed, 25 Apr 2007 02:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987278#M54691</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-25T02:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987279#M54692</link>
      <description>The simple command&lt;BR /&gt;$ pipe wr sys$output "tcpip sh dev /fu" | ana/sys | sea sys$pipe "Device_socket",Bytes tr",Service,Host,Port&lt;BR /&gt;&lt;BR /&gt;gives good "data".&lt;BR /&gt;&lt;BR /&gt;Just add some awk ( awk :== $ sys$common:[syshlp.examples.tcpip.snmp]gawk ), Perl or Python formatting, and it should be fine.</description>
      <pubDate>Wed, 25 Apr 2007 02:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987279#M54692</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-25T02:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987280#M54693</link>
      <description>As we now have more and more very useful Sda extensions, may be we should ask Vms Engineering some API to get easily data from any Sda extensions ?&lt;BR /&gt;&lt;BR /&gt;Some votes for this on the advocacy site ?</description>
      <pubDate>Wed, 25 Apr 2007 02:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987280#M54693</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2007-04-25T02:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987281#M54694</link>
      <description>Roose.&lt;BR /&gt;&lt;BR /&gt;Enclosed is a procedure I have been using for some time. It records each IP or DECnet (IV +V) address that connects to the local box and records the traffic count to/from each address and some simple averages. One file collects/ caclulates and stores, the other displays the results. Best results when run over long periods.&lt;BR /&gt;&lt;BR /&gt;Good Luck&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 03:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987281#M54694</guid>
      <dc:creator>Paul Beaudoin</dc:creator>
      <dc:date>2007-04-25T03:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987282#M54695</link>
      <description>Paul B: &lt;BR /&gt;&lt;BR /&gt;the attachment seems to contain the output of some data collections, rather than the scripts to do the collection ...&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2007 11:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987282#M54695</guid>
      <dc:creator>Sebastian Bazley</dc:creator>
      <dc:date>2007-04-25T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987283#M54696</link>
      <description>&lt;!--!*#--&gt;Also worth considering combining the output of &lt;BR /&gt;&lt;BR /&gt;TCPIP SHOW DEV&lt;BR /&gt;&lt;BR /&gt;with&lt;BR /&gt;&lt;BR /&gt;SHOW DEV BG /FULL&lt;BR /&gt;&lt;BR /&gt;The BG information includes the PID and process name, which is not in the TCPIP output, and removing the /FULL qualifier makes the TCPIP output much easier to process.&lt;BR /&gt;&lt;BR /&gt;===&lt;BR /&gt;&lt;BR /&gt;BTW, for an example of how peculiar the TCPIP output is, try the following two commands:&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW DEV BGxxx/FULL&lt;BR /&gt;&lt;BR /&gt;$ PIPE TCPIP SHOW DEV BGxxx/FULL | TYPE SYS$PIPE&lt;BR /&gt;&lt;BR /&gt;They should show much the same information; however the TYPE PIPE loses most of the input.</description>
      <pubDate>Wed, 25 Apr 2007 12:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987283#M54696</guid>
      <dc:creator>Sebastian Bazley</dc:creator>
      <dc:date>2007-04-25T12:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987284#M54697</link>
      <description>Roose,&lt;BR /&gt;&lt;BR /&gt;My applogies - I picked up the wrong file! This one contains the procedures and one aditional one that will monitor phase V only. &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Apr 2007 08:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987284#M54697</guid>
      <dc:creator>Paul Beaudoin</dc:creator>
      <dc:date>2007-04-26T08:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring network traffic?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987285#M54698</link>
      <description>&lt;!--!*#--&gt;For a telnet, no byte or I/O counts appear to be kept (at least for TCP/IP for OpenVMS v5.5).  So does a SH DEV/FULL BGnnn output really capture everything you want?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; sh dev/full bg17106&lt;BR /&gt;Device_socket:  bg17106     Type: STREAM&lt;BR /&gt;                      LOCAL                          REMOTE&lt;BR /&gt;         Port:           23                           49611&lt;BR /&gt;         Host:  w.x.y.z1                    w.x.y.z2&lt;BR /&gt;      Service:  TELNET                           &lt;BR /&gt;  &lt;BR /&gt;                                                           RECEIVE       SEND&lt;BR /&gt;                                   Queued I/O                    0             0&lt;BR /&gt;       Q0LEN         0             Socket buffer bytes           0             2&lt;BR /&gt;       QLEN          0             Socket buffer quota        4380          4380&lt;BR /&gt;       QLIMIT        0             Total buffer alloc            0           512&lt;BR /&gt;       TIMEO         0             Total buffer limit        35040         35040&lt;BR /&gt;       ERROR         0             Number of XONs                0             0&lt;BR /&gt;       OOBMARK       0             Number of XOFFs               0             0&lt;BR /&gt;                                   I/O completed                 0             0&lt;BR /&gt;                                   Bytes transferred             0             0&lt;BR /&gt;      &lt;BR /&gt;  Options:  REUSEADR KEEP&lt;BR /&gt;  State:    ISCONNECTED PRIV ASYNC&lt;BR /&gt;  RCV Buff: ASYNC&lt;BR /&gt;  SND Buff: ASYNC&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Apr 2007 15:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/monitoring-network-traffic/m-p/3987285#M54698</guid>
      <dc:creator>WWarren</dc:creator>
      <dc:date>2007-04-27T15:20:31Z</dc:date>
    </item>
  </channel>
</rss>

