cecylia 6d37ae4d53 added support for ECDHE 8 years ago
..
httpProxy.py 18962bc25d bandwidth data scripts put in directory "bandwidth_data" 9 years ago
phantomScript.js 18962bc25d bandwidth data scripts put in directory "bandwidth_data" 9 years ago
readMe.txt 18962bc25d bandwidth data scripts put in directory "bandwidth_data" 9 years ago
runPhantom.sh 6d37ae4d53 added support for ECDHE 8 years ago
top5k 18962bc25d bandwidth data scripts put in directory "bandwidth_data" 9 years ago

readMe.txt

1. In one tab run:
python httpProxy.py > consoleLog
# there is a lot of console log generated

2. In second tab run:
./runPhantom.sh

3. Output:
mainData
#contains essential data:
(Request - host - subdomain - GET/POST - resource)
(Response - resource size - resource type)

extraData
#details headers/ cookies etc.

currently i am running a shuffle separately on the list and then rerunning steps 1 and 2
and fixing the script to sort the output to get domain-based, content-type-based upstream and downstream data

to do:
to get the sorting done during runtime itself