ubuntu@s1lp13:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.10 Release: 18.10 Codename: cosmic ubuntu@s1lp13:~$ uname -r 4.18.0-16-generic ubuntu@s1lp13:~$ sudo apt install linux-tools-host Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: linux-tools-host 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 89.4 kB of archives. After this operation, 195 kB of additional disk space will be used. Get:1 http://us.ports.ubuntu.com/ubuntu-ports cosmic-proposed/main s390x linux-tools-host all 4.18.0-16.17 [89.4 kB] Fetched 89.4 kB in 0s (0 B/s) Selecting previously unselected package linux-tools-host. (Reading database ... 97270 files and directories currently installed.) Preparing to unpack .../linux-tools-host_4.18.0-16.17_all.deb ... Unpacking linux-tools-host (4.18.0-16.17) ... Setting up linux-tools-host (4.18.0-16.17) ... Processing triggers for man-db (2.8.4-2) ... ubuntu@s1lp13:~$ head -n 1 /usr/bin/kvm_stat #!/usr/bin/env python3 ubuntu@s1lp13:~$ ubuntu@s1lp13:~$ ls -la /usr/bin/python* lrwxrwxrwx 1 root root 9 Oct 25 07:11 /usr/bin/python3 -> python3.6 -rwxr-xr-x 2 root root 4675168 Oct 22 07:32 /usr/bin/python3.6 -rwxr-xr-x 2 root root 4675168 Oct 22 07:32 /usr/bin/python3.6m lrwxrwxrwx 1 root root 10 Oct 25 07:11 /usr/bin/python3m -> python3.6m ubuntu@s1lp13:~$ sudo kvm_stat kvm statistics - summary Event Total %Total CurAvg/s No matching events reported yet ubuntu@s1lp13:~$