Sciweavers

COMSWARE
2006
IEEE

A measurement study of the Linux TCP/IP stack performance and scalability on SMP systems

13 years 8 months ago
A measurement study of the Linux TCP/IP stack performance and scalability on SMP systems
The performance of the protocol stack implementation of an operating system can greatly impact the performance of networked applications that run on it. In this paper, we present a thorough measurement study and comparison of the network stack performance of the two popular Linux kernels: 2.4 and 2.6, with a special focus on their performance on SMP architectures. Our findings reveal that interrupt processing costs, device driver overheads, checksumming and buffer copying are dominant overheads of protocol processing. We find that although raw CPU costs are not very different between the two kernels, Linux 2.6 shows vastly improved scalability, attributed to better scheduling and kernel locking mechanisms. We also uncover an anomalous behaviour in which Linux 2.6 performance degrades when packet processing for a single connection is distributed over multiple processors. This, however, verifies the superiority of the "processor per connection" model for parallel processing.
Shourya P. Bhattacharya, Varsha Apte
Added 20 Aug 2010
Updated 20 Aug 2010
Type Conference
Year 2006
Where COMSWARE
Authors Shourya P. Bhattacharya, Varsha Apte
Comments (0)