|
<- Previous Message | Next Message -> Thread Index Re: Load Monitoring tool
On solaris platform try sar to collect accounting data about CPU, memory, swap, IO and so on it is located in the following packages: SUNWaccr & SUNWaccu The main way I use it is to collect all accounting data in a file: sar -a -o <filename> <sampling period> <number of samples> And then to generate text file for the specific parameters I want to focus on. sar -u -f <filename> > cpu.txt sar -d -f <filename> > IO.txt ... Hope this helps Jean-Christophe > did you check mrtg.com > > ----- Original Message ----- > From: "Mohamed Shafeen" <shafeen77@...> > To: <isp-solaris@isp-solaris.com> > Sent: Sunday, June 16, 2002 6:47 PM > Subject: Load Monitoring tool > > >> Hi >> >> We are going to perform a losd test on our web based >> application. The middle tier and DB servers are unix >> based. And we are looking for a tool which can help us >> to monitor some performance counters while we give a >> load to the application. Example for performance >> counters we would like to monitor are >> >> i. CPU utilization >> ii. Physical disk activity >> iii.Memory Activity >> >> The tool could be in two categories. >> >> 1. A tool which can monitor the performance counters >> >> while generating the load .. >> 2. Or a tool which only monitor the performance >> counters while we generate the load through some >> other tool ... >> >> If anyone is aware of a free tool please guide us.. >> >> Thx in advance >> >> Shafeen >> >> >> >> >> __________________________________________________ >> Do You Yahoo!? >> Yahoo! - Official partner of 2002 FIFA World Cup >> http://fifaworldcup.yahoo.com >> >> > >
Thread Index |