From: Chris Koeritz Date: Mon, 2 Feb 2015 02:53:59 +0000 (-0500) Subject: simple script that maybe will become useful in tracking down why some boots of a... X-Git-Tag: 2.140.90~712 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=50a952e23d8fa60213b272b55309b633b923fa11;hp=5a7f49c86876037c7c99c12b5e35ae6477f3de2d;p=feisty_meow.git simple script that maybe will become useful in tracking down why some boots of a particular computer are great and others are characterized by very slow performance, super laggy audio, etc. --- diff --git a/scripts/system/show_diagnostics.sh b/scripts/system/show_diagnostics.sh new file mode 100644 index 00000000..0eee3b7a --- /dev/null +++ b/scripts/system/show_diagnostics.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" + +echo '==============' +echo $(date_stringer | sed -e 's/_/ /g' | sed -e 's/\([0-9][0-9]\) \([0-9][0-9]\)$/:\1:\2/') +echo '==============' +echo +echo "Simple iostat:" +echo +iostat +echo +echo '==============' +echo +echo "Simple mpstat:" +echo +mpstat +echo +echo '==============' +echo +echo "Simple vmstat:" +echo +vmstat +echo +echo '==============' +echo +echo '==============' +echo +