diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 20:02:36 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-21 20:02:36 +0000 |
commit | af755e41af50170468efa51a97ed93f2a49f3f02 (patch) | |
tree | c51a5c0c9e73834e4e5effedef800fbfaa1d3c47 | |
parent | 36ff50ba685a4fb60c36cdca6504983cbbb85251 (diff) | |
download | pfsense-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.xml | 2 |
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> |