Modified:
wiki/Workshop20081031.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Workshop20081031.wiki
==============================================================================
--- wiki/Workshop20081031.wiki (original)
+++ wiki/Workshop20081031.wiki Wed Nov 12 03:57:21 2008
@@ -1184,18 +1184,31 @@
</html>
}}}
-The benchmark has been done using the 'ab' tools from the Apache
Foundation as followed:
+The benchmark has been done using the 'ab' tool from the Apache Foundation
as follow:
{{{
ab -n 10000 -c 10 http://10.0.42.2/
}}}
+
+All tests have been carried using a statically compiled lemona module in
different
+configuration:
+ * lemona + net
+ * The network module is enabled, but there is no server to send data to
+ * lemona + net + basket
+ * The network module is enabled and the 'basket' server is accepting
data
+ * lemona + relay
+ * Kernel's relay facility is enabled, but no program is reading the
output
+ * lemona + relay
+ * Kernel's relay facility is enabled and the output is read by cat to
/dev/null
+
|| *Test* || *Total Time* || *Requests/s* ||
*Trans. rate* ||
|| without lemona || 5.767s || 1733.97 ||
687.49Kb ||
|| lemona + net || 5.977s (+03.64%) || 1673.00 (-03.51%) ||
663.32Kb (-03.51%) ||
|| lemona + net + basket || 6.912s (+19.85%) || 1446.73 (-16.56%) ||
573.61Kb (-16.56%) ||
|| lemona + relay || 6.091s (+05.61%) || 1641.63 (-05.32%) ||
650.88Kb (-05.32%) ||
|| lemona + relay + cat || 6.700s (+16.17%) || 1492.50 (-13.92%) ||
591.75Kb (-13.92%) ||
+
=== Coverage ===