From 356ed4a98c3aadaae60e099f916a6c83030f91e4 Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Mon, 1 Jan 2024 20:12:16 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cf2491..92f0d37 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This project provides tools that allow you to gain deep insights into PostgreSQL's locking activities and troubleshoot locking-related issues (e.g., performance problems or deadlocks). -* `pg_lock_tracer` - is a lock tracer for PostgreSQL (traces table level locks). -* `pg_lw_lock_tracer` - is a tracer for PostgreSQL lightweight locks (traces LWLocks). -* `pg_row_lock_tracer` - is a tracer for PostgreSQL row locks (traces Row-Level locks). +* `pg_lock_tracer` - is a PostgreSQL table level lock tracer. +* `pg_lw_lock_tracer` - is a tracer for PostgreSQL lightweight locks (LWLocks). +* `pg_row_lock_tracer` - is a tracer for PostgreSQL row locks. * `animate_lock_graph` - creates animated locks graphs based on the `pg_lock_tracer` output. __Note:__ These tools employ the [eBPF](https://ebpf.io/) (_Extended Berkeley Packet Filter_) technology. At the moment, PostgreSQL 12, 13, 14, 15, and 16 are supported (see additional information below).