Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172433

Change subject: hhvm::debug: add apache2-utils
......................................................................

hhvm::debug: add apache2-utils

For `ab`.

Change-Id: I465cf54a844b36b4f230ca8544c36dd6e582b076
---
M modules/hhvm/manifests/debug.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/33/172433/1

diff --git a/modules/hhvm/manifests/debug.pp b/modules/hhvm/manifests/debug.pp
index 798a8d2..1c87a45 100644
--- a/modules/hhvm/manifests/debug.pp
+++ b/modules/hhvm/manifests/debug.pp
@@ -34,8 +34,10 @@
     # which can generate useful reports from jemalloc heap dumps.
     # The gv and graphiz packages enable pprof to generate PDF and SVG
     # reports of things like call graphs.
+    #
+    # `apache2-utils` provides `ab`, an HTTP server benchmarking tool.
 
-    package { [ 'google-perftools', 'graphviz', 'gv' ]:
+    package { [ 'google-perftools', 'graphviz', 'gv', 'apache2-utils' ]:
         ensure => present,
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/172433
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I465cf54a844b36b4f230ca8544c36dd6e582b076
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to