diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-05-19 10:48:41 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-06-01 09:40:38 +0800 |
commit | 62181af69580ea0a80f50767803339bf1984f5ac (patch) | |
tree | 0cc8c2e83d7623ed5d4b061850c8361f2ae6d093 /tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt | |
parent | 438596f8942f13e5c5c429b9ae38878e87a3e6ca (diff) |
Add cachestat scenario
JIRA: YARDSTICK-267
This scenario reads system cache hit/miss ratio and other statistics using cachestat tool.
Change-Id: I601cb7e64d234571c0a0fd65a5e32604b3a617ec
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt')
-rw-r--r-- | tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt b/tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt new file mode 100644 index 000000000..e2c79a9b1 --- /dev/null +++ b/tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt @@ -0,0 +1,5 @@ +Counting cache functions... Output every 1 seconds. + HITS MISSES DIRTIES RATIO BUFFERS_MB CACHE_MB + 6462 0 29 100.0% 1157 66782 + +Ending tracing... |