cbuild.sh 253 B

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