Info server

From CLONWiki
Revision as of 11:09, 27 May 2009 by 129.57.76.91 (talk)
Jump to navigation Jump to search

info_server is actually smart sockets router, it collects messages from various sources, form new messages and sends them in according to the configuration file $CLON_PARMS/info_server/info_server.cfg.

To monitor its activity ipc_monitor command can be used, for example following command

 java clonjava/ipc_monitor -a clasprod -t info_server -d /info_server/out/epics_server -dump

will dump all messages sent from info_server to the epics_server. Use

 java clonjava/ipc_monitor -h

to get more detailes.

-t means destination ??? have to look ..