FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


os:linux:set:performance:etc_cron.d_sysstat.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
os:linux:set:performance:etc_cron.d_sysstat.html [2017/11/15 01:46]
kurihara created
os:linux:set:performance:etc_cron.d_sysstat.html [2018/02/18 00:23] (current)
kurihara
Line 1: Line 1:
-====== /etc/cron.d/sysstat ======+[[os:linux:set:index.html]]
  
 +====== /etc/cron.d/sysstat Example Configuration======
  
  
 +\\
 +{{INLINETOC}}
 +\\
  
-===== Configuration =====+ 
 +===== My /etc/cron.d/sysstat Configuration =====
  
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
-Run system activity accounting tool every 11 minutes +# /etc/cron.d/sysstat 
-*/10 * * * * root /usr/lib64/sa/sa1 1 1+#    -rw-------  root root 
 +
 +#   sysstat cron configuration 
 +
 +# Sysstat configuration file is /etc/sysconfig/sysstat.
  
 +# Run system activity accounting tool every 1 minutes
 +*/1 * * * * root /usr/lib64/sa/sa1 1 1
 +
 +# Generate a daily summary of process accounting at 23:53
 +53 23 * * * root /usr/lib64/sa/sa2 -A
 +</sxh>
 +
 +
 +\\
 +===== Reference =====
 +
 +==== CentOS7 Default /etc/cron.d/sysstat====
 +<sxh bash toolbar:false gutter:false>
 +# Run system activity accounting tool every 10 minutes
 +*/10 * * * * root /usr/lib64/sa/sa1 1 1
 +# 0 * * * * root /usr/lib64/sa/sa1 600 6 &
 # Generate a daily summary of process accounting at 23:53 # Generate a daily summary of process accounting at 23:53
 53 23 * * * root /usr/lib64/sa/sa2 -A 53 23 * * * root /usr/lib64/sa/sa2 -A
 </sxh> </sxh>
  
 +\\
 +<WRAP box 90%>
 +<catlist ..: -noAddPageButton -smallHead>
 +</WRAP>
  
 +\\
 +\\
 +[[os:linux:set:index.html]]


os/linux/set/performance/etc_cron.d_sysstat.html.1510678015.txt.gz · Last modified: 2017/11/15 01:46 by kurihara