HP-UX tcpdump 사용법 (nettl)
By HKEBI | 2011. 3. 2. 18:01
hp-ux 에서는 tcpdump 가 nettl 이라는 command 로 제공 됩니다.. 간단하게 사용 할수 있는 방법 입니다. # cd /tmp # vi start nettl -tn pduin pduout -e ns_ls_ip -size 1024 -f /tmp/trace -tm 20000 - tn : trace on - size : Set the size in kilobytes (KB) of the trace buffer used to hold trace messages until they are written to the file. The default size for this buffer is 68 KB. Examples of LAN subsystems: ns_ls_driver ns_ls_loopba..