Get more info from ps command

Right now the ps command we run in get_host_info.sh doesn't include
things like how much memory a process is using.  This change adds
some more switches to ps so it will include that information.

Change-Id: I884bb36d48cc5584d4d845351aa94fef391f2ffe
This commit is contained in:
Ben Nemec 2016-02-19 18:58:07 +00:00
parent 7d5091d581
commit e69552b58a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
sudo bash <<-EOF &> /var/log/host_info.txt
set -x
export PATH=\$PATH:/sbin
ps -efZ
ps -eaufxZ
ls -Z /var/run/
df -h
uptime