udemy-docker-mastery/swarm-stack-5/generate-some-votes.sh

10 строки
336 B
Bash
Executable File

#!/bin/sh
# create POST data files with ab friendly formats
python make-data.py
# create 3000 votes
ab -n 1000 -c 50 -p posta -T "application/x-www-form-urlencoded" http://vote/
ab -n 1000 -c 50 -p postb -T "application/x-www-form-urlencoded" http://vote/
ab -n 1000 -c 50 -p posta -T "application/x-www-form-urlencoded" http://vote/