Getting information of NIC buffer and IP processing usage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

On a Windows XP workstation, I'm looking for a way to measure
- the buffer used / available in the Network Interface Card (NIC)
- the % of processor used by IP processing

Does any know how to get them

Thanks a lot

Best regards

Didier
 
Did said:
Hello,

On a Windows XP workstation, I'm looking for a way to measure
- the buffer used / available in the Network Interface Card (NIC)

You can get this info using OID_GEN_TRANSMIT_BUFFER_SPACE
and OID_GEN_RECEIVE_BUFFER_SPACE.
However even if the netcard driver provides this info, it may be not accurate, because... just so it works.
For example if the NIC is bus mastering, it's "buffer" is limited only by PC memory.
- the % of processor used by IP processing

AFAIK this isn't available directly. Try a kernel profiler such as Intel VTune.

--PA
 
Thanks Pavel A.

I suppose you are talking abour SNMP OID rights ?
Can you please give me the corresponding numbers 1.3.6.1. .... for
OID_GEN_TRANSMIT_BUFFER_SPACE
OID_GEN_RECEIVE_BUFFER_SPACE

Please what exactly do these OIDs represent ?
- The total space available for tranmit buffer and receive buffer
(if there ae 2 different buffers ; I don't know)
- The amount available in each buffer
- The amount used in eahc buffer


Didier
 
Thanks a lot Pavel A.
I can see it is no so easy to get this information.
Have a good day
Didier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top