aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma1-2/+14
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma1-3/+3
2017-06-27tools/kvm_stat: add new interactive command 'b'Stefan Raspl2-10/+79
2017-06-27tools/kvm_stat: add new command line switch '-i'Stefan Raspl2-4/+34
2017-06-27tools/kvm_stat: fix error on interactive command 'g'Stefan Raspl1-1/+1
2017-06-08tools/kvm_stat: display guest list in pid/guest selection screensStefan Raspl1-12/+37
2017-06-08tools/kvm_stat: add new interactive command 'o'Stefan Raspl2-1/+18
2017-06-08tools/kvm_stat: add new interactive command 's'Stefan Raspl2-8/+49
2017-06-08tools/kvm_stat: add new interactive command 'h'Stefan Raspl2-5/+34
2017-06-08tools/kvm_stat: rename 'Current' column to 'CurAvg/s'Stefan Raspl1-3/+3
2017-06-08tools/kvm_stat: make heading look a bit more like 'top'Stefan Raspl1-1/+2
2017-06-08tools/kvm_stat: display message indicating lack of eventsStefan Raspl1-0/+2
2017-06-08tools/kvm_stat: show cursor in selection screensStefan Raspl1-0/+6
2017-06-08tools/kvm_stat: move functions to corresponding classesStefan Raspl1-162/+165
2017-06-08tools/kvm_stat: simplify initializersStefan Raspl1-38/+36
2017-06-08tools/kvm_stat: remove extra statementStefan Raspl1-1/+0
2017-06-08tools/kvm_stat: removed unused functionStefan Raspl1-3/+0
2017-06-08tools/kvm_stat: simplify line print logicStefan Raspl1-19/+7
2017-06-08tools/kvm_stat: remove unnecessary header redrawsStefan Raspl1-2/+0
2017-06-08tools/kvm_stat: fix undue use of initial sleeptimeStefan Raspl1-3/+0
2017-06-08tools/kvm_stat: fix event counts display for interrupted intervalsStefan Raspl1-2/+5
2017-06-08tools/kvm_stat: fix typoStefan Raspl1-1/+1
2017-03-29tools/kvm_stat: add '%Total' columnStefan Raspl1-1/+8
2017-03-29tools/kvm_stat: add interactive command 'r'Stefan Raspl2-14/+53
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl2-4/+14
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl2-2/+105
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl1-0/+1
2017-03-29tools/kvm_stat: display regex when set to non-defaultStefan Raspl1-0/+6
2017-03-29tools/kvm_stat: print error messages on faulty pid filter inputStefan Raspl1-0/+4
2017-03-29tools/kvm_stat: remove pid filter on empty inputStefan Raspl1-4/+7
2017-03-29tools/kvm_stat: display guest name when using pid filterStefan Raspl1-2/+39
2017-03-29tools/kvm_stat: document list of interactive commandsStefan Raspl2-0/+23
2017-03-29tools/kvm_stat: reduce perceived idle time on filter updatesStefan Raspl1-18/+30
2017-03-29tools/kvm_stat: full PEP8 complianceStefan Raspl1-0/+22
2017-03-29tools/kvm_stat: fix trace setup glitch on field updates in TracepointProviderStefan Raspl1-2/+3
2017-03-29tools/kvm_stat: fix misc glitchesStefan Raspl1-13/+11
2017-03-29tools/kvm_stat: handle SIGINT in log and batch modesStefan Raspl1-11/+17
2017-03-29tools/kvm_stat: catch curses exceptions onlyStefan Raspl1-1/+1
2017-03-29tools/kvm_stat: hide cursorStefan Raspl1-0/+7
2016-05-25tools: kvm_stat: Add commentsJanosch Frank1-2/+159
2016-05-25tools: kvm_stat: Introduce pid monitoringJanosch Frank2-22/+167
2016-05-25tools: kvm_stat: Powerpc related fixesHemant Kumar1-0/+2
2016-05-25tools: Add kvm_stat man pagePaolo Bonzini2-2/+99
2016-05-25tools: Add kvm_stat vm monitor scriptJanosch Frank2-0/+830