Difference between revisions of "/etc/cron.d/sysstat"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
+
*<code>[[debian-sa1]]</code>
 
 
[[debian-sa1]]
 
  
 
<pre>
 
<pre>
Line 14: Line 12:
 
59 23 * * * root command -v debian-sa1 > /dev/null && debian-sa1 60 2
 
59 23 * * * root command -v debian-sa1 > /dev/null && debian-sa1 60 2
 
</pre>
 
</pre>
 +
 +
Collect every minute:
 +
<code>* * * * * root command -v [[debian-sa1]] > /dev/null && debian-sa1 1 1</code>
 +
 +
== Related terms ==
 +
* <code>[[/var/log/sysstat/]]</code>
 +
* [[Amazon Linux]]
 +
* [[sar installation]]
  
 
== See also ==
 
== See also ==
 +
* {{cron}}
 
* {{sysstat}}
 
* {{sysstat}}
 +
* {{sar}}
 +
  
[[Category:Computing]]
+
[[Category:sysstat]]
 +
[[Category:Linux]]

Latest revision as of 13:24, 19 April 2023

# The first element of the path is a directory where the debian-sa1
# script is located
PATH=/usr/lib/sysstat:/usr/sbin:/usr/sbin:/usr/bin:/sbin:/bin

# Activity reports every 10 minutes everyday
5-55/10 * * * * root command -v debian-sa1 > /dev/null && debian-sa1 1 1

# Additional run at 23:59 to rotate the statistics file
59 23 * * * root command -v debian-sa1 > /dev/null && debian-sa1 60 2

Collect every minute: * * * * * root command -v debian-sa1 > /dev/null && debian-sa1 1 1

Related terms[edit]

See also[edit]

Advertising: