Skip to content

Gnuplot script to graph RHEL Application Streams lifecycle

License

Notifications You must be signed in to change notification settings

briansmith0/appstream-graph

Repository files navigation

Gnuplot script to generate graph of RHEL Application Stream lifecycle

Example graphs

RHEL 8 Application Stream (generated June 13, 2023)

RHEL 8 Application Stream

RHEL 9 Application Stream (generated June 13, 2023)

RHEL 9 Application Stream

Creating input files

The two input files (rhel8_appstream.txt and rhel9_appstream.txt) were copy/pasted from the tables on the Red Hat Enterprise Linux Application Streams Life Cycle page with the following modifications:

  • First column was updated to have the application name be in quotes
  • The order of the list was reversed using the tac command

Creating graphs

Specify the inputfile and outputfile on the gnuplot command line, for example:

gnuplot -e 'inputfile="rhel8_appstream.txt"' -e 'outputfile="rhel8_appstream.png"' appstream.gnu
gnuplot -e 'inputfile="rhel9_appstream.txt"' -e 'outputfile="rhel9_appstream.png"' appstream.gnu

About

Gnuplot script to graph RHEL Application Streams lifecycle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published