This tutorial will guide you through the process of installing perf-tools on Void Linux using the terminal.
Before installing perf-tools, make sure your system is up-to-date and has the necessary packages:
sudo xbps-install -Su && sudo xbps-install -S cmake ncurses-devel elfutils-devel zlib-devel binutils-devel bison flex gcc make
git clone https://github.com/brendangregg/perf-tools.git
cd perf-tools
sudo cmake -DCMAKE_BUILD_TYPE=Release .
sudo make
sudo make install
After installing perf-tools, you can test if perf-tools is working properly by trying out a command:
sudo perf top
This will display the top processes on your system, ordered by CPU usage.
Congratulations! You have successfully installed and tested perf-tools on your Void Linux machine.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!