Zeus V. Panchenko wrote:
> If number of http requests per half hour is 1000-2000 it's OK,
> but if 3000 it's necessary to add RAM or change processor or
> anything else.
No, not by looking at http requests/hour. What you need to look at is
how the OS is performing.
For most OS:es: (except Linux)
vmstat
if sr is high then you need more memory
if idle CPU is low then you need more CPU.
iostat can be used to determine if the I/O queue load on your drives is
getting to high.
On Linux vmstat acts a little differenlty. If swap si/so is high (larger
than a few sporadic swaps) then more memory is needed. If cpu id (idle)
is low then you need more CPU power.
I have not found a good tool on Linux to measure the I/O queue on the
disks.
--- Henrik Nordström Sparetime Squid HackerReceived on Sat Sep 12 1998 - 10:08:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:41:58 MST