mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Single Logger implementation for FairLogger & FairMQLogger
This commit is contained in:
committed by
Mohammad Al-Turany
parent
d3e0b9fc97
commit
4e942e489b
@@ -14,7 +14,7 @@ echo "Usage: startShmPrototype [message size=1000000]"
|
||||
SAMPLER="shm-prototype-sampler"
|
||||
SAMPLER+=" --id sampler1"
|
||||
SAMPLER+=" --transport $transport"
|
||||
# SAMPLER+=" --verbosity TRACE"
|
||||
# SAMPLER+=" --severity TRACE"
|
||||
SAMPLER+=" --msg-size $msgSize"
|
||||
# SAMPLER+=" --msg-rate 1000"
|
||||
SAMPLER+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/shm-prototype.json"
|
||||
@@ -23,27 +23,27 @@ xterm -geometry 80x32+0+0 -hold -e @CMAKE_BINARY_DIR@/bin/prototype/shmem/$SAMPL
|
||||
SINK1="shm-prototype-sink"
|
||||
SINK1+=" --id sink1"
|
||||
SINK1+=" --transport $transport"
|
||||
# SINK1+=" --verbose TRACE"
|
||||
# SINK1+=" --severity TRACE"
|
||||
SINK1+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/shm-prototype.json"
|
||||
xterm -geometry 80x32+500+0 -hold -e @CMAKE_BINARY_DIR@/bin/prototype/shmem/$SINK1 &
|
||||
|
||||
# SINK2="shm-prototype-sink"
|
||||
# SINK2+=" --id sink2"
|
||||
# SINK2+=" --transport $transport"
|
||||
# # SINK2+=" --verbose TRACE"
|
||||
# # SINK2+=" --severity TRACE"
|
||||
# SINK2+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/shm-prototype.json"
|
||||
# xterm -geometry 80x32+500+500 -hold -e @CMAKE_BINARY_DIR@/bin/prototype/shmem/$SINK2 &
|
||||
|
||||
# SINK3="shm-prototype-sink"
|
||||
# SINK3+=" --id sink3"
|
||||
# SINK3+=" --transport $transport"
|
||||
# # SINK3+=" --verbose TRACE"
|
||||
# # SINK3+=" --severity TRACE"
|
||||
# SINK3+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/shm-prototype.json"
|
||||
# xterm -geometry 80x32+1000+0 -hold -e @CMAKE_BINARY_DIR@/bin/prototype/shmem/$SINK3 &
|
||||
|
||||
# SINK4="shm-prototype-sink"
|
||||
# SINK4+=" --id sink4"
|
||||
# SINK4+=" --transport $transport"
|
||||
# # SINK4+=" --verbose TRACE"
|
||||
# # SINK4+=" --severity TRACE"
|
||||
# SINK4+=" --mq-config @CMAKE_BINARY_DIR@/bin/config/shm-prototype.json"
|
||||
# xterm -geometry 80x32+1000+500 -hold -e @CMAKE_BINARY_DIR@/bin/prototype/shmem/$SINK4 &
|
||||
|
Reference in New Issue
Block a user