loadtest1 locust python 으로 로드 테스트가 가능하고 ngrinder 보다 굉장히 심플하고 가볍기도 해서 사용해보았다. 1. 스크립트 작성 class MatchOrderTasks(HttpUser): wait_time = between(1, 2) @task def start(self) : type = self.get_type() id = uuid.uuid4().hex user_id = random.randint(0, 0x7feabb849210) request = self.get_start_request(id, user_id, type) self.client.post('/v1/start', data=json.dumps(request), headers={'Content-Type':'application/json'}) if.. 2021. 4. 20. 이전 1 다음