
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Server shows strange load and memory spikes
- Date: Wed, 28 Aug 2002 14:17:49 +0900
- From: "Jean-Christian Imbeault" <jean_christian@example.com>
- Subject: Re: [tlug] Server shows strange load and memory spikes
>From: B0Ti <9915104t@example.com>
>
>Did you look at the output, or just piped it to the mail command? ;)
Cute ;)
> > /usr/local/sbin/cronolog /www/logs/%Y/%m/%d/error.log
> > root 627 0.1 0.0 1512 372 ? S Aug27 1:46
>If you look at all your processes, this one stands out with it's total CPU
>time consumption.
Yup. It's a program that captures apache's log output and writes it to disk.
It's nothing more than a pipe, but it has the nice feature of creating
directories hierachies based on the date, i.e. it files away the logs in
nicely ordered directories. It continually runs in the background as long as
apache is up and running.
So that processes is running *all* the time. Why would it start pumping up
my load at 11:00am when the server is relatively not busy instead of say
midnight when I have >500 http processes up and running.
>Just because it doesn't show high CPU usage in that top output it doesn't
>mean CPU peaks never happen any other time for that process.
True. But the top output I gave shows a load above 3. What I'd like to find
out is what processes are waiting to be run that can't be run right now and
why. What is the bottleneck?
The CPU is mostly iddle but the load is high. I figure this must mean that
some processes are waiting on a ressource other than the CPU that isn't
available right now and hence are queuing up. And with a load of 3 it must
mean that I have at least three processes blocked and waiting ...
>Even if CPU
>load is not high disk I/O will pump up your load average.
I again totally agreee. Is there any way for me to see what processes are
using or waiting on disk I/O?
>Though it might be something completely different.
Which I am afraid of ...
I'd like to learn more about system administration, and I figure one
important skill to have would be the ability to profile load usage and
figure out what makes a machine busy, why, and then how to tune the machine
so that it utilize ressources as best as possible.
I'm really stumped on this one ...
Jc
_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Home |
Main Index |
Thread Index