In crontab
0-59 * * * * /usr/lib/sa/sa1
58 23 * * * /performancedata/server_sar.sh

$more /performancedata/server_sar.sh#!/bin/ksh
sar -s 00:00 -e 24:00 -i 1 > sar-`date +%y%m%d`.txt


Does it efficient??


--