How to Install and Uninstall pgreplay Package on Kali Linux

Last updated: September 20,2024

1. Install "pgreplay" package

Learn how to install pgreplay on Kali Linux

$ sudo apt update $ sudo apt install pgreplay

2. Uninstall "pgreplay" package

This is a short guide on how to uninstall pgreplay on Kali Linux:

$ sudo apt remove pgreplay $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgreplay package on Kali Linux

Package: pgreplay
Version: 1.2.0-2.1
Installed-Size: 83
Maintainer: Cyril Bouthors
Architecture: amd64
Depends: libc6 (>= 2.34), libpq5
Size: 31532
SHA256: 88176ca87c62d7ee2ed63cb671439a2a2eabca593802103521b1f35caeeb39cc
SHA1: 5f28ad542b87706c691287d7c05a5cfbc9e77a5d
MD5sum: e713747d12ff6949313cdb7d89402b70
Description: 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.
Description-md5:
Section: admin
Priority: optional
Filename: pool/main/p/pgreplay/pgreplay_1.2.0-2.1_amd64.deb