From 5e6f1b8dd525bf4c0f8a03463bdb1f4696f27dee Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 24 Feb 2018 14:22:55 +0100 Subject: prototypes: Show flow statistics for ouroboros This enables exporting the flow statistics of the data transfer component to the FUSE filesystem. --- rumba/prototypes/ouroboros.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rumba/prototypes/ouroboros.py') diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py index 4379cbc..6dec9e4 100644 --- a/rumba/prototypes/ouroboros.py +++ b/rumba/prototypes/ouroboros.py @@ -70,8 +70,9 @@ class Experiment(mod.Experiment): "git clone -b " + self.git_branch + " " + self.git_repo + \ " " + fs_loc, "cd " + fs_loc + " && mkdir build && cd build && " + - "cmake -DCMAKE_BUILD_TYPE=Debug -DCONNECT_TIMEOUT=60000 " + \ - "-DREG_TIMEOUT=60000 -DQUERY_TIMEOUT=4000 .. && " + \ + "cmake -DCMAKE_BUILD_TYPE=Debug -DIPCP_FLOW_STATS=True " + + "-DCONNECT_TIMEOUT=60000 " + + "-DREG_TIMEOUT=60000 -DQUERY_TIMEOUT=4000 .. && " + "sudo make install -j$(nproc)"] names = [] -- cgit v1.2.3