aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-21 20:02:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-21 20:02:36 +0000
commitaf755e41af50170468efa51a97ed93f2a49f3f02 (patch)
treec51a5c0c9e73834e4e5effedef800fbfaa1d3c47
parent36ff50ba685a4fb60c36cdca6504983cbbb85251 (diff)
downloadpfsense-packages-af755e41af50170468efa51a97ed93f2a49f3f02.tar.gz
pfsense-packages-af755e41af50170468efa51a97ed93f2a49f3f02.tar.bz2
pfsense-packages-af755e41af50170468efa51a97ed93f2a49f3f02.zip
Create graphs every 5 minutes instead of continually and also nice the process to 20 to avoid interfering with other running processes.
-rw-r--r--packages/pfstat.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pfstat.xml b/packages/pfstat.xml
index f34a988e..1f886f5a 100644
--- a/packages/pfstat.xml
+++ b/packages/pfstat.xml
@@ -33,7 +33,7 @@
<item>
<modifyfilename>/etc/crontab</modifyfilename>
<textneeded>
-* * * * * root /usr/local/bin/pfstat -c /usr/local/etc/pfstat.conf -d /var/log/pfstat
+*/5 * * * * root nice -n 20 /usr/local/bin/pfstat -c /usr/local/etc/pfstat.conf -d /var/log/pfstat
</textneeded>
</item>
<item>