Loading test

12/12/2020 test

# Bài toán

Giả sử muốn test xem API của hệ thống có thể đạt được 200 request/giây?

# Cách giải quyết

Có rất nhiều tools để giúp cho việc test này được dễ dàng như Gatling, Hey, Apache Bench, Jmeter...

Trong bài này sẽ dùng Jmeter

# Install Jmeter

# On Mac

$ brew install jmeter
1

# On Ubuntu

$ sudo apt update
$ sudo apt install jmeter
1
2

# Start jmeter

$ jmeter
1

# Setting test

# Setting Thread Group

Screen Shot 2021-01-04 at 23 04 06

# Setting HTTPRequest

Screen Shot 2021-01-04 at 23 05 05

# Setting Summary

Screen Shot 2021-01-04 at 23 06 11
Last Updated: 10/2/2021, 8:49:39 AM