From 797a8a0321c780e75b3f8337d3cf7fb54f583a55 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 26 Jan 2014 20:52:22 -0500 Subject: [PATCH] Enable pidstat by default pidstat comes from the sysstat package and will allow us to get some per-process CPU/memory information for devstack runs. pidstat was added to devstack in the following change: https://review.openstack.org/#/c/68702 Change-Id: Iee001c8fd01aba9c9c98c2b15361ffb8d0346813 --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index b22a76eb..4cb923cd 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -33,7 +33,7 @@ function setup_localrc() { rm -f localrc fi - DEFAULT_ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat + DEFAULT_ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-sch,horizon,mysql,rabbit,sysstat,pidstat DEFAULT_ENABLED_SERVICES+=,s-proxy,s-account,s-container,s-object,cinder,c-api,c-vol,c-sch,n-cond # Allow optional injection of ENABLED_SERVICES from the calling context