Skip to content

Instantly share code, notes, and snippets.

@liukun
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liukun/11360893 to your computer and use it in GitHub Desktop.
Save liukun/11360893 to your computer and use it in GitHub Desktop.
iStatD configurations
# 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
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