make complete test of a server

make complete test of a server

am 26.09.2007 00:33:13 von artev

is there some php's application for to value the really features of a
server:max ram , cpu, velocity for to elaborate php script etc.., db ?

Re: make complete test of a server

am 26.09.2007 06:37:18 von Shion

artev wrote:
> is there some php's application for to value the really features of a
> server:max ram , cpu, velocity for to elaborate php script etc.., db ?

You can use phpSysInfo as base and add on those things you think are missing.

--

//Aho

Re: make complete test of a server

am 26.09.2007 20:30:51 von artev

Il Wed, 26 Sep 2007 06:37:18 +0200, J.O. Aho ha scritto:

> artev wrote:
>> is there some php's application for to value the really features of a
>> server:max ram , cpu, velocity for to elaborate php script etc.., db ?
>
> You can use phpSysInfo as base and add on those things you think are missing.


for add on those things ....;can explained better with an example ?

phpSysInfo is a PHP script that displays information about the host being
accessed.
so is possible in real time to see the memory quantity and cpu in
the memory and cpu amount that is being used?

It will displays things like Uptime,: what is?

thanks