-
Notifications
You must be signed in to change notification settings - Fork 1
/
sh-wrk.sh
26 lines (24 loc) · 1.02 KB
/
sh-wrk.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
################################################################################
# @File : sh-wrk.sh
# @Copyright : 2018 lwp Corporation, All Rights Reserved.
#
# @Author : lwp
#
# @Brief :
#
#--------------------------- Revision History ----------------------------------
# No Version Date Revised By Item Description
# @1
#
################################################################################
#!bin/bash
wrk -t 12 -c 100 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 200 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 300 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 400 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 500 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 600 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 700 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 800 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 900 -d 10s --latenc "http://127.0.0.1:9999"
wrk -t 12 -c 1000 -d 10s --latenc "http://127.0.0.1:9999"