Port details |
- powa-archivist PostgreSQL workload analyzer background worker
- 4.2.2 databases =2 4.2.2Version of this port present on the latest quarterly branch.
- Maintainer: girgen@FreeBSD.org
- Port Added: 2016-09-29 22:42:29
- Last Update: 2023-11-23 16:11:06
- Commit Hash: c9efdf4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PostgreSQL
- WWW:
- http://powa.readthedocs.org/en/latest/powa-archivist/index.html
- Description:
- This project is the core extension of the PoWA project, a PostgreSQL Workload
Analyzer that gathers performance stats and provides real-time charts and
graphs to help monitor and tune your PostgreSQL servers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- powa-archivist>0:databases/powa-archivist
- To install the port:
- cd /usr/ports/databases/powa-archivist/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/powa-archivist
- pkg install powa-archivist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: powa-archivist
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1700727867
SHA256 (powa-team-powa-archivist-REL_4_2_2_GH0.tar.gz) = b8b632f822ee90ed6c2d67d623b7942123650660886b27616c60439cd02ff9a0
SIZE (powa-team-powa-archivist-REL_4_2_2_GH0.tar.gz) = 260530
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- vacuumlo : databases/postgresql15-contrib
- postgres : databases/postgresql15-server
- Runtime dependencies:
-
- pg_stat_kcache.so : databases/pg_stat_kcache
- pg_qualstats.so : databases/pg_qualstats
- vacuumlo : databases/postgresql15-contrib
- postgres : databases/postgresql15-server
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_powa-archivist
- USES:
- gmake pgsql:11+
- pkg-message:
- For install:
- To activate powa-archvist on your PostgreSQL server, add 'powa' to the list of
shared_preload_libraries in $PGDATA/postgresql.conf:
shared_preload_libraries = 'pg_stat_statements,powa'
track_io_timing = on
Also, create the powa database and add extensions
createdb powa
psql -d powa -c "
CREATE EXTENSION pg_stat_statements;
CREATE EXTENSION btree_gist;
CREATE EXTENSION powa;
"
After this, restart postgresql to start the background worker.
See http://powa.readthedocs.org/en/latest/powa-archivist/installation.html#id1
for detailed installation instructions.
Optionally, but warmly recommended, is the use of databases/pg_qualstats and
databases/pg_stat_kcache together with powa.
Use the databases/powa-web port to visualize the data.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.2 23 Nov 2023 16:11:06 |
Palle Girgensohn (girgen) |
databases/powa-archivist: Upgrade to 4.2.2.
Release
notes: https://github.com/powa-team/powa-archivist/releases/tag/REL_4_2_2 |
4.2.1 30 Oct 2023 17:13:15 |
Palle Girgensohn (girgen) |
databases/powa-archivist: update to 4.2.1
Release
notes: https://github.com/powa-team/powa-archivist/releases/tag/REL_4_2_1 |
4.2.0 18 Sep 2023 10:38:50 |
Palle Girgensohn (girgen) |
databases/powa-archivist: Update to 4.2.0.
Release
notes: https://github.com/powa-team/powa-archivist/releases/tag/REL_4_2_0 |
4.1.4 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.4 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.4 16 May 2022 07:56:47 |
Palle Girgensohn (girgen) |
databases/powa-archivist: update to 4.1.4
Release
notes: https://github.com/powa-team/powa-archivist/releases/tag/REL_4_1_4 |
4.1.3 15 Feb 2022 21:18:54 |
Palle Girgensohn (girgen) |
databases/powa-archivist: update to 4.1.3 |
4.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.1 25 Jun 2020 08:21:56 |
girgen |
Update powa-* to 4.0.1
Release notes: https://github.com/powa-team/powa-archivist/releases
Release notes: https://github.com/powa-team/powa-web/releases |
3.2.0_2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
3.2.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.2.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.2.0 21 Nov 2018 08:37:32 |
mat |
Fix USE_GITHUB usage. |
3.2.0 06 Nov 2018 23:46:06 |
girgen |
Upgrade powa-archivist and siblings
pg_qualstat-1.0.6
pg_stat_kcache-2.1.1
powa-archvist-3.2.0
Release
notes: https://github.com/powa-team/powa-archivist/blob/REL_3_2_0/CHANGELOG.md
https://github.com/powa-team/pg_qualstats/blob/1.0.6/CHANGELOG
https://github.com/powa-team/pg_stat_kcache/blob/REL2_1_1/CHANGELOG.md |
3.1.1.a.20161106 10 Aug 2017 08:24:05 |
girgen |
Update to a preversion 3.1.1
This fixes a problem with an infinite loop. |
3.1.0 25 Oct 2016 22:28:22 |
mat |
Cleanup USE_GITHUB usage.
Sponsored by: Absolight |
3.1.0 01 Oct 2016 14:23:23 |
girgen |
powa-archivist requires PostgreSQL 9.4 or greater |
3.1.0 29 Sep 2016 22:42:19 |
girgen |
Add a suite of real time metrics tools for PostgreSQL
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and
later, allowing to collect, aggregate and purge statistics on a PostgreSQL
instance from various sources. It is implemented as a background worker.
pg_qualstats, providing data about predicates, i.e. where clauses |