arvidn / torrent-analyzer

A tool to run statistics analysis on a set of .torrent files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torrent-analyzer

Torrent analyzer is a simple tool that loads a large number of torrents and collect statistics about them. The main purpose is to understand typical properties of sets of torrents. It can be useful for optimizing services related to the set of torrents.

usage

To use torrent_analyzer pass it a directory with all the .torrent files to analyze. It will print out the histogram of piece sizes, torrent sizes and torrent creators.

About

A tool to run statistics analysis on a set of .torrent files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 84.9%Language:Gnuplot 15.1%