Commit 57253937 authored by Stefan Raspl's avatar Stefan Raspl Committed by Paolo Bonzini

tools/kvm_stat: display message indicating lack of events

Give users some indication on the reason why no data is displayed on the
screen yet.
Signed-off-by: default avatarStefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 62d1b6cc
......@@ -1013,6 +1013,8 @@ class Tui(object):
(key, values[0], values[0] * 100 / total,
cur))
row += 1
if row == 3:
self.screen.addstr(4, 1, 'No matching events reported yet')
self.screen.refresh()
def show_filter_selection(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment