Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - NIC INFO for multiple instances of tcp/ip stack: (2 Items)
   
NIC INFO for multiple instances of tcp/ip stack  
Hi 

I am slaying the default tcp/ip stack and intiating three tcp/ip stacks. I am able to send data and receive data but 
when i want to see how many packets are transfered or received i can't.

I am using 
SOCK=/prefix nicinfo
it's giving only 
en0:
 please give me some idea so  i can view how many packets transfered or received.

Thanks
RE: NIC INFO for multiple instances of tcp/ip stack  
> view how many packets transfered or received.

  # ifconfig -v

oughta do it for you (with SOCK set for each stack).

It's true that nicinfo does have some exotic counters
that "ifconfig -v" doesn't (eg out of window collisions)
but with 6.4, ifconfig has some features that nicinfo doesn't.

For example, ifconfig shows flow control status, nicinfo doesn't.

ifconfig and nicinfo show the link speed and duplex, but only 
ifconfig allows you to change it on the fly from the command line.

I'm hoping that most of the time, "ifconfig -v" will
do what 99% of the people need.

--
aboyd