Skip to content

Commit

Permalink
v0.8.0 release notes: update image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesovsky committed Mar 8, 2021
1 parent da3e4f9 commit df1cea5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/release-notes/v0.8.0.md
Expand Up @@ -23,7 +23,7 @@ extended statistics based on pg_stat_progress_analyze and pg_stat_activity views

In the picture below, an example with a bunch of ANALYZE executed and sorted by the scanned amount of data.

![](https://drive.google.com/file/d/1sGp9hlzrIb8NJFYwsWxBFBR7mSec7lfL/view)
![](https://drive.google.com/uc?export=view&id=1sGp9hlzrIb8NJFYwsWxBFBR7mSec7lfL)

2. Support of [pg_stat_progress_basebackup](https://www.postgresql.org/docs/current/progress-reporting.html#BASEBACKUP-PROGRESS-REPORTING) statistics.

Expand All @@ -32,7 +32,7 @@ and `report` tools.

Below an example with backup which started 12 seconds ago and already streamed 12% of 15GB.

![](https://drive.google.com/file/d/1qaiAbanKg1TNsIlabMy88VtvCrfQAsKO/view)
![](https://drive.google.com/uc?export=view&id=1qaiAbanKg1TNsIlabMy88VtvCrfQAsKO)

3. Add [pg_stat_statements](https://www.postgresql.org/docs/current/pgstatstatements.html) WAL usage statistics.

Expand All @@ -42,13 +42,13 @@ wal_records, wal_fpi, wal_bytes. Pgcenter now provides extended statistics based

WAL usage statistics are organized as additional view:

![](https://drive.google.com/file/d/14r4Psj4s5bCYZIvu3JO6bfk5BdVoPAEh/view)
![](https://drive.google.com/uc?export=view&id=14r4Psj4s5bCYZIvu3JO6bfk5BdVoPAEh)

4. Add [pg_stat_statements](https://www.postgresql.org/docs/current/pgstatstatements.html) WAL usage statistics to query reports generated in top utility

Pgcenter `top` tool provides query reports based on pg_stat_statements. Now reports extended with new WAL usage statistics.

![](https://drive.google.com/file/d/1ByGiXGRNsA-61C4CcGO4UgTki5BBSI4l/view)
![](https://drive.google.com/uc?export=view&id=1ByGiXGRNsA-61C4CcGO4UgTki5BBSI4l)

5. Tracking statistics of parallel workers when profiling.

Expand All @@ -59,7 +59,7 @@ command-line argument has been added to keep old behavior. Note, the feature wil
In example below the query profiled in both modes. In the second profile, wait_events are collected including parallel
workers.

![](https://drive.google.com/file/d/1EGKwnqg_mf_hLV5uD35rSe7itPFFo8ub/view)
![](https://drive.google.com/uc?export=view&id=1EGKwnqg_mf_hLV5uD35rSe7itPFFo8ub)

### Fixes
- fixed panic of `top` when executing it using Docker containers. See [#87](https://github.com/lesovsky/pgcenter/issues/87) for details.
Expand Down

0 comments on commit df1cea5

Please sign in to comment.