You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
306 B
16 lines
306 B
#!/bin/bash
|
|
|
|
function usage {
|
|
echo "$0 [cpu-log]"
|
|
exit 1
|
|
}
|
|
|
|
path="/home/hai/sledge-old/runtime/tests"
|
|
|
|
#test work1k 2000
|
|
server_log_file="edf_1k.log"
|
|
$path/compare/start_compare.sh $server_log_file >/dev/null 2>&1 &
|
|
echo "sledge is running"
|
|
./hey_test_compare.sh 60 22
|
|
$path/kill_sledge.sh
|