filmov
tv
How to Use Perf Performance Analysis Tool on Ubuntu 22.04
Показать описание
Perf is a simple but powerful performance monitoring tool for Linux based operating systems. It is used to trace or count both hardware and software events. It provides a number of subcommands and capable of statistical profiling of the entire system. It helps you to identified and solve performance related issues.
In this video I will show you how to install it
Useful Links:
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
apt install linux-tools-$(uname -r) linux-tools-generic -y
perf -v
perf --help
perf list sw
perf list stat
perf stat ls -ld /etc/
perf stat free -m
perf top -a
perf top -e cpu-clock
perf record df -h
perf report
perf bench mem all
In this video I will show you how to install it
Useful Links:
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
apt install linux-tools-$(uname -r) linux-tools-generic -y
perf -v
perf --help
perf list sw
perf list stat
perf stat ls -ld /etc/
perf stat free -m
perf top -a
perf top -e cpu-clock
perf record df -h
perf report
perf bench mem all