File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # HTTP/2 Test Reults Analysis
1+ # HTTP/2 - Tests Results Analysis
22
33This 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+ ```
Original file line number Diff line number Diff line change 1+ rm -r data/* .dat
2+ rm -r mean/* .mdat
3+ rm -r mean/* .png
Original file line number Diff line number Diff line change 1- # HTTP-2 Clients
1+ # HTTP/2 - Clients
22
33This folder contains all necessary for install HTTP/2 clients under Ubuntu 14.04.x LTS (64bits).
44
You can’t perform that action at this time.
0 commit comments