Skip to content

sn0cr/flowscope-tcp-rtt-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flowscope-tcp-rtt-analysis

Use FlowScope to analyse the RTT of TCP flows

About used software

We used FlowScope commit version 7beb980 and it can be found here. To use the same version as during the development of this module, run (after cloning the repository):

  $ git checkout 7beb980

Usage

  1. Clone FlowScope:
```sh
  $ git clone --recursive https://github.com/pudelkoM/FlowScope
  $ git checkout 7beb980
  $ # follow instructions in the FlowScope readme
```
  1. Clone this repository:
```sh
  $ git clone https://github.com/sn0cr/flowscope-tcp-rtt-analysis.git
```
  1. Install FlowScope:
```sh
  $ cd FlowScope
  $ # follow instructions in the FlowScope Readme
```
  1. Create a 'json' and 'pcaps' folder to store the results:
```sh
  $ mkdir json
  $ mkdir pcaps
```
  1. Run FlowScope with the limited 11 sequence number storage:
```sh
  $ ./libmoon/build/libmoon lua/flowscope.lua --path ./pcaps ../flowscope-tcp-rtt-analysis/src/TCPRTTTimeAnalysis_avg_w_seq.lua 0
```
  1. Or run FlowScope with the malloc approach:
```sh
  $ ./libmoon/build/libmoon lua/flowscope.lua --path ./pcaps ../flowscope-tcp-rtt-analysis/src/TCPRTTTimeAnalysis_w_malloc.lua 0
```

Licence (MIT License)

Copyright (c) 2018 Christian Wahl

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Use https://github.com/pudelkoM/FlowScope to analyse the RTT of TCP flows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages