How To Install systemd-bootchart on Fedora 36

In this tutorial we learn how to install systemd-bootchart in Fedora 36. systemd-bootchart is Boot performance graphing tool

Introduction

In this tutorial we learn how to install systemd-bootchart on Fedora 36.

What is systemd-bootchart

This package provides a binary which can be started during boot early boot to capture informations about processes and services launched during bootup. Resource utilization and process information are collected during the boot process and are later rendered in an SVG chart. The timings for each services are displayed separately.

We can use yum or dnf to install systemd-bootchart on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install systemd-bootchart.

Install systemd-bootchart on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install systemd-bootchart using dnf by running the following command:

sudo dnf -y install systemd-bootchart

Install systemd-bootchart on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install systemd-bootchart using yum by running the following command:

sudo yum -y install systemd-bootchart

How To Uninstall systemd-bootchart on Fedora 36

To uninstall only the systemd-bootchart package we can use the following command:

sudo dnf remove systemd-bootchart

systemd-bootchart Package Contents on Fedora 36

/etc/systemd/bootchart.conf
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/d11e1f71b8e92370682037b2b9bbc7cc6bc2dc
/usr/lib/systemd/system/systemd-bootchart.service
/usr/lib/systemd/systemd-bootchart
/usr/share/doc/systemd-bootchart
/usr/share/doc/systemd-bootchart/README
/usr/share/licenses/systemd-bootchart
/usr/share/licenses/systemd-bootchart/LICENSE.GPL2
/usr/share/licenses/systemd-bootchart/LICENSE.LGPL2.1
/usr/share/man/man1/systemd-bootchart.1.gz
/usr/share/man/man5/bootchart.conf.5.gz
/usr/share/man/man5/bootchart.conf.d.5.gz

References

Summary

In this tutorial we learn how to install systemd-bootchart on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).