Code Monkey home page Code Monkey logo

ts3loganalyzer's Introduction

TS3 Log Analyser

pypi link Python version 3

A Python utility for analyzing TeamSpeak 3 server logs.

Analyze multiple log files or an entire log folder. Stores info about all clients and respective connections and nicknames in a SQLite database for ease of use by other applications.

Can be used for extracting information like:

  • Who has the most cumulative connection time on the server / Time spent by each user on server
  • Longest connection time for each user
  • First and last seen
  • Most used nicknames
  • Total number of connections
  • Merge users with different identities
  • and much more...

Generate useful/fun statistics like the ones you can find here for my server:

preview

It can also 'merge' identities out of the box, this way you can combine stats for users that have multiple identities - as seen in the example (If you belive that everyone should backup their identities, and if they don't do it, it's their fault - you can ignore this feature :D )

Disclaimer: The aim of this project/repo is the log analyzer This repo does not include the web viewer. I'm still developing it, and currently it is not published. This means that you can only generate the DB, and build your own web application. Hopefully I will release mine.

Analyse VS Analyze: Look, English is not my main language, therefore I only found out that analise could be spelled with an s or z much after creating and publishing this project. I do not believe that one is better over another. If you cannot live with ts3LogAnalyzer with z you can always alias it :P.

Usage

Installation

Python 3 only.

pip install ts3LogAnalyzer

Alternatively you can clone and setup using setuptools or simply call the file directly.

Examples

  • Analyze a file:

$ ts3LogAnalyzer databse.db -a ts3server_2017-02-12__11_46_44.016222_1.log

  • Analyze a folder:

$ ts3LogAnalyzer databse.db -a ts3server/logs

  • Analyze a folder, make it mergeable and generate statistics and hide IP's:

$ ts3LogAnalyzer databse.db -a . -msi

  • Be nice to the system when running:

$ nice -n 19 ts3LogAnalyzer db.db -a /path/ -msi

  • Merge two clients:

$ ts3LogAnalyzer databse.db --merge 13 37

Options

ts3LogAnalyzer.py
Usage:
    ts3LogAnalyzer.py <database> -a <path> [--stats] [--no-ips] [--mergeable] [--debug] [--output-logging]
    ts3LogAnalyzer.py <database> --merge <c1> <c2> [--debug] [--output-logging]
    ts3LogAnalyzer.py <database> ([--stats] | [--no-ips]) [--debug] [--output-logging]
    ts3LogAnalyzer.py -h | --help
    ts3LogAnalyzer.py -v | --version
Options:
    -a --analyze <path>             Log file or folder to analyze
    -s --stats                      Generate statistic fields for every client
    -i --no-ips                     Remove ip's from the databse
    -m --mergeable                  Make the clients mergeable
    --output-logging                Output logging from THIS program to ts3LogAnalyzer.log
    --debug                         Output debug information
    -h --help                       Show this screen
    -v --version                    Show version

Todo

  • Performance improvements #3
  • Support for other DB's other than SQLite #5
  • Python 2 compatibility

Discussion

Feature requests and bugs: issues

Other discussion: TeamSpeak forum thread

Licence

GNU General Public License v3.0

Contact/Donate

Contact me at tofran.com.

ts3loganalyzer's People

Contributors

tofran avatar gitter-badger avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.