kopia lustrzana https://github.com/cirospaciari/socketify.py
5 wiersze
100 B
Bash
5 wiersze
100 B
Bash
![]() |
while true
|
||
|
do
|
||
|
wrk -t1 -c200 -d1 -H 'Connection: keep-alive' http://127.0.0.1:8000 > /dev/null
|
||
|
done
|