How to Install and Uninstall pgreplay Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "pgreplay" package

This guide covers the steps necessary to install pgreplay on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pgreplay

2. Uninstall "pgreplay" package

Please follow the instructions below to uninstall pgreplay on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pgreplay package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pgreplay
Priority: optional
Section: universe/admin
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Cyril Bouthors
Architecture: amd64
Version: 1.2.0-2ubuntu1
Depends: libc6 (>= 2.15), libpq5
Filename: pool/universe/p/pgreplay/pgreplay_1.2.0-2ubuntu1_amd64.deb
Size: 28544
MD5sum: 9002d16a64cc3ff794f208b630c25ea3
SHA1: 52dfcc6ab292e1cd29a25d8f511150807b8b640f
SHA256: 31e8d73d0d369b50559cd49c3f8d75ea4c31a32cc7cc6bf930f498fe7e4eca5d
Description-en: 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: 07e5d94ae8adeb7a60dc70723a60ce62
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu