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 --- tools/ubuntu-server-cloudimg-modify.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index f9e0a2c47..5a7b03cef 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -69,5 +69,7 @@ cd /opt/tempT2/ramspeed-2.6.0 mkdir temp bash build.sh +git clone https://github.com/beefyamoeba5/cachestat.git /opt/tempT/Cachestat + # restore symlink ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf -- cgit 1.2.3-korg