Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Any clue what I can do to make those lower? I do host a 6 network PHP proxy site script that is known to be at least bandwidth intensive and perhaps resource intensive. Anything I can do?
The CPU is high, indeed, as is the load average. What kind of
hardware are we looking at? The load could easily be created
by I/O wait, so the HDD or the network card could be the bottle-
neck, for example.
The CPU is high, indeed, as is the load average. What kind of
hardware are we looking at? The load could easily be created
by I/O wait, so the HDD or the network card could be the bottle-
neck, for example.
Cheers,
Tink
2.0 GHz Intel CPU
1 GB RAM
60 GB Hard Drive
2000 GB Data Transfer
I think the CPU is a Celeron not sure. Any linux command to tell?
So ...
you've got a truckload of apache tasks. Twelve of which (at that time) are on the runqueue - for (presumably) just one CPU.
Then there's likely to be (pending) disk I/O.
All of which contributes to the load averages.
With a CPU% like that, I'd say you're over-committed, but that depends on your work goals.
Upgrade the hardware? Get a real CPU and maybe SCSI disks?
You could look at the output of vmstat for a while to establish
whether the bottleneck is indeed the disk-I/O, or whether the
CPU just can't cope with what's being thrown at it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.