LoginSignup
0
0

More than 5 years have passed since last update.

sysstat(sar)の採取間隔を10分から1分に変更する方法

Posted at

対応

cronの記載を変更するだけで対応

  • 変更前
*/10 * * * * root /usr/lib64/sa/sa1 1 1
  • 変更後
*/1 * * * * root /usr/lib64/sa/sa1 1 1
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0