Send curl with json data from file.
curl -X POST -H "Content-Type: application/json" -d @ab_post_data.json {{url}}
a/b benchmark with json data from file.
ab -n 10000 -c 100 -T application/json -p /home/rock/ab_post_data.json {{url}}
'Develop > Linux' 카테고리의 다른 글
When too slow to dnf update (0) | 2018.11.20 |
---|---|
[Docker] Run Mysql Server container and setup (0) | 2018.11.15 |
리눅스에서 PID 로 프로세스 동작 유무 체크 (0) | 2018.10.17 |
특정 파일 검색해서 해당 파일내에 특정 문구 추가하기 (0) | 2018.05.16 |
Install NVIDIA Graphic driver on fedora linux (0) | 2018.05.04 |