Skip to content

Commit 237a175

Browse files
committed
Swap usage
1 parent 7ce5873 commit 237a175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ PG_LOG_LINES=15 # PostgreSQL log lines to show. 0 - disable output
5353

5454
**Examples of work:**
5555

56-
pg_database_activity.sh - Running pgbench. WALSync wait, Row Exclusive lock and Replication lag appeared. WalSender process consumes 6.7% CPU.
56+
Running pgbench, 10 backend connections. WALSync wait, Row Exclusive lock and Replication lag appeared. WalSender process consumes 6.7% CPU. CPU load 4.44 %.
5757

5858
![pg_database_activity1](media/dbactivity1.png)
5959

6060

61-
pg_database_activity.sh - Vacuum full command executing with Access Exclusive lock. The number of PostgreSQL log file entries has automatically decreased.
61+
Vacuum full command executing with Access Exclusive lock. The number of PostgreSQL log file entries has automatically decreased. WalSender process consumes 11.6% CPU. Disk load 14.76 %.
6262

6363
![pg_database_activity2](media/dbactivity2.png)
6464

0 commit comments

Comments
 (0)