I want it to give me all the sar/sadc options, interrupts,disk,etc.. every 10 seconds starting at noon for the entire hour. On the second line I want to capture the info in /proc/interrupts every minute for the hour of noon in a log file. Please verify the syntax.
* 12 * * * root /usr/lib64/sa/sa1 -S XALL 10 360
*/1 12 * * * root cat /proc/interrupts >> /root/proc_int.log && date >> /root/proc_int.log
Asked by Gregg Leventhal
(7786 rep)
Dec 22, 2013, 03:42 PM
Last activity: Jan 5, 2017, 12:50 PM
Last activity: Jan 5, 2017, 12:50 PM