EnterpriseDB / system_stats

A Postgres extension for exposing system metrics such as CPU, memory and disk information
Other
122 stars 25 forks source link

PostgreSQL 16 as an RPM YUM #25

Closed fburleigh closed 2 weeks ago

fburleigh commented 9 months ago

Hello! I'm hoping for an RPM for RHEL9 with fresh 16.1 install. I do know how to work with make files and the like, but sense that an RPM from an official YUM repo a less risky "blessed" path. It would also be helpful if this repo's README would provide the name of the RPM. For the record, sudo yum info *system_stats* shows me:

Updating Subscription Management repositories.
Last metadata expiration check: 3:44:50 ago on Wed 13 Dec 2023 01:03:16 PM EST.
Available Packages
Name         : system_stats_15
Version      : 1.0
Release      : 2.rhel9
Architecture : x86_64
Size         : 76 k
Source       : system_stats_15-1.0-2.rhel9.src.rpm
Repository   : pgdg15
Summary      : A Postgres extension for exposing system metrics such as CPU, memory and disk information
URL          : https://github.com/EnterpriseDB/system_stats
License      : PostgreSQL
Description  : system_stats is a Postgres extension that provides functions to access system
             : level statistics that can be used for monitoring. It supports Linux, macOS and
             : Windows.
             : 
             : Note that not all values are relevant on all operating systems. In such cases
             : NULL is returned for affected values.

I thank you.

CC-Hsu commented 7 months ago

Hi,

As far as I know, Packages in the PGDG YUM repo are maintained in its git repo.

I find a record about system_stats for PGSQL 16, but I have no idea why the RPM packages are not yet available. https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=eccce3ff7e55b233b04f9a26ccf85c9defa79974

dpage-edb commented 2 weeks ago

As noted by @CC-Hsu, packages are maintained independently of this codebase. Please log an issue with the RPM project if there is a package missing from their collection.