pgnodemx
Capture node OS metrics via SQL queries
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgnodemx : Capture node OS metrics via SQL queries
Information
- Extension ID: 6310
- Extension Name:
pgnodemx - Package Name:
pgnodemx - Category:
STAT - License: Apache-2.0
- Website: https://github.com/CrunchyData/pgnodemx
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.7
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgnodemx_$v - RPM Ver :
1.7 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgnodemx - DEB Ver :
1.7 - DEB Deps: N/A
Availability
Installation
Install pgnodemx via the pig CLI tool:
pig ext install pgnodemx
Install pgnodemx via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgnodemx"]}' # -l <cls>
Install pgnodemx RPM from YUM repo directly:
dnf install pgnodemx_17;
dnf install pgnodemx_16;
dnf install pgnodemx_15;
dnf install pgnodemx_14;
dnf install pgnodemx_13;
Install pgnodemx DEB from APT repo directly:
apt install postgresql-17-pgnodemx;
apt install postgresql-16-pgnodemx;
apt install postgresql-15-pgnodemx;
apt install postgresql-14-pgnodemx;
apt install postgresql-13-pgnodemx;
Create pgnodemx extension on PostgreSQL cluster:
CREATE EXTENSION pgnodemx;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.