constat 1.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News constat 1.1.0 (Default branch)
# 1  
Old 07-21-2008
constat 1.1.0 (Default branch)

Image constat is an application that monitors, logs, and reports the activity of network connections present on a system. It reports sent/received traffic information for every live network device, giving you the option of displaying its output in units of kilobytes, megabytes, and gigabytes, along with the number of transmitted packets. It also includes a real time monitoring option based on a timer. Additionally, constat provides the option to view the socket table (local/remote IPs with ports they are binded to) for a specific protocol or all protocols at once. It does not require the X server. License: GNU General Public License (GPL) Changes:
There is a new log format (more grep-friendly). The protocols udplite and raw have been added. Unix sockets support, monitoring interval setting (-m[=seconds]), and background mode (-b and -x options) have been added. The man pages have been updated.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)