Re: [CentOS] Balancing IRQs

2014-07-29 Thread Jatin Davey
On 7/29/2014 12:03 PM, Reindl Harald wrote: > Am 29.07.2014 08:16, schrieb Jatin Davey: >> From the above output i can see that all the interrupts are hitting the >> cpu0 and thats why it is used more than any other core in the system. >> >> Can someone please help me in distributing the interrupt

Re: [CentOS] Balancing IRQs

2014-07-29 Thread Jatin Davey
On 7/29/2014 12:02 PM, John R Pierce wrote: > On 7/28/2014 11:16 PM, Jatin Davey wrote: >> When my application is running on the server i can see only one core >> being used heavily while the other cores are not being used much. My >> application has a major workload is collecting data from the eth

Re: [CentOS] Balancing IRQs

2014-07-29 Thread Jatin Davey
On 7/29/2014 12:43 PM, IP wrote: > W dniu 2014-07-29 08:16, Jatin Davey pisze: >> Hi All >> >> I am using the following Linux version for my application: >> >> >> [root@localhost ~]# uname -a >> Linux localhost.localdom 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:

Re: [CentOS] Balancing IRQs

2014-07-29 Thread IP
W dniu 2014-07-29 08:16, Jatin Davey pisze: > Hi All > > I am using the following Linux version for my application: > > > [root@localhost ~]# uname -a > Linux localhost.localdom 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT > 2009 x86_64 x86_64 x86_64 GNU/Li

Re: [CentOS] Balancing IRQs

2014-07-28 Thread John R Pierce
On 7/28/2014 11:16 PM, Jatin Davey wrote: > When my application is running on the server i can see only one core > being used heavily while the other cores are not being used much. My > application has a major workload is collecting data from the eth0 > interface and then doing a lot of processing

[CentOS] Balancing IRQs

2014-07-28 Thread Jatin Davey
Hi All I am using the following Linux version for my application: [root@localhost ~]# uname -a Linux localhost.localdom 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux