resolves: rhbz#1682780 (cherry picked from commit b2bff83949c386298fabc4e1766ea96b91e947c4)
7 lines
156 B
Bash
Executable file
7 lines
156 B
Bash
Executable file
#!/bin/bash -
|
|
set -e
|
|
set -x
|
|
|
|
# I'd like to use the test:/// driver but it doesn't support the right
|
|
# APIs.
|
|
virt-top --stream -d 1 -n 3 --debug /dev/stdout
|