Operating System - HP-UX
1834625 Members
3204 Online
110069 Solutions
New Discussion

Re: Network measurement tools

 
Kenn Chen
Advisor

Network measurement tools

Any idea to measure the data packets (byte) sending from clients(PC-win98) to server (HP-UX)? Glance and lanadmin are providing insufficient information to me. Please help, thank.
Cyber Zen
3 REPLIES 3
federico_3
Honored Contributor

Re: Network measurement tools

In order to trace all packets sent by node and addressed to node :

1) start trace putting data into 1MB trace file ( /tmp/raw.TRC0, raw.TRC1).
/etc/nettl -tn -pduin -pduout -e all -f /tmp/raw

2) stop trace -> /etc/nettl -tf -e all
3) Format traces into a file like this :

/etc/netfmt -N -n -l -f /tmp/raw.TRC0 > /tmp/file0

/etc/netfmt -N -n -l -f /tmp/raw.TRC1 > /tmp/file1


-n option -> print IP addresses, not hostnames



I hope this helps

Federico
Philip Chan_1
Respected Contributor

Re: Network measurement tools

Another nice tool is ethereal. Through which you can see every packet (in fairly good presentation format) being sent between any 2 hosts, as well as a summary on the all the traffic.

The software is free and can be retrieved from

http://hpux.cs.utah.edu/hppd/hpux/Gtk/ethereal-0.8.16/

Printaporn_1
Esteemed Contributor

Re: Network measurement tools

visit this
this is base on snmp mib

http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub
enjoy any little thing in my life