Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
5
5Give
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ashwin Rao
5Give
Commits
0e63c58c
Commit
0e63c58c
authored
4 years ago
by
Ashwin Rao
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c7987a80
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parse_results/README.md
+18
-0
18 additions, 0 deletions
parse_results/README.md
with
18 additions
and
0 deletions
parse_results/README.md
+
18
−
0
View file @
0e63c58c
This folder contains the script to parse the log files and plot the results used in the paper
The create-csv combines the results from the experiments performed for the paper into one ping.csv file and timestamp.csv file.
An example of the timestamp.csv file is as follows
```
Location,Technology,ts_relay,ts_client
University,Ethernet ,1613572318.291011,1613572318.292422
...
```
The ts_relay denoted the timestamp of the MQTT message at the relay and ts_client is the corresponding timestamp at the client.
An example of the ping.csv file is as follows
```
Location,Technology,rtt
University,Ethernet ,2.12
University,Ethernet ,1.24
```
The rtt denotes the RTT reported by ping for a given location and technology.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment