stdevel / rhel-downspeeds

Compares errata delivery of RHEL downstreams such as AlmaLinux and Rocky Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rhel-downspeeds

Compares errata delivery of RHEL downstreams such as AlmaLinux and Rocky Linux using Python and Chart.js

Usage

Run the gather_data.py script, it will access errata databases and create a data result file:

$ ./gather_data.py
$ ./gather_data.py -r8

Run a simple Python webserver to access the files (opening it without a server will cause CORS issues on most browsers):

$ python3 -m http.server

Access the following pages:

Alternatively, use these public URLs:

Note: These information might be outdated at some time, check-out the last change of the rhel, rockylinux and almalinux JSON files in the repository.

URLs

Distribution Release Link Notes
RHEL 8 see source code requires pagination (rows, p), but currently has no hit limit
RHEL 9 see source code requires pagination (rows, p), but currently has no hit limit
AlmaLinux 8 click! JSON file
AlmaLinux 9 click! JSON file
RockyLinux 8 click! requires pagination (page, limit), max. 100 hits per page
RockyLinux 9 click! requires pagination (page, limit), max. 100 hits per page

About

Compares errata delivery of RHEL downstreams such as AlmaLinux and Rocky Linux

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.2%Language:Python 3.6%Language:HTML 1.2%