Last active
August 29, 2015 14:00
-
-
Save liukun/11360893 to your computer and use it in GitHub Desktop.
iStatD configurations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/imvu-open/istatd/wiki/Configuring-istatd | |
--store /mnt/proC/istatd/store | |
--settings /mnt/proC/istatd/settings | |
--pid-file /mnt/proC/istatd/istatd.pid | |
--log-file /home/liukun/log/istatd.log | |
--log-level 2 | |
--num-files 50000 | |
--local-stats localhost | |
--thread-count 3 | |
--stat-port 18001 | |
--http-port 9091 | |
--replica-port 8021 | |
--admin-port 8031 | |
--files-dir /home/liukun/istatd/files | |
--debug allKeys | |
#--daemonize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start on runlevel virtual-filesystems | |
stop on runlevel [06] | |
respawn | |
chdir /home/liukun | |
exec istatd/bin/istatd --config proCconf/istatd.cfg --user liukun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment