something like top | grep "java" > myfile.txt
should work. peter On Fri, 27 Aug 2004 00:25:50 -0500, praveen <[EMAIL PROTECTED]> wrote: > your solution is top for a specific app. read top's man page. there > are options to dump it into a file and that too for a specific > command. > > On Thu, 26 Aug 2004 06:23:38 -0700 (PDT), Shankar s > > > <[EMAIL PROTECTED]> wrote: > > Thanx for all your suggestiong. > > > > Ivan Rancati: gnome-system-monitor will surely help us to view the performance but > > we need to log these information so that we can come up with a graph. > > > > Angelo: vmstat, iostat, mpstat and iostat, are these available on Linux or as > > third party tools? Can you brief me where its available. > > > > Peter: As of now we are looking out for CPU & Memory monitors. Is there any thing > > like 'Perfmon' (which is available in windows 2000) in linux. > > > > Thanks & Regards > > Shankar > > > > > > > > Peter Lin <[EMAIL PROTECTED]> wrote: > > that really depends on what statistics you want to collect. If you're > > trying to quantify servlet container performance, the two primary > > factors affecting scalability and performance (speed wise) is CPU and > > memory usage. > > > > although network IO can affect scalability, it won't affect > > reliability of a webapplication hosted in a servlet container. If you > > think your site will get tons of concurrent requests for big pages, > > then I would try to measure the effective bandwidth first. Once you > > know that, you can then alter the config settings for your webserver. > > I hope that helps > > > > peter > > > > On Wed, 25 Aug 2004 22:51:14 -0700 (PDT), Shankar s > > wrote: > > > > > > Hi all, > > > > > > We are using 'perfmon' to identify the System(CPU & Memory) Performance in > > > Windows 2000. Now we need to check the System Performance in Linux system. > > > > > > Can anybody suggest a good tool to monitor system performance in Linux system. > > > > > > Thanks & Regards > > > > > > Shankar > > > > > > > > > --------------------------------- > > > Do you Yahoo!? > > > Win 1 of 4,000 free domain names from Yahoo! Enter now. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------- > > Do you Yahoo!? > > New and Improved Yahoo! Mail - Send 10MB messages! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

