Several fixes & changes:

* qtime and stime computed correctly
* Interactive mode and changing groups doesn't fail
* Interactive mode no longer uses a file to gather samples.
This commit is contained in:
Brian Fraser
2012-01-30 17:44:18 -03:00
parent ad552756b2
commit 73c1e466d7
12 changed files with 723 additions and 312 deletions

View File

@@ -379,6 +379,8 @@ is_deeply(
writes_merged => 270,
written_kbs => 1229,
written_sectors => 2458,
ios_in_bytes => 1262080,
ios_requested => 57,
},
"_calc_delta_for works"
);
@@ -441,9 +443,9 @@ is_deeply(
{
busy => '0.6',
line_ts => ' 0.0',
qtime => 0,
qtime => '0.929824561403509',
s_spent_doing_io => '0.053',
stime => 0,
stime => '0.210526315789474',
},
"_calc_misc_stats works"
);