[CentOS] High load average of processes on CentOS 7.3.1611

2017-05-09 Thread Lakshay Mudgal
Hi, I am working on an application which I previously tested on Centos6.6 and now after compiling same application on centos7.3.1611 and running I am observing a high load average. load avg with centos 6.6 remained to be 1.5 in same test where it remains >4.5 in centos 7.3.1611. The application us

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Mr Queue
On Thu, 27 Mar 2014 17:20:22 -0500 Matt Garman wrote: > Any thoughts or ideas? Start digging into your array. Perhaps you're starting to lose a drive and it's running daily integrity checks or something. ie, dropping in and out of the array or the like.. /var/log/messages might have some clues

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Leon Fauster
Am 28.03.2014 um 15:30 schrieb Matt Garman : > On Fri, Mar 28, 2014 at 9:01 AM, Mr Queue wrote: > >> On Thu, 27 Mar 2014 17:20:22 -0500 >> Matt Garman wrote: >> >>> Anyone seen anything like this? Any thoughts or ideas? >> >> Post some data.. This public facing? Are you getting sprayed down b

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Mr Queue
On Thu, 27 Mar 2014 17:20:22 -0500 Matt Garman wrote: > Anyone seen anything like this? Any thoughts or ideas? Post some data.. This public facing? Are you getting sprayed down by packets? Array? Soft/hard? Someone have screens laying around? Write a trap to catch a process list when the loads

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Matt Garman
On Fri, Mar 28, 2014 at 9:37 AM, John R. Dennison wrote: > > On Fri, Mar 28, 2014 at 09:30:17AM -0500, Matt Garman wrote: > > > > How can the loadavg shoot up (from ~1 to ~20) without a corresponding > > uptick in number of tasks? > > loadavg is based on number of processes vying for cpu time on t

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread John Doe
From: Matt Garman > I did a little research on the loadavg number, and my understanding is that > it's simply a function of the number of tasks on the system.  (There's > some fancy stuff thrown in for exponential decay and curve smoothing and > all that, but it's still based on the number of s

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Matt Garman
On Fri, Mar 28, 2014 at 10:30 AM, John Doe wrote: > Any USB device? > Each time I access USB disks, load goes through the roof. Nope, it's a rack server in a secure remote location, with no peripherals at all attached. Only attached cables are power and network. _

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread Matt Garman
On Fri, Mar 28, 2014 at 9:01 AM, Mr Queue wrote: > On Thu, 27 Mar 2014 17:20:22 -0500 > Matt Garman wrote: > > > Anyone seen anything like this? Any thoughts or ideas? > > Post some data.. This public facing? Are you getting sprayed down by > packets? Array? Soft/hard? Someone have screens > la

Re: [CentOS] High load average, low CPU utilization

2014-03-28 Thread John R. Dennison
On Fri, Mar 28, 2014 at 09:30:17AM -0500, Matt Garman wrote: > > How can the loadavg shoot up (from ~1 to ~20) without a corresponding > uptick in number of tasks? loadavg is based on number of processes vying for cpu time on the runq; the number of over-all processes on the system is not really

Re: [CentOS] High load average, low CPU utilization

2014-03-27 Thread Keith Keller
On 2014-03-27, Miranda Hawarden-Ogata wrote: > On 2014/03/27 12:20, Matt Garman wrote: >> Anyone seen anything like this? Any thoughts or ideas? > > Something of a shot in the dark, but when we had a server with a high > load average where nothing obvious was causing it, it turned out to be > m

Re: [CentOS] High load average, low CPU utilization

2014-03-27 Thread Miranda Hawarden-Ogata
On 2014/03/27 12:20, Matt Garman wrote: > Anyone seen anything like this? Any thoughts or ideas? > > Thanks, > Matt Something of a shot in the dark, but when we had a server with a high load average where nothing obvious was causing it, it turned out to be multiple df cmds hanging on a stale nf

[CentOS] High load average, low CPU utilization

2014-03-27 Thread Matt Garman
I have a dual Xeon 5130 (four total CPUs) server running CentOS 5.7. Approximately every 17 hours, the load on this server slowly creeps up until it hits 20, then slowly goes back down. The most recent example started around 2:00am this morning. Outside of these weird times, the load never excee

Re: [CentOS] High load

2012-04-27 Thread Shaun
On 25/04/2012 07:09, Kaushal Shriyan wrote: > Hi > > Is there a way to nail down the issue of high load on a server basically > trying to understand the reason behind high load at a specific time period. > I use top command but it does not have history. > > Nagios reports saying "*[04-25-2012 10:

Re: [CentOS] High load averages copying USB

2012-04-27 Thread Shaun
On 27/04/2012 02:18, Lists wrote: > Problem isn't so much actual "speed" but causing network monitors to > freak out due to "high" load average > when performing backups. I can make exceptions for servers doing > backups, but then I don't get notifications when > the load is legitimately high. I

Re: [CentOS] High load averages copying USB

2012-04-26 Thread Les Mikesell
On Thu, Apr 26, 2012 at 8:18 PM, Lists wrote: > > > Problem isn't so much actual "speed" but causing network monitors to > freak out due to "high" load average > when performing backups. So don't plug the USB into the server. Put them on some other machine and run the backup over the network.

Re: [CentOS] High load averages copying USB

2012-04-26 Thread Giovanni Tirloni
On Thu, Apr 26, 2012 at 10:18 PM, Lists wrote: > On 04/20/2012 05:24 AM, Giovanni Tirloni wrote: > > On Apr 20, 2012 2:42 AM, "Lists" wrote: > >> Problem as follows: > >> > >> 1) Plug in an external USB drive. > >> > >> 2) Mount it anywhere. Doesn't matter how. > >> > >> 3) Copy a few GB of data

Re: [CentOS] High load averages copying USB

2012-04-26 Thread Lists
On 04/20/2012 05:24 AM, Giovanni Tirloni wrote: > On Apr 20, 2012 2:42 AM, "Lists" wrote: >> Problem as follows: >> >> 1) Plug in an external USB drive. >> >> 2) Mount it anywhere. Doesn't matter how. >> >> 3) Copy a few GB of data to the drive from a non-USB disk. >> >> 4) Watch the load average

Re: [CentOS] High load

2012-04-25 Thread John Doe
From: Kaushal Shriyan > Is there a way to nail down the issue of high load on a server basically > trying to understand the reason behind high load at a specific time period. > I use top command but it does not have history. Maybe adapt something like this to your needs: while :; do LOAD=`cat /p

Re: [CentOS] High load

2012-04-24 Thread Hakan Koseoglu
On 25 April 2012 07:09, Kaushal Shriyan wrote: > Is there a way to nail down the issue of high load on a server basically > trying to understand the reason behind high load at a specific time period. > I use top command but it does not have history. Among many other solutions, my favourite is nmon

[CentOS] High load

2012-04-24 Thread Kaushal Shriyan
Hi Is there a way to nail down the issue of high load on a server basically trying to understand the reason behind high load at a specific time period. I use top command but it does not have history. Nagios reports saying "*[04-25-2012 10:11:00] SERVICE ALERT: dev;LOAD;WARNING;HARD;3;WARNING - lo

Re: [CentOS] High load averages copying USB

2012-04-20 Thread Lamar Owen
On Friday, April 20, 2012 10:54:51 AM Les Mikesell wrote: > The CPU has to do the work of the transfer over usb - which is why it > is cheap. Real disk controllers use DMA without a lot of CPU > involvement. And this includes USB 3.0, incidentally. I have found that on my Fedora 14 (soon to be

Re: [CentOS] High load averages copying USB

2012-04-20 Thread Les Mikesell
On Fri, Apr 20, 2012 at 12:42 AM, Lists wrote: > Problem as follows: > > 1) Plug in an external USB drive. > > 2) Mount it anywhere. Doesn't matter how. > > 3) Copy a few GB of data to the drive from a non-USB disk. > > 4) Watch the load average "climb" to 5.x, sometimes 10.x or more. Why? > This

Re: [CentOS] High load averages copying USB

2012-04-20 Thread Giovanni Tirloni
On Apr 20, 2012 2:42 AM, "Lists" wrote: > > Problem as follows: > > 1) Plug in an external USB drive. > > 2) Mount it anywhere. Doesn't matter how. > > 3) Copy a few GB of data to the drive from a non-USB disk. > > 4) Watch the load average "climb" to 5.x, sometimes 10.x or more. Why? > This on an

[CentOS] High load averages copying USB

2012-04-19 Thread Lists
Problem as follows: 1) Plug in an external USB drive. 2) Mount it anywhere. Doesn't matter how. 3) Copy a few GB of data to the drive from a non-USB disk. 4) Watch the load average "climb" to 5.x, sometimes 10.x or more. Why? This on an otherwise unloaded system. Doesn't matter how many cores,

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread Fernando Gleiser
- Original Message > From: "fortin.pie...@bell.ca" > To: centos@centos.org > Sent: Thu, January 14, 2010 5:47:43 PM > Subject: Re: [CentOS] High load since passing from rhas3 to centos4.8 > > > > The purpose of the server is to run NMS Telephony

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread JohnS
On Thu, 2010-01-14 at 15:47 -0500, fortin.pie...@bell.ca wrote: > > We are migrating HP servers from RHAS3 to centos 4.8. Since, the load > > average is reaching really high values. Under usage we see loads of > > 15-20 instead of the 0.5-1.5 we were used to. > > > > I searched a lot for informati

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread Kwan Lowe
On Thu, Jan 14, 2010 at 3:02 PM, wrote: >>Are you by any chance now running a CPU throttling program and weren't >>>before? > > ACPI is not enabled. Other than that I couldn't tell. Sorry if it sounds noob. > What can I check to be sure nothing is throttling the CPU? > Check if you're running c

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread fortin.pierre
> We are migrating HP servers from RHAS3 to centos 4.8. Since, the load > average is reaching really high values. Under usage we see loads of > 15-20 instead of the 0.5-1.5 we were used to. > > I searched a lot for information on such an issue. Iostat, vmstat, top, > ps. But I don't get significan

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread Les Mikesell
On 1/14/2010 1:12 PM, fortin.pie...@bell.ca wrote: > We are migrating HP servers from RHAS3 to centos 4.8. Since, the load > average is reaching really high values. Under usage we see loads of > 15-20 instead of the 0.5-1.5 we were used to. > > I searched a lot for information on such an issue. Ios

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread fortin.pierre
>> We are migrating HP servers from RHAS3 to centos 4.8. Since, the load >> average is reaching really high values. Under usage we see loads of 15-20 >> instead of the 0.5-1.5 we were used to. >> >> I searched a lot for information on such an issue. Iostat, vmstat, top, ps. >> But I don't get signi

Re: [CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread Kwan Lowe
On Thu, Jan 14, 2010 at 2:12 PM, wrote: > We are migrating HP servers from RHAS3 to centos 4.8. Since, the load > average is reaching really high values. Under usage we see loads of 15-20 > instead of the 0.5-1.5 we were used to. > > I searched a lot for information on such an issue. Iostat, vmst

[CentOS] High load since passing from rhas3 to centos4.8

2010-01-14 Thread fortin.pierre
We are migrating HP servers from RHAS3 to centos 4.8. Since, the load average is reaching really high values. Under usage we see loads of 15-20 instead of the 0.5-1.5 we were used to. I searched a lot for information on such an issue. Iostat, vmstat, top, ps. But I don't get significant hint. Cp

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-20 Thread Todd Denniston
Benjamin Smith wrote, On 11/18/2009 06:11 PM: > On Tuesday 17 November 2009 15:37:24 Todd Denniston wrote: >> Benjamin Smith wrote, On 11/17/2009 01:46 PM: >>> See comments below... >>> >>> On Tuesday 17 November 2009 07:52:01 Todd Denniston wrote: Benjamin Smith wrote, On 11/16/2009 10:56 PM:

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-18 Thread Amos Shapira
Sorry can't suggest much about the usb issue but for such frequent backups, as well as to enable poin-in-time-recovery (PITR) you should consider log archiving. It should also save you heaps of load on cpu, disk, network and postgresql server. -Amos On 11/17/09, Benjamin Smith wrote: > I'm havin

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-18 Thread Benjamin Smith
On Tuesday 17 November 2009 15:37:24 Todd Denniston wrote: > Benjamin Smith wrote, On 11/17/2009 01:46 PM: > > See comments below... > > > > On Tuesday 17 November 2009 07:52:01 Todd Denniston wrote: > >> Benjamin Smith wrote, On 11/16/2009 10:56 PM: > >>> I have a 1TB USB drive plugged into a USB2

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-17 Thread Todd Denniston
Benjamin Smith wrote, On 11/17/2009 01:46 PM: > See comments below... > > On Tuesday 17 November 2009 07:52:01 Todd Denniston wrote: >> Benjamin Smith wrote, On 11/16/2009 10:56 PM: >>> I have a 1TB USB drive plugged into a USB2 port that I use to back up the >>> production drives (which are SCSI

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-17 Thread Benjamin Smith
See comments below... On Tuesday 17 November 2009 07:52:01 Todd Denniston wrote: > Benjamin Smith wrote, On 11/16/2009 10:56 PM: > > I have a 1TB USB drive plugged into a USB2 port that I use to back up the > > production drives (which are SCSI). It's working fine, but while doing > > backups (ho

Re: [CentOS] High load averages with latest kernel and USB drives?

2009-11-17 Thread Todd Denniston
Benjamin Smith wrote, On 11/16/2009 10:56 PM: > I have a 1TB USB drive plugged into a USB2 port that I use to back up the > production drives (which are SCSI). It's working fine, but while doing > backups > (hourly) the load average on the server shoots up from the normal 0.5 - 1.5 > or > so u

[CentOS] High load averages with latest kernel and USB drives?

2009-11-16 Thread Benjamin Smith
I'm having a server report a high load average when backing up Postgres database files to an external USB drive. This is driving my loadbalancers all out of kilter and causing a large volume of network monitor alerts. I have a 1TB USB drive plugged into a USB2 port that I use to back up the pr