From db468693ef5faa294d9bc3cd3c5d70c0d99d488b Mon Sep 17 00:00:00 2001 From: Rahul C S Date: Fri, 17 Feb 2012 17:23:28 +0530 Subject: Adding the performance framework to the qa repo Change-Id: Ia7dbd82e9bb2e5e65e9345234ce34f8518a091ad Signed-off-by: Rahul C S --- perf-framework/get_date | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 perf-framework/get_date (limited to 'perf-framework/get_date') diff --git a/perf-framework/get_date b/perf-framework/get_date new file mode 100755 index 0000000..335359d --- /dev/null +++ b/perf-framework/get_date @@ -0,0 +1,5 @@ +date +%s +ssh -l root 10.1.10.30 "date +%s" +ssh -l root 10.1.10.31 "date +%s" +ssh -l root 10.1.10.35 "date +%s" +ssh -l root 10.1.10.36 "date +%s" -- cgit