1832864 Members
2749 Online
110048 Solutions
New Discussion

nettl option.

 
???_185
Regular Advisor

nettl option.

the warnning message like this.
nettl -traceon pduin pduout -entity all -size 256 -tracemax 10240 -f trace
nettl : Warning : -size option is ignored. Instead use -usize option
o set user space buffer size.
how can I config user space buffer size on rp-series system?
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: nettl option.

Why do you want to change user space buffer size ? In stead, you can specify your own size with -usize user_buffersize, where as it should be greater than or equal to kernel_buffersize

Refer, http://docs.hp.com/en/B2355-60127/nettl.1M.html for more information.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: nettl option.

Use -usize opttion instead of -size option.

Check note in man nettl page as,

Note: user_buffersize should be greater than or equal
to kernel_buffersize. See "Buffer Management" below
for more information on this option.


Try as,

# nettl -traceon pduin pduout -entity all -ksize 256 -usize 256 -tracemax 10240 -f trace

-Muthu
Easy to suggest when don't know about the problem!
???_185
Regular Advisor

Re: nettl option.

and I re-execute nettl like this
nettl â tn 0x30800000 â e ns_ls_driver | netfmt â F -N -n | tee /tmp/livefmt0
but,as a numberof packet is presented, I couldn't find the specified server is communicating with , has specified ip address.
I create /tmp/filter file.how can I apply for nettl util?
???_185
Regular Advisor

Re: nettl option.

and I re-execute nettl like this
nettl â tn 0x30800000 â e ns_ls_driver | netfmt â F -N -n | tee /tmp/livefmt0
but,as a numberof packet is presented, I couldn't find the specified server is communicating with , has specified ip address.
I create /tmp/filter file
# Filter on destination IP address
filter ip_daddr 15.16.17.18
# Filter on source IP address
filter ip_saddr 15.16.17.18

.how can I apply for nettl util?
Arunvijai_4
Honored Contributor

Re: nettl option.

Consider using TCPDUMP, which has got user friendly option than nettl, you can get it from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111

or, you can even use Ethereal for this,


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"