JMeter Installation and Load Testing Guide
JMeter Overview
JMeter is an open-source压力测试工具 developed by the Apache Software Foundation. It is built entirely in Java and serves as a comprehensive solution for性能测试 scenarios.
JMeter capabilities include:
Static resource testing (files served to clients)
Dynamic resource testing (content varying by user request)
Server and network ...
Posted on Fri, 08 May 2026 17:29:07 +0000 by CodeToad
Load-testing S3 and DocumentDB with Apache Bench under controlled AWS conditions
Environment
Cloud provider: AWS
Instance type: t3.medium (2 vCPU, 4 GB RAM)
Runtime: Python 3.7, Flask, Guniconr with gevent worker class
Process model: 8 workers × 16 threads each
Port: 5001
gunicorn main:app \
-k gevent \
-w 8 \
--threads 16 \
--bind :5001 \
--timeout 3600 \
--keep-alive 65 \
--log-level info \
--access-logf ...
Posted on Thu, 07 May 2026 21:20:19 +0000 by aamirshah