Say we have an interrupt that is generated once each time that 1024 bytes of network traffic arrives. Each interrupt takes 3.5 microseconds to process and the network speed is 100Mb.We want the amount of cpu used per second
Is it correct that:
1 interrupt 3.5e-6 seconds 3.4e-9 seconds 1.25e7 bytes ---------- x -------------- = ------------------ x ------------- = .043 1024 bytes 1 interrupt 1 byte 1 second