The EDDIE Tool 0.37.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The EDDIE Tool 0.37.3 (Default branch)
# 1  
Old 01-06-2009
The EDDIE Tool 0.37.3 (Default branch)

ImageThe EDDIE Tool is a system and network monitoring,security, and performance analysis agent developedentirely in threaded Python. Its key features areportability, extendibility, and powerfulconfiguration.License: GNU General Public License (GPL)Changes:
Eddie is now a properly installable Pythonpackage. This allows it to be distributed inpackage format and can be very easily installedusing "easy_install EDDIE-Tool". Other bugfixesand minor enhancements are included.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
varnetload(8)					    Tool to create reproducable network traffic 				     varnetload(8)

NAME
varnetload - tool to create reproducable network traffic SYNOPSIS
varnetload [-d delay] [-t time to run] [-u url] DESCRIPTION
varnetload is a simple python script to create reproducable sustained network traffic. In order to use it effectively, you need to have an HTTP server present in your local LAN where you can put files. Upload a large HTML (or any other kind of file) to the HTTP server. Use the -u option of the script to point to that URL. Play with the delay option to vary the load put on your network. delay Sets delay between individual downloads in miliseconds. Default value is 1000. But you my find values range from 0 to 500 more use- ful. time to run Sets total run time in seconds. Default value is 60. url Sets downloaded resource. Default is http://myhost.mydomain/index.html. SEE ALSO
tuned(8) diskdevstat(8) netdevstat(8) scomes(8) AUTHOR
Written by Phil Knirsch <pknirsch@redhat.com>. REPORTING BUGS
Report bugs to <pknirsch@redhat.com>. Phil Knirsch 13 Jan 2011 varnetload(8)