Skip to content

Commit e9809ac

Browse files
committed
Merge branch 'develop'
2 parents 6fa17d2 + 788136b commit e9809ac

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains all necessary for deploy HTTP/2 testing server or clien
55

66
## Version
77

8-
0.4.0
8+
0.4.1
99

1010

1111
## Installation

analysis/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP/2 Test Reults Analysis
1+
# HTTP/2 - Tests Results Analysis
22

33
This tools provides an easy way to get statistical parameters using test results files. By the moment these are the calculated parameters:
44

@@ -41,3 +41,12 @@ This script should be executed with the following command:
4141
```sh
4242
$ python statistics.py
4343
```
44+
45+
46+
## Clean directories
47+
48+
The easy way to clean the content of "data" and "mean" directories is using the following command:
49+
50+
```sh
51+
$ ./clean_files.sh
52+
```

analysis/clean_files.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
rm -r data/*.dat
2+
rm -r mean/*.mdat
3+
rm -r mean/*.png

clients/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP-2 Clients
1+
# HTTP/2 - Clients
22

33
This folder contains all necessary for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits).
44

0 commit comments

Comments
 (0)