prak3-scripts/SusanBones/20.sh
2024-10-24 21:31:33 +07:00

5 lines
186 B
Bash

#!/bin/bash
echo '{"username":"f01","password":"f01f01"}' > temp.json
ab -n 100 -c 10 -T application/json -p temp.json -v 4 http://ravenclaw.hogwarts.f01.com/api/auth/login
rm temp.json