summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:54:49 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-03-31 22:30:44 -0400
commitce4cb42cb521260e2f7091dd80b136320f32663f (patch)
tree8977899c8761ce6492fe631522d28e4398b61d17 /README.rst
parent39794129de708ec8e6a2e18ee6f0ac094844407c (diff)
pass FIB parameter as environment variable
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 77f0ec3..3cfcc21 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,12 @@ performance::
make perf-little # runs httperf against the server, (less requests).
make perf-easy # runs httperf against a no-cpu load.
+If you want to modify the cpu load, you can pass the FIB parameter as an
+environment variable::
+ FIB=20 make inline-server
+ curl localhost:8080/
+ $ answer is >>> 6765
+
Analysis
---------------