diald top 2.1pl7
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 990
diald-top 2.1pl7
diald-top maintains a top-like listing of all packets and their time to live for use with diald. more>>
diald-top maintains a top-like listing of all packets and their time to live for use with diald. This project needs a new lead developer as the author no longer uses diald.
The concept behind diald-top is very simple. I got sick of trying to read a monitor pipe flying by on an extra VC, so I lusted after a more user friendly interface. As I like the interface in top, I decided to start with that kind of look. Fortunately, the designers of diald made my life rather easy by making the monitor pipe with an easy structure to implement.
I used ncurses for the interface to make my life simpler. This also has the additional effect of making this possible to run on any type of terminal. I have a VC4404 hooked up and this works great on it. As ncurses uses the terminfo database, it SHOULD work fine on any terminal with correct terminfo entries.
As of Version 0.0.1.1, I have added a limited command structure to diald-top. It is now possible to send diald commands to force/unforce, block/unblock and to bring the link up/down, and also to quit diald (immediately or when the link comes down) all from within diald-top. This makes the program a lot more useful.
The program also now reports the status of the link (UP, DOWN, CONNECT, START_LINK, STOP_LINK, DISCONNECT, CLOSE, etc). This can still use some work
but it is there now...
As of v2.0, diald-top now has the capability to run remotely, communicating to a custom server (also included in the package) that farms the contents of the monitor FIFO out to the remotely running clients. The communication is done using TCP/IP on port 1313 on the server. The identity of the user that is remotely running diald-top is verified using identd, and is then looked up in a configuration file (by userid, IP address, netmask).
<<lessThe concept behind diald-top is very simple. I got sick of trying to read a monitor pipe flying by on an extra VC, so I lusted after a more user friendly interface. As I like the interface in top, I decided to start with that kind of look. Fortunately, the designers of diald made my life rather easy by making the monitor pipe with an easy structure to implement.
I used ncurses for the interface to make my life simpler. This also has the additional effect of making this possible to run on any type of terminal. I have a VC4404 hooked up and this works great on it. As ncurses uses the terminfo database, it SHOULD work fine on any terminal with correct terminfo entries.
As of Version 0.0.1.1, I have added a limited command structure to diald-top. It is now possible to send diald commands to force/unforce, block/unblock and to bring the link up/down, and also to quit diald (immediately or when the link comes down) all from within diald-top. This makes the program a lot more useful.
The program also now reports the status of the link (UP, DOWN, CONNECT, START_LINK, STOP_LINK, DISCONNECT, CLOSE, etc). This can still use some work
but it is there now...
As of v2.0, diald-top now has the capability to run remotely, communicating to a custom server (also included in the package) that farms the contents of the monitor FIFO out to the remotely running clients. The communication is done using TCP/IP on port 1313 on the server. The identity of the user that is remotely running diald-top is verified using identd, and is then looked up in a configuration file (by userid, IP address, netmask).
Download (0.004MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1215 downloads
Diald 1.0
Diald manages network links over PPP. more>>
Diald manages network links over PPP. It can also be used to manage and/or monitor any network interface.
Diald sets up a "proxy" device which stands in for the physical connection to a remote site. It then monitors the proxy, waiting for packets to arrive. When interesting packets arrive it
will attempt to establish the physical link to the remote site using either SLIP or PPP, and if it succeeds it will forward traffic from the proxy to the physical link. As well, diald will monitor traffic once the physical link is up, and when it has determined that the link is idle, the remote connection is terminated. The criteria for bringing the link up and taking it down are configurable at run time, and are based upon the type of traffic passing over the connection.
Enhancements:
- Use openpty to get a pseudo terminal if it is available.
- Added Makefile rule to build RPMs.
- Changed to use GNU autoconf.
- Added config save/restore to dctrl. Patch from someone but I forget who. If it was you please tell me!
- Handle dynamic changes of netmask.
- Fix check for first packet between firewall.c and filter.c
- Only compile TCP_CORK code if TCP_CORK is defined.
<<lessDiald sets up a "proxy" device which stands in for the physical connection to a remote site. It then monitors the proxy, waiting for packets to arrive. When interesting packets arrive it
will attempt to establish the physical link to the remote site using either SLIP or PPP, and if it succeeds it will forward traffic from the proxy to the physical link. As well, diald will monitor traffic once the physical link is up, and when it has determined that the link is idle, the remote connection is terminated. The criteria for bringing the link up and taking it down are configurable at run time, and are based upon the type of traffic passing over the connection.
Enhancements:
- Use openpty to get a pseudo terminal if it is available.
- Added Makefile rule to build RPMs.
- Changed to use GNU autoconf.
- Added config save/restore to dctrl. Patch from someone but I forget who. If it was you please tell me!
- Handle dynamic changes of netmask.
- Fix check for first packet between firewall.c and filter.c
- Only compile TCP_CORK code if TCP_CORK is defined.
Download (0.13MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
694 downloads
iftop 0.17pre2
iftop does for network usage what top(1) does for CPU usage. more>>
iftop does for network usage what top(1) does for CPU usage. iftop project listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts.
Enhancements:
- This release includes improved support for non-Linux platforms, including Mac OS X, FreeBSD, and OpenBSD.
- Other features include support for 802.1q VLANs, and optional removal of the shell escape function.
<<lessEnhancements:
- This release includes improved support for non-Linux platforms, including Mac OS X, FreeBSD, and OpenBSD.
- Other features include support for 802.1q VLANs, and optional removal of the shell escape function.
Download (0.15MB)
Added: 2005-12-25 License: GPL (GNU General Public License) Price:
1408 downloads
qLeo 2.1
qLeo is a fast and simple QT gui for de-en translation using the dict.leo.org dictionary. more>>
qLeo is a fast and simple QT gui for de-en translation using the "dict.leo.org" dictionary.
qLeo is faster than using the webbrowser and has a few nice features like grabbing the clipboard for translation.
Installation:
1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.
Start with "qleo" or make a kde-shortcut on it.
Enhancements:
- support for spanish translations.
<<lessqLeo is faster than using the webbrowser and has a few nice features like grabbing the clipboard for translation.
Installation:
1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.
Start with "qleo" or make a kde-shortcut on it.
Enhancements:
- support for spanish translations.
Download (0.028MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
982 downloads
Trophy 1.1.5
Trophy project is an action car racing game. more>>
Trophy project is an action car racing game.
Trophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
<<lessTrophy is an action car racing game for Linux. Its 2D (top-view) but aims to provide high quality graphics.
You can shoot, drop bombs, and drive against the other players.
Download (8.9MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
820 downloads
jnettop 0.13
Jnettop allows administrators of routers to watch online traffic coming across the network. more>>
Jnettop allows administrators of routers to watch online traffic coming across the network in a fashion similar to the way top displays statistics about processes.
jnettop is useful for quickly evaluating the state of the network.
Enhancements:
- added support for JNET protocol (used by jnettop-gui)
- minor refactorings
<<lessjnettop is useful for quickly evaluating the state of the network.
Enhancements:
- added support for JNET protocol (used by jnettop-gui)
- minor refactorings
Download (0.050MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1272 downloads
Svinepalsen 0.2.1
Svinepalsen is a top-scrolling space shooter built with SDL. more>>
Svinepalsen project is a top-scrolling space shooter built with SDL.
In Svinepalsen, the year is 2223 and the population of space has begun.
You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called "humans".
You are to deliver one message to all nations of Earth: "There must be security for all or no one is secure".
The mission fails and you are forced to make an example of the human insolence.
With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.
<<lessIn Svinepalsen, the year is 2223 and the population of space has begun.
You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called "humans".
You are to deliver one message to all nations of Earth: "There must be security for all or no one is secure".
The mission fails and you are forced to make an example of the human insolence.
With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.
Download (0.92MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1048 downloads
innotop 1.4.0
innotop project is a MySQL and InnoDB monitor that lets you view and manage whats happening inside your MySQL servers. more>>
innotop project is a MySQL and InnoDB monitor that lets you view and manage whats happening inside your MySQL servers.
Features include a top-like query list, a top-like InnoDB transaction list, and much more. This tool gives you a high level of insight into the inner workings of InnoDB.
<<lessFeatures include a top-like query list, a top-like InnoDB transaction list, and much more. This tool gives you a high level of insight into the inner workings of InnoDB.
Download (0.061MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
966 downloads
apache-top 1.0
apache-top provides real-time display of the active processes from a remote apache server. more>>
apache-top provides real-time display of the active processes from a remote apache server.
With apache-top you can get:
- The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request (POST or GET, the file being accessed and the used protocol)
- The server uptime and the last time it was restarted
- The CPU usage
- Requests by second, Kb by second and the average Kb by request
- Number of active and inactive processes
- A graph with the inactive and active processes and their status
<<lessWith apache-top you can get:
- The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request (POST or GET, the file being accessed and the used protocol)
- The server uptime and the last time it was restarted
- The CPU usage
- Requests by second, Kb by second and the average Kb by request
- Number of active and inactive processes
- A graph with the inactive and active processes and their status
Download (0.012MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1149 downloads
SIAR 0.01
SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package). more>>
SIAR (Simple IP Account Reporter) is a plug-in for pmacct (Promiscuous Mode IP Accounting Package) for creating specific reports of traffic on a LAN.
SIAR plugin creates an overview of the total of traffic that passed through the interface, a top protocol table, a top listener table, a top talkers table, a total situation table, seek for an IP source, seek for an IP destination, seek for both, a top conversation table and a graph for a specific day
Installation:
After you have download the file, you have to decompress it in the web-server folder. I suggest to decompress it in /var/www/, infact if you decompress it in an another you will have problems with the code.
cd /var/www/
tar xfz < name >-x-y-z.tar.gz
cd < name >-x-y-z.tar.gz
The tool is now installed. Read the CONFIG file for the configuration.
<<lessSIAR plugin creates an overview of the total of traffic that passed through the interface, a top protocol table, a top listener table, a top talkers table, a total situation table, seek for an IP source, seek for an IP destination, seek for both, a top conversation table and a graph for a specific day
Installation:
After you have download the file, you have to decompress it in the web-server folder. I suggest to decompress it in /var/www/, infact if you decompress it in an another you will have problems with the code.
cd /var/www/
tar xfz < name >-x-y-z.tar.gz
cd < name >-x-y-z.tar.gz
The tool is now installed. Read the CONFIG file for the configuration.
Download (4.5MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
Libut 2.0
libut is a C library for writing Unix servers or daemon processes. more>>
libut is a C library for writing Unix servers or daemon processes.
It invokes callbacks for I/O, signals, or timer activity.
It supports logging, profiling, configuration, and runtime administration through an interactive control port.
Libut has been built on Linux, Solaris, OpenBSD, and Mac OSX.
Installation
Untar the distribution and cd into its top-level directory. Then,
./configure
make
make install
<<lessIt invokes callbacks for I/O, signals, or timer activity.
It supports logging, profiling, configuration, and runtime administration through an interactive control port.
Libut has been built on Linux, Solaris, OpenBSD, and Mac OSX.
Installation
Untar the distribution and cd into its top-level directory. Then,
./configure
make
make install
Download (0.18MB)
Added: 2005-11-11 License: BSD License Price:
1445 downloads
SkSlideShow 1.1
SkSlideShow is a new SuperKaramba Theme based on Slide Show. more>>
SkSlideShow is a new SuperKaramba Theme based on "Slide Show":
http://www.kde-look.org/content/show.php?content=20712
This new one manages every sizes of images.
You can configure :
- images directory
- resizing method (width fits to theme_size, height fits to theme_size or biggest value fits to theme_size)
- an anchor for the positioning when images are resized (Top-Left, Top-Middle, etc...)
See SkSlideShow.theme for changing update interval.
<<lesshttp://www.kde-look.org/content/show.php?content=20712
This new one manages every sizes of images.
You can configure :
- images directory
- resizing method (width fits to theme_size, height fits to theme_size or biggest value fits to theme_size)
- an anchor for the positioning when images are resized (Top-Left, Top-Middle, etc...)
See SkSlideShow.theme for changing update interval.
Download (0.19MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
FifoEmbed 2.1.1
FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. more>>
FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator.
When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays:
- A basic queue that supports enqueue/dequeue operations, as well as "direct block access."
- A packet queue implemented on top of the basic queue that additionally provides out-of-sequence insertion and packet resequencing.
- A memory pool queue ("mpoolq") is an allocator optimized for first-in/first-out access patterns.
<<lessWhen programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays:
- A basic queue that supports enqueue/dequeue operations, as well as "direct block access."
- A packet queue implemented on top of the basic queue that additionally provides out-of-sequence insertion and packet resequencing.
- A memory pool queue ("mpoolq") is an allocator optimized for first-in/first-out access patterns.
Download (0.024MB)
Added: 2006-06-07 License: BSD License Price:
1235 downloads
TopJax 0.2
TopJax is essentially the top Unix utility ported to the Web via AJAX using Sack of Ajax. more>>
TopJax is essentially the top unix utility ported to the web via Ajax using Sack of Ajax. It provides the ability to view system processes, sort processes by various fields, pause/unpause monitoring, and hide idle processes.
TopJax is released under the GPL.
<<lessTopJax is released under the GPL.
Download (0.011MB)
Added: 2005-06-30 License: GPL (GNU General Public License) Price:
1577 downloads
mtop 0.6.6
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. more>>
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete.
Installation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
<<lessInstallation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
Download (0.048MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1489 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above diald top 2.1pl7 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed