Info server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
to get more detailes. | to get more detailes. | ||
-t means destination ??? |
Revision as of 11:09, 27 May 2009
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 ???