From 62181af69580ea0a80f50767803339bf1984f5ac Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Thu, 19 May 2016 10:48:41 +0800 Subject: 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 --- tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt (limited to 'tests/unit/benchmark/scenarios/compute/cachestat_sample_output.txt') 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... -- cgit 1.2.3-korg