Re: PostgreSQL Load Testing
От | zaidagilist |
---|---|
Тема | Re: PostgreSQL Load Testing |
Дата | |
Msg-id | CAFS1Kf7P-eB8a0zZFmp-wjhfSpoqr1o-L6JaToV0UbFDd1diWA@mail.gmail.com обсуждение исходный текст |
Список | pgsql-admin |
Hello Edwin,
A couple of open-source PostgreSQL load testing tools are available. As mentioned in the previous thread, pgbench is the native and reliable option. However, there are a few other dependable tools as well. The following table may help you choose the right tool based on your requirements.
A couple of open-source PostgreSQL load testing tools are available. As mentioned in the previous thread, pgbench is the native and reliable option. However, there are a few other dependable tools as well. The following table may help you choose the right tool based on your requirements.
Tool | CLI/GUI | Primary Load Type | DB Integration | CPU/I/O/Memory Stress | Output Interface | Reference Link |
pgbench | CLI only | PostgreSQL transactions (OLTP) | Uses libpq (built-in) | SQL transactions (stresses CPU + disk I/O) | Plain-text | |
HammerDB | GUI + CLI | TPC-C/TPC-H style OLTP/OLAP | Pgtcl (PostgreSQL) | Realistic OLTP/OLAP workload (high CPU and I/O) | GUI charts + CLI console, real-time metrics | |
JMeter | GUI + CLI | General load (incl. JDBC/SQL) | JDBC driver for PG | Throughput of user-defined SQL queries (CPU/I/O via queries) | GUI listeners, HTML reports; console log | |
Sysbench | CLI only | CPU, memory, file I/O | Via libpq | Dedicated CPU, RAM or disk benchmarks; OLTP SQL | Plain-text |
Regards,
Zaid
On Mon, May 19, 2025 at 5:21 AM Edwin UY <edwin.uy@gmail.com> wrote:
Hi,Anyone know any 'free' scripts to use for load testing, I/O, memory and CPU?For PostgreSQL on-prem and AWS RDS+Serverless maybe?
В списке pgsql-admin по дате отправления: