- #!/bin/sh
- rm ./euspace
- make -f Makefile2 c debug=1 pid=1121
- # pid=`ps aux | grep ebpfdemo81 | grep -v grep | awk '{print $2}'`
- # echo $pid
- # TRACES_ENDPOINT=http://10.2.29.1:8099/docp/api/v2/data/receive FILTER_PID=$pid ./euspace --listen="0.0.0.0:8123"
|