Sysstat - collect system stats
The sysstat service is responsible for the regular collection of system performance information.
Through the use of cron and sadc (System Activity data collector), sysstat gathers SAR data at n minute intervals daily.
The service has little impact on overall server performance.
The default sysstat configuration overwrites collected performance information every 7 days.
Sysstat is provided as part of the sysstat package – it also provides useful system performance gathering utilities including; mpstat, iostat and sar.
Service: /etc/init.d/sysstat start|stop
Configuration File: /etc/sysconfig/sysstat
Log location: /var/log/sa/
server1# cat /etc/default/sysstat
#
# Default settings for /etc/init.d/sysstat, /etc/cron.d/sysstat
# and /etc/cron.daily/sysstat files
#
# Should sadc collect system activity information Valid values
# are "true" and "false". Please do not put other values, they
# will be overwritten by debconf!
ENABLED="true"
Change History Size:
#grep HISTORY /etc/sysstat/sysstat
HISTORY=7
Comments
Post a Comment