start.bat 536 B

12345678910111213141516171819202122
  1. @echo off
  2. ::set GOMAXPROCS=2
  3. ::set GODEBUG=schedtrace=1000,scheddetail=1
  4. ::start ./test.exe -diff aaa
  5. ::start ./test.exe -diff aaa1
  6. ::start ./test.exe -diff aaa2
  7. ::start ./test.exe -diff aaa3
  8. ::start ./test21001.exe -diff bbb
  9. ::start ./test21002.exe -diff ccc
  10. ::start ./test.exe -diff aaa
  11. ::start ./test.exe -diff bbb
  12. ::start ./test.exe -diff ccc
  13. ::start ./test -diff ac -num 1000 -ip 192.168.10.158:21001
  14. ::start ./test.exe -ip 192.168.10.213:21001 -num 50 -t 3
  15. ::合服使用
  16. start ./test.exe -ip 127.0.0.1 -diff 7001,7002
  17. pause