latencytop
A tool for developers to visualize system latencies
Install
- All systems
-
curl cmd.cat/latencytop.sh
- Debian
-
apt-get install latencytop - Ubuntu
-
apt-get install latencytop - Kali Linux
-
apt-get install latencytop - CentOS
-
yum install latencytop - Fedora
-
dnf install latencytop - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install latencytop - Raspbian
-
apt-get install latencytop
latencytop
A tool for developers to visualize system latencies
LatencyTOP is a Linux tool for software developers (both kernel and userspace), aimed at identifying where in the system latency is happening, and what kind of operation/action is causing the latency to happen so that the code can be changed to avoid the worst latency hiccups.