Hi, with the status Fix Committed it became available via the bionic-proposed 
archive 'pocket'.
So you have to enable proposed (for now):
$ sudo add-apt-repository "deb http://us.ports.ubuntu.com/ubuntu-ports/ 
$(lsb_release -sc)-proposed restricted main multiverse universe"
Do a quick check if it worked:
$ grep -R --exclude=*{.save,.*~} "^[^#].*-proposed"
Update your package index:
$ sudo apt update
And you will be able to access and install it as part of the 'linux-tools-host' 
package:
$ apt-cache policy linux-tools-host
linux-tools-host:
  Installed: 4.15.0-17.18
  Candidate: 4.15.0-17.18
  Version table:
 *** 4.15.0-17.18 500
        500 http://ports.ubuntu.com/ubuntu-ports bionic-proposed/main s390x 
Packages
        100 /var/lib/dpkg/status
Now just install it with:
$ sudo apt install linux-tools-host
It's located here:
$ which kvm_stat 
/usr/bin/kvm_stat

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1734130

Title:
  [18.04 FEAT] Add kvm_stat from kernel tree

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed

Bug description:
  Improves RAS characterics of systems running KVM by providing kvm_stat script:
  https://github.com/torvalds/linux/tree/master/tools/kvm/kvm_stat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1734130/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to