FastHandle is fast operation tools for infrastructure configurations and tests.
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
os:linux:set:performance:etc_cron.d_performance.html [2018/01/15 01:19] kurihara |
os:linux:set:performance:etc_cron.d_performance.html [2018/02/04 23:24] (current) kurihara ↷ Links adapted because of a move operation |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[os: | + | [[os:linux: |
====== / | ====== / | ||
**Performance survey of seconds interval on Cron** | **Performance survey of seconds interval on Cron** | ||
Line 26: | Line 26: | ||
# CPU Details | # CPU Details | ||
0 * * * * root mpstat 5 720 >> ${DIR}/ | 0 * * * * root mpstat 5 720 >> ${DIR}/ | ||
+ | |||
+ | # Load Average Details | ||
+ | 0 * * * * root sar -q 5 720 >> ${LOGDIR}/ | ||
+ | |||
+ | # Memory | ||
+ | 0 * * * * root sar -r 5 720 >> ${LOGDIR}/ | ||
# Disk Details | # Disk Details | ||
Line 124: | Line 130: | ||
</ | </ | ||
+ | \\ | ||
+ | \\ | ||
+ | ===== Load Average Details===== | ||
+ | ==== sar -q ==== | ||
+ | < | ||
+ | ~]# sar -q 2 3 | ||
+ | Linux 3.10.0-229.el7.x86_64 (centos7) | ||
+ | |||
+ | 01: | ||
+ | 01: | ||
+ | 01: | ||
+ | 01: | ||
+ | Average: | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | ===== Memory Details ===== | ||
+ | ==== sar -r ==== | ||
+ | < | ||
+ | ~]# sar -r 2 3 | ||
+ | Linux 3.10.0-229.el7.x86_64 (centos7) | ||
+ | |||
+ | 01: | ||
+ | 01: | ||
+ | 01: | ||
+ | 01: | ||
+ | Average: | ||
+ | </ | ||
\\ | \\ | ||
Line 411: | Line 445: | ||
\\ | \\ | ||
\\ | \\ | ||
- | [[os: | + | [[os:linux: |
\\ | \\ |
My Sites
SNS
Copyright (c) 2025 FastHandle - IT Operations Examples All Rights Reserved.