Re: Is this a high interrupt rate for nics?

2005-05-09 Thread Greg 'groggy' Lehey
On Sunday,  8 May 2005 at  9:02:08 -0400, M. Parsons wrote:
 Freebsd-5.3 SMP Kernel. Polling enabled.

 bash-2.05b$ vmstat -i
 interrupt  total   rate
 irq5: ep02937064  1
 irq11: ed0 298318862165
 irq10: de0 276544892152

 Are those normal for ed0 and de0?  Compared to the ep0 nic of rate
 of 1 (although the ep0 nic is not used as much as the other two nics
 obviously).

Depends on what you mean by normal.  You'll get one interrupt per
packet, and those rates are perfectly normal.  If you're not
transferring anything, you shouldn't be getting any interrupts.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is this a high interrupt rate for nics?

2005-05-09 Thread Kenneth Culver
Quoting Greg 'groggy' Lehey [EMAIL PROTECTED]:
On Sunday,  8 May 2005 at  9:02:08 -0400, M. Parsons wrote:
Freebsd-5.3 SMP Kernel. Polling enabled.
bash-2.05b$ vmstat -i
interrupt  total   rate
irq5: ep02937064  1
irq11: ed0 298318862165
irq10: de0 276544892152
Are those normal for ed0 and de0?  Compared to the ep0 nic of rate
of 1 (although the ep0 nic is not used as much as the other two nics
obviously).
Depends on what you mean by normal.  You'll get one interrupt per
packet, and those rates are perfectly normal.  If you're not
transferring anything, you shouldn't be getting any interrupts.
These are actually a bit low in my experience for full-speed 100 Mbit/sec
traffic... I'll go up to the 2000-3000 range at full 100 Mbit speeds.
Ken
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is this a high interrupt rate for nics?

2005-05-09 Thread M. Parsons
Greg 'groggy' Lehey wrote:
On Sunday,  8 May 2005 at  9:02:08 -0400, M. Parsons wrote:
 

Freebsd-5.3 SMP Kernel. Polling enabled.
bash-2.05b$ vmstat -i
interrupt  total   rate
irq5: ep02937064  1
irq11: ed0 298318862165
irq10: de0 276544892152
Are those normal for ed0 and de0?  Compared to the ep0 nic of rate
of 1 (although the ep0 nic is not used as much as the other two nics
obviously).
   

Depends on what you mean by normal.  You'll get one interrupt per
packet, and those rates are perfectly normal.  If you're not
transferring anything, you shouldn't be getting any interrupts.
 

Ok, thats what I thought.  Just seeing the difference between ep0 and 
the other two made me a little confused.  And seeing as ed0 and de0 are 
used about 100x more often than the ep0, those numbers seem about right 
then.

Thanks for the answer.
Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is this a high interrupt rate for nics?

2005-05-08 Thread M. Parsons
Freebsd-5.3 SMP Kernel. Polling enabled.
bash-2.05b$ vmstat -i
interrupt  total   rate
irq1: atkbd0  20  0
irq5: ep02937064  1
irq6: fdc010  0
irq8: rtc  231396610128
irq14: ata0  1218635  0
irq15: ata1   173656  0
irq11: ed0 298318862165
irq10: de0 276544892152
irq0: clk 1807792593   1000
Total 2618382342   1448
Are those normal for ed0 and de0?  Compared to the ep0 nic of rate of 1 
(although the ep0 nic is not used as much as the other two nics obviously).

Thanks.
Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]