All-in-one performance analysis with standard Linux tools
In One Fell Swoop
All three listings can be compiled in one go with the commands from Listing 5. The second call creates an executable greggalizer
that runs independently of any shared libraries. So it can be easily copied to related architectures to do its job there without any problems.
Listing 5
Compiling the Listings
$ go mod init greggalizer $ go build greggalizer.go runit.go pane-splitter.go
When this is done, the call to greggalizer
at the command line, as shown in Figure 1, hijacks the terminal, splits it into vertically stacked boxes, and prints the executed commands with parameters and the text output in them. The performance analysis can begin.
Outlook
One way of potentially improving the script presented here would be to parallelize running of the commands, so that the user does not have to wait a few seconds in front of a blank screen until it fills up with results. Instead, the program could first draw the UI, launch the external processes simultaneously via Go routines and continuously keep filling the text widgets with new output via channels, as soon as it becomes available. The result would be a tool like top
that regularly refreshes its widgets.
Infos
- Gregg, Brendan. BPF Performance Tools. Addison-Wesley, 2019
- "Programming Snapshot – bpftrace" by Mike Schilli, Linux Magazine, issue 230, January 2020, pg.56
- Listings for this article: ftp://ftp.linux-magazine.com/pub/listings/linux-magazine.com/235
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.