Skip to content

Commit

Permalink
ctop: Remove disabled items from config file
Browse files Browse the repository at this point in the history
Signed-off-by: iipeace <[email protected]>
  • Loading branch information
iipeace committed Nov 27, 2023
1 parent d27e514 commit 289abd3
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 37 deletions.
33 changes: 17 additions & 16 deletions guider/guider.conf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
- NUMRUN: run number
- NUMREP: report number
- PID: task PID (for top command)
- OUTPUT: last output path
- OUTPATH: last output path
- OUTDIR: last output dir

- COMMAND (embedded)
- BUFFER{:SIZE}: resize the monitoring buffer
Expand Down Expand Up @@ -282,21 +283,21 @@
"COMMAND": {

"CMD_NOTIFY_WARN": "GUIDER cli upstream:notify:WARN",
"CMD_TOP": "GUIDER top -o /tmp/guider_top_EVTNAME_EVTTIME.out -R 10 -Y c:15",
"CMD_FTOP": "GUIDER ftop -o /tmp/guider_top_EVTNAME_EVTTIME.out -a -R 1 -Y c:15",
"CMD_FTOP_PROC": "GUIDER ftop -o /tmp/guider_top_EVTNAME_EVTTIME.out -a -g EVTPID -R 1 -Y c:15",
"CMD_MTOP": "GUIDER mtop -o /tmp/guider_top_EVTNAME_EVTTIME.out -R 3 -Y c:15",
"CMD_FUNCREC": "GUIDER funcrec -s /tmp/guider_funcrec_EVTNAME_EVTTIME.dat -R 3",
"CMD_DISKTOP": "GUIDER disktop -R 3 -a -o /tmp/guider_block_EVTNAME_EVTTIME.out -Y c:15",
"CMD_DISKTOP_TOTAL": "GUIDER disktop -e T -R 3 -a -o /tmp/block_EVTNAME_EVTTIME.out -Y c:15",
"CMD_NETTOP": "GUIDER ntop -R 3 -o /tmp/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_PROC": "GUIDER ttop -g EVTPID -P -R 3 -o /tmp/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_CTX": "GUIDER ttop -S C:1 -R 2 -o /tmp/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_UTOP_ALL": "GUIDER ttop -g EVTPID -P -S c:1 -e E -R 1 -Q -c \"GUIDER utop -g PID -H -o /tmp/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 5 -q LAZYCACHE\"",
"CMD_TTOP_UTOP_2": "GUIDER ttop -g EVTPID -P -S c:1 -e E -R 1 -Q -q NRTOPRANK:2 -c \"GUIDER utop -g PID -H -o /tmp/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 5 -q LAZYCACHE\"",
"CMD_UTOP": "GUIDER utop -g EVTPID -H -o /tmp/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 3",
"CMD_LEAK_1G": "GUIDER leaktrace -g EVTPID -T /tmp/libleaktracer.so -o /tmp/guider_leak_EVTNAME_EVTTIME.out -c 1g",
"CMD_LEAK_+200M": "GUIDER leaktrace -g EVTPID -T /tmp/libleaktracer.so -o /tmp/guider_leak_EVTNAME_EVTTIME.out -c +200m"
"CMD_TOP": "GUIDER top -o OUTDIR/guider_top_EVTNAME_EVTTIME.out -R 10 -Y c:15",
"CMD_FTOP": "GUIDER ftop -o OUTDIR/guider_top_EVTNAME_EVTTIME.out -a -R 1 -Y c:15",
"CMD_FTOP_PROC": "GUIDER ftop -o OUTDIR/guider_top_EVTNAME_EVTTIME.out -a -g EVTPID -R 1 -Y c:15",
"CMD_MTOP": "GUIDER mtop -o OUTDIR/guider_top_EVTNAME_EVTTIME.out -R 3 -Y c:15",
"CMD_FUNCREC": "GUIDER funcrec -s OUTDIR/guider_funcrec_EVTNAME_EVTTIME.dat -R 3",
"CMD_DISKTOP": "GUIDER disktop -R 3 -a -o OUTDIR/guider_block_EVTNAME_EVTTIME.out -Y c:15",
"CMD_DISKTOP_TOTAL": "GUIDER disktop -e T -R 3 -a -o OUTDIR/block_EVTNAME_EVTTIME.out -Y c:15",
"CMD_NETTOP": "GUIDER ntop -R 3 -o OUTDIR/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_PROC": "GUIDER ttop -g EVTPID -P -R 3 -o OUTDIR/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_CTX": "GUIDER ttop -S C:1 -R 2 -o OUTDIR/guider_task_EVTNAME_EVTTIME.out -Y c:15",
"CMD_TTOP_UTOP_ALL": "GUIDER ttop -g EVTPID -P -S c:1 -e E -R 1 -Q -c \"GUIDER utop -g PID -H -o OUTDIR/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 5 -q LAZYCACHE\"",
"CMD_TTOP_UTOP_2": "GUIDER ttop -g EVTPID -P -S c:1 -e E -R 1 -Q -q NRTOPRANK:2 -c \"GUIDER utop -g PID -H -o OUTDIR/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 5 -q LAZYCACHE\"",
"CMD_UTOP": "GUIDER utop -g EVTPID -H -o OUTDIR/guider_utop_EVTNAME_EVTTIME_COMM_PID.out -R 3",
"CMD_LEAK_1G": "GUIDER leaktrace -g EVTPID -T OUTDIR/libleaktracer.so -o OUTDIR/guider_leak_EVTNAME_EVTTIME.out -c 1g",
"CMD_LEAK_+200M": "GUIDER leaktrace -g EVTPID -T OUTDIR/libleaktracer.so -o OUTDIR/guider_leak_EVTNAME_EVTTIME.out -c +200m"

},

Expand Down
Loading

0 comments on commit 289abd3

Please sign in to comment.