Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to retrieve PHY status, counter up/down of network stack: (4 Items)
   
How to retrieve PHY status, counter up/down of network stack  
Hi all,

Our product is running on QNX(6.4). At the power up, our product is sending UDP broadcasting packages to the network. 
some TCP connections established by remote machines. 

Now I am currently having a network communication issue. at the startup, everything is fine, I saw UDP/TCP on the 
wireshark trace and I can ping the system within the network. Suddenly, our product disappears from network. I cannot 
ping it, no more UDP/TCP showing on the wireshark. Instead remote machines sends ARP to the network. 

I would like to debug deeper on the network stack. How should I get the PHY status, counter up/down, etc?

Thanks in advance..
Re: How to retrieve PHY status, counter up/down of network stack  
Am I posting at right place? If I am wrong, please guide me where should I post it

Thanks
Re: How to retrieve PHY status, counter up/down of network stack  
You probably want to look at binary "nicinfo" and "netstat -s".

You should likely post networking questions in http://community.qnx.com/sf/discussion/do/listTopics/projects.networking/
discussion.general
Re: How to retrieve PHY status, counter up/down of network stack  
> You probably want to look at binary "nicinfo" and "netstat -s".
> 
> You should likely post networking questions in http://community.qnx.com/sf/
> discussion/do/listTopics/projects.networking/discussion.general



Dennis, Thanks for reply.