Skip to content

Commit 906cf81

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add apache2 to the services we collect for memory"
2 parents 35fb534 + e85c68e commit 906cf81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/get-stats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def get_service_stats(service):
5454

5555
def get_services_stats():
5656
services = [os.path.basename(s) for s in
57-
glob.glob('/etc/systemd/system/devstack@*.service')]
57+
glob.glob('/etc/systemd/system/devstack@*.service')] + \
58+
['apache2.service']
5859
return [dict(service=service, **get_service_stats(service))
5960
for service in services]
6061

0 commit comments

Comments
 (0)