Ventrilo Ping Analyzer

I wrote a python script that analyzes the pings of users connected to Ventrilo for kicks, doesn’t do much else.

Example output:

[root@localhost vent-ping-analyzer]# ./ping-monitor.py 
Ventrilo Ping Analyzer by Josh Rendek Copyright 2009
What is the hostname/ip blah.com
What is the port 12345
How many samples 20
How many seconds between tests 2
Done test 1
Done test 2
Done test 3
Done test 4
Done test 5
Done test 6
Done test 7
Done test 8
Done test 9
Done test 10
Done test 11
Done test 12
Done test 13
Done test 14
Done test 15
Done test 16
Done test 17
Done test 18
Done test 19
Done test 20
Average ping for users: 
{'Elwe': 71, 'Suke': 61, 'Polah': 77, 'Aedys': 43}
Max ping for users: 
{'Elwe': 126, 'Suke': 114, 'Polah': 110, 'Aedys': 98}
Min ping for users: 
{'Elwe': 71, 'Suke': 60, 'Polah': 22, 'Aedys': 43}

Source/Download: http://github.com/bluescripts/ventrilo-ping-analyzer/tree/master

Leave a Reply

© 2008 Josh Rendek.