> Where can I get the command that create the daily sar files that gets stored > in /var/log/sa/ . I want to change this command to monitor my system at cert > ain times only so that I can pull out the stats to check the perfomance of my > system. Detail information of where I can get this scripts and commands that > create this files could be highly appreciated. One last thing how can I get > sar to monitor my sendmail processes (eg using sar -x pid command), Is this p > ossible, if yes how can I do do that.
On my desktop RHL 7.2 it's /etc/cron.d/sysstat Here's a useful rpm trick: [summer@numbat summer]$ rpm -qcf /var/log/sa/ /etc/cron.d/sysstat /etc/cron.daily/sysstat [summer@numbat summer]$ -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Note: mail delivered to me is deemed to be intended for me, for my disposition. ============================== If you don't like being told you're wrong, be right!
