Operating System - OpenVMS
1755556 Members
3657 Online
108835 Solutions
New Discussion юеВ

----Network utilization/error--

 
Mrityunjoy Kundu
Frequent Advisor

----Network utilization/error--

please send me some command by which i can monitor the network utilization,performance,error on both decnet and tcp/ip point of view..
2 REPLIES 2
Ian Miller.
Honored Contributor

Re: ----Network utilization/error--

Look at T4 which I think collects useful data related to networks.

http://h71000.www7.hp.com/OpenVMS/products/t4/index.html
____________________
Purely Personal Opinion
Wim Van den Wyngaert
Honored Contributor

Re: ----Network utilization/error--

Decnet old style :
------------------
mc ncp show exec count

mc lancp show dev /all/count (statistics for all network protocols)

Decnet new style :
------------------
mc ncl show nsp all (and also replace nsp by osi tra if needed)

mc ncl show csm stat * all (statistics for all network protocols)

TCPIP :
-------
ucx show prot tcp|ip|udp|icmp

Wim
Wim