Skip to content

Commit 75a8774

Browse files
committed
report: work on report generation
1 parent 5af91c5 commit 75a8774

File tree

124 files changed

+3013
-21953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+3013
-21953
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ _The crawler was:_
3333
- [Database](#database)
3434
- [Tests](#tests)
3535
- [Deployment](#deployment)
36-
- [Analysis](#analysis)
36+
- [Report](#report)
3737
- [Related Efforts](#related-efforts)
3838
- [Maintainers](#maintainers)
3939
- [Contributing](#contributing)
@@ -412,15 +412,9 @@ So this is the prometheus ports configuration:
412412
Furthermore, `nebula` has a flag called `--pprof-port`. If this flag is set it also serves `pprof` at `localhost:pprof-port` for debugging.
413413

414414

415-
## Analysis
415+
## Report
416416

417-
There is a top-level `analysis` folder that contains various scripts to help understand the gathered data. More information can be found in the respective subfolders README file. The following evaluations can be found there
418-
419-
- [`geoip`](./analysis/geoip) - Uses a [Maxmind](https://maxmind.com) database to map IP addresses to country ISO codes and plots the results.
420-
- [`churn`](./analysis/churn) - Uses a `sessions` database dump to construct a CDF of peer session lengths.
421-
- [`mixed`](./analysis/mixed) - Multiple plotting scripts for various metrics of interest. See [wcgcyx/nebula-crawler](https://github.com/wcgcyx/nebula-crawler) for plots as I have just copied the scripts from there.
422-
- [`report`](./analysis/report) - A semi-automated set of scripts to generate the reports for [dennis-tra/nebula-crawler-reports](https://github.com/dennis-tra/nebula-crawler-reports)
423-
- More to come...
417+
There is a top-level `report` folder that contains a script to generate a comprehensive data report.
424418

425419
## Related Efforts
426420

analysis/churn/README.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

analysis/churn/cdf.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

analysis/churn/cdf_21SigComm.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

analysis/churn/cdf_filecoin.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

analysis/churn/filecoin_cdf.png

-27.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)