1833297 Members
2930 Online
110051 Solutions
New Discussion

How to analyze nettl?

 
dictum9
Super Advisor

How to analyze nettl?

I started nettl on 11.23 system, and would like to know how to analize the /var/adm/nettl*LOG files?
5 REPLIES 5
Tim Nelson
Honored Contributor

Re: How to analyze nettl?

netfmt -F /var/adm/nettl001.log

or

netfmt -F /var/adm/nettl001.log -t 5 ( for last 5 records )

Tim Nelson
Honored Contributor

Re: How to analyze nettl?

Correction. lowercase -f ( the upper -F holds the file open for continuous veiwing )

skt_skt
Honored Contributor

Re: How to analyze nettl?

1) one line format "netfmt -Nnl1Tf nettl_t.TRC000 > nettl_t.one"

2) full format of the trace "netfmt -Nnf nettl_t.TRC000 > nettl_t.full"
Bill Hassell
Honored Contributor

Re: How to analyze nettl?

The nettl format tool is OK but exceedingly difficult to decipher. A better choice is to use Wireshark (formerly Ethereal) which reads several hundred different log file formats including nettl. You can download it from http://www.wireshark.org/ for your PC or get an Xwindow version from http://hpux.connect.org.uk/

You'll find the filters and decoded packets very useful.


Bill Hassell, sysadmin
whiteknight
Honored Contributor

Re: How to analyze nettl?


Etc,


netfmt -f /var/adm/nettl.LOG000 > net.log

WK
Problem never ends, you must know how to fix it