[[PageOutline]] = [wiki:Earthworm Earthworm] Module: copystatus = '''Contributed by: ''' == Function == The status manager ("statmgr") program reads all error and heartbeat messages from a single transport ring (shared-memory region). However, client programs to the status manager may write their error and heartbeat messages to any transport ring. In order to make all error and heartbeat messages accessible to the status manager, the copystatus program is used to copy messages from one transport ring to another. == Details == Copystatus does not use a command file like other earthworm modules. Instead, it takes two command-line arguments: the input and output transport rings. Example: {{{ copystatus WAVE_RING HYPO_RING }}} == Helpful Hints ==