Stream Process
The CCM stream process reads a redis queue of messages and broadcasts them via websockets to ccm monitor clients.
directory
<ccmRoot>/ccmx/
command
python cstream.py <command line parameters>
command line parameters
| parameter | value |
|---|---|
| --redisDb | redis database number |
example
[group:demostream]
programs=democstream
[program:democstream]
command=python cstream.py --redisDb 6
environment=PYTHONPATH="/git/ccm/ccmDemo/common/"
directory=/git/ccm/ccmDemo/ccmx/
autostart=false
autorestart=true
startretries=3
stdout_logfile=/git/ccm/logs/demo.cstream.out.log
stderr_logfile=/git/ccm/logs/demo.cstream.out.log
user=root