From 69b286f790fbf90b58b25c1ca14b8e66b9bc67b8 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Fri, 6 May 2016 09:58:41 +0800 Subject: add memory_load scenario JIRA: YARDSTICK-259 This scenario reads memory usage statistics on a Linux host. memory usage statistics are read using the utility 'free'. Signed-off-by: JingLu5 Change-Id: I677aa65ca264dc77a963bf8b6913a729fbf031be --- tests/unit/benchmark/scenarios/compute/memload_sample_output.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit/benchmark/scenarios/compute/memload_sample_output.txt (limited to 'tests/unit/benchmark/scenarios/compute/memload_sample_output.txt') diff --git a/tests/unit/benchmark/scenarios/compute/memload_sample_output.txt b/tests/unit/benchmark/scenarios/compute/memload_sample_output.txt new file mode 100644 index 000000000..c23917ff7 --- /dev/null +++ b/tests/unit/benchmark/scenarios/compute/memload_sample_output.txt @@ -0,0 +1,5 @@ + total used free shared buffers cached +Mem: 263753976 76737332 187016644 2844 853528 67252400 +-/+ buffers/cache: 8631404 255122572 +Swap: 268029948 0 268029948 + -- cgit 1.2.3-korg