Add code for web logs analysis (#20008).
[tor-metrics-tasks.git] / task-15513 / README.md
blobf1bdd55db6625c84ad78d6b1baa660abe690fd24
1 Investigate lifetime of IPs on Hidden Services
2 ==============================================
4 Extract hidden-service descriptors to descriptors/.
6 Obtain commons-codec-1.6.jar and place it in /usr/share/java/.
8 Compile and run the Java class:
10   $ javac -d bin/ -cp /usr/share/java/commons-codec-1.6.jar \
11     src/ParseDescriptors.java
13   $ java -cp bin/:/usr/share/java/commons-codec-1.6.jar ParseDescriptors
15 Find verbose logs in lifetimes-verbose.txt.
17 Make sure you have R 3.0.2 with ggplot2 0.9.3.1 installed.
19 Plot graphs:
21   $ R --slave -f plot.R
23 View output in Rplots.pdf