On Fri, 12 Jan 2007 07:37:24 +0000 "Xavier Calbet" <[EMAIL PROTECTED]> wrote:
> Zentara, could you provide me with the command you >used to find out cpu time and mem so I can run >a similar test and compare with your results? > Thanks, > Xavier Calbet The simplest way is to launch a separate process running 'top', and each second it will report cpu and memory for the process. You can also speed top up, to update faster than each second, and you can specify only one pid to watch(if you don't like the listing). Google for "top command". I could probably be automated and integrated into the test program, but doing so would be more complicated than the test itself. zentara -- I'm not really a human, but I play one on earth. http://zentara.net/japh.html _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
