453a41f698
resolves: rhbz#1682780 (cherry picked from commit b2bff83949c386298fabc4e1766ea96b91e947c4)
8 lines
156 B
Bash
Executable File
8 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
|