부하 테스트 툴에는 여러가지가 있지만 개인적으로 CLI로 간단히 사용가능한 vegeta를 애용한다.https://github.com/tsenart/vegeta GitHub - tsenart/vegeta: HTTP load testing tool and library. It's over 9000!HTTP load testing tool and library. It's over 9000! - tsenart/vegetagithub.com 이미 간단한 인터페이스로 구성되어 사용이 편리하지만,개인적으로 스크립트를 만들어 조금 더 쉽게 해보았다. test.sh, target.txt, body.json 총 3개의 파일을 만들 것이다. 1. test.sh#!/bin/bashrandom_string=$(tr -dc 'A..