| 12345678910111213141516171819202122 |
- @echo off
- ::set GOMAXPROCS=2
- ::set GODEBUG=schedtrace=1000,scheddetail=1
- ::start ./test.exe -diff aaa
- ::start ./test.exe -diff aaa1
- ::start ./test.exe -diff aaa2
- ::start ./test.exe -diff aaa3
- ::start ./test21001.exe -diff bbb
- ::start ./test21002.exe -diff ccc
- ::start ./test.exe -diff aaa
- ::start ./test.exe -diff bbb
- ::start ./test.exe -diff ccc
- ::start ./test -diff ac -num 1000 -ip 192.168.10.158:21001
- ::start ./test.exe -ip 192.168.10.213:21001 -num 50 -t 3
- ::合服使用
- start ./test.exe -ip 127.0.0.1 -diff 7001,7002
- pause
|