Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think you are confusing Linux’s epoll with the hardware network interface. Some hardware offloads a lot of processing to dedicated network card processors, other network hardware might just use hardware interrupts for the driver module.

Either way, I am sure there are plenty of devices that can cause a lot of interrupts (USB?), not just network IO. Presumably there is a way to monitor the count of interrupts per second in Linux?



You can sample /proc/interrupts to see.


No, I didn't confuse those. I am aware that hardware offloading is still quite luxurious, but even then it's bad to spam interrupts.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: