Info server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
''info_server'' is actually smart sockets router, it collects messages from various sources, form new messages and sends them | ''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 | To monitor its activity ''ipc_monitor'' command can be used, for example following command |
Revision as of 15:45, 20 June 2007
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.