From ebd5035a7bb6afc755e13908e62fbde5aec53581 Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Tue, 29 Sep 2015 09:05:56 +0000 Subject: testimage: Added IO commands to dumps This change just add two more commands to the host dumps to get more information related to the IO. [YOCTO #8412] (From OE-Core rev: 9c9fd32105bd1a5e1c01f9dd5d1a56ceef12554e) Signed-off-by: Mariano Lopez Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/utils/dump.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/lib/oeqa/utils/dump.py') diff --git a/meta/lib/oeqa/utils/dump.py b/meta/lib/oeqa/utils/dump.py index 3f31e206a5..63a591d366 100644 --- a/meta/lib/oeqa/utils/dump.py +++ b/meta/lib/oeqa/utils/dump.py @@ -20,11 +20,13 @@ class BaseDumper(object): # to set some defaults. self.parent_dir = parent_dir or "/tmp/oe-saved-tests" dft_cmds = """ top -bn1 + iostat -x -z -N -d -p ALL 20 2 ps -ef free df memstat dmesg + ip -s link netstat -an""" if not cmds: cmds = dft_cmds -- cgit v1.2.3-54-g00ecf