Skip to content
Snippets Groups Projects
Commit 9da3d86b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add timeslice monitor

parent 78071f57
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,12 @@ start:
@#
@tmux new-window -n trigger -t ${SESSION_NAME}
@tmux split-window -v -t ${SESSION_NAME}:trigger
@tmux split-window -v -t ${SESSION_NAME}:trigger
@tmux send-keys -t ${SESSION_NAME}:trigger.1 \
"python scripts/trigger_rates.py -p ${MONITORING_LIGIER_PORT}" Enter
@tmux send-keys -t ${SESSION_NAME}:trigger.2 \
@tmux send-keys -t ${SESSION_NAME}:trigger.2 \
"python scripts/timeslice_rates.py -p ${MONITORING_LIGIER_PORT}" Enter
@tmux send-keys -t ${SESSION_NAME}:trigger.3 \
"python scripts/live_triggermap.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
@tmux select-layout even-vertical
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment