パッケージ: pgreplay (1.3.0-1)
pgreplay に関するリンク
Debian の資源:
pgreplay ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [laurenz.github.io]
類似のパッケージ:
replay PostgreSQL log files
Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and executes them in the same order and with the original timing against a PostgreSQL database.
If the execution of statements gets behind schedule, warning messages are issued that indicate that the server cannot handle the load in a timely fashion.
A final report gives you a useful statistical analysis of your workload and its execution.
The idea is to replay a real-world database workload as exactly as possible.
This is useful for performance tests, particularly in the following situations:
- You want to compare the performance of your PostgreSQL application on different hardware or different operating systems. - You want to upgrade your database and want to make sure that the new database version does not suffer from performance regressions that affect you.
その他の pgreplay 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libpq5
- PostgreSQL C client library