mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
23 lines
398 B
Bash
Executable File
23 lines
398 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
rm -f uclient.log \
|
|
out/uclient.out err/uclient.err \
|
|
trace.*uclient*.[0-9]* object.*uclient*.[0-9]*
|
|
|
|
#./PIAZZE.sh
|
|
./nocat.sh
|
|
|
|
UTRACE="0 10M 0"
|
|
UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
DIR_CMD="../../examples/uclient"
|
|
|
|
#STRACE=$TRUSS
|
|
start_prg uclient -i -c uclient.cfg http://10.30.1.131:5280/check
|
|
|
|
pkill userver_tcp userver_ssl
|