> > Hi,
> > I need to collect the system data over a period of 24hrs on my solaris
> > server. I want to use sar & sadc features to get the information.
> > Can anybody please help me in this regard in how to setup the crontab
> > file to get the statistics.
> > I want the procedure for doing the same.
> > TIA
> > Somwya
> crontab -e
> 0,10,20,30,40,50 * * * * sar [options] >> /path/log_file
> :wq
> You can do similar things with vmstat, iostat, etc.
> For real time analysis you might consider
> http://www.sunperf.com/perfmontools.html.
> Norm.
> ---------------------------------------------------------
> The Lord is not slack concerning his promise, as some men
> count slackness; but is longsuffering to us-ward, not
> willing that any should perish, but that all should come
> to repentance. 2 Peter 3:8
> http://www.sunperf.com - Performance Monitoring Tools
> http://www.justhacked.org - UNIX Security
I did that using the crontab -e which is suppose to pop up an editor
is not giving me any editor which it earlier used to do.
It is jumping to the next line and waiting for the input. so what
should i do to get a editor to add these lines . crontab -e itself
gives a text based editor.
Is there any way out , or am I doing somethimg wrong here.
Somwya