Main > Free Download Search >

Free load software for linux

load

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1559
Gnetload 0.4

Gnetload 0.4


Gnetload is a GNOME applet displaying the network load in a histogram. more>>
Gnetload is a GNOME applet displaying the network load in a histogram. Gnetload is free software licensed under the GNU GPL.
Main features:
- Selection of traffic type: incoming traffic, outgoing traffic or all traffic
- Customizable coloring of histogram
- Textual display of current network load
- Configurable scaling of the histogram
<<less
Download (0.14MB)
Added: 2005-08-01 License: GPL (GNU General Public License) Price:
1544 downloads
heatload 0.3

heatload 0.3


heatload is a utility written with GTK for creating realtime graphs of the current CPU load and ACPI temperature. more>>
heatload is a tool for Linux which plots the CPU load against the CPU temperature as measured by the ACPI subsystem.

Installation:

As this package is made with the GNU autotools you should run ./configure inside the distribution directory for configuring the source tree. After that you should run make for compilation and make install (as root) for installation of heatload.

<<less
Download (0.096MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1481 downloads
load-plugins 0.5

load-plugins 0.5


load-plugins provides kicker cpuload and memory load plugins. more>>
load-plugins provides kicker cpuload and memory load plugins.
To install:
$ ./configure
$ make
$ copy inst/*.desktop $KDEDIR/share/apps/kicker/applets
$ copy src/*.la $KDEDIR/lib/kde3
$ copy src/.lib/*.so $KDEDIR/lib/kde3
$ copy inst/*rc $KDEHOME/share/config
Enhancements:
- fixed bug with applet background color
- support added for kicker with tiled background image
<<less
Download (1.7MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
dgnetload 1.2

dgnetload 1.2


dgnetload is a distributed network load meter and control. more>>
dgnetload is a distributed network load meter and control.
This is a network load meter, much like "xisdnload" from the isdn4linux package, but it works in a distributed setup. It consists of two parts:
- an agent program (devstata) runs on the machine with the interface to be monitored and periodically sends status info over the network
- a display program (gnetload) collects and displays this info.
Both can run on the same machine, but they can also be used to report the state of a dedicated router on another workstation machine.
<<less
Download (0.040MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1004 downloads
Load Monitor 1.0b

Load Monitor 1.0b


Load Monitor is a system resource monitor. more>>
The Monitor application, which consists of 2 parts, a MonitorServer (linux daemon) and a MonitorClient (java gui), will enable the user to monitor and log server process, memory, network and cpu information of multiple servers at a time.

The MonitorClient part is written in Java and is able to connect to one or more Servers that are running the MonitorServer part of the Monitor application.

The client will poll the servers at user specified intervals and will provide a graphical representation of the recources (mem, cpu, nic and process information) of one server at a time.

In addition the MonitorClient is able to log the information of all the servers, each server in a different logfile in a coprehesive CSV format.

The MonitorServer is a seperate application written in C++ and linked to omniORB4 to minimize the load it imposes on the server that is beeing monitored. When the MonitorServer is not beeing polled by a MonitorClient it sits idle.

The client will of course run on any platform that supports Java, but the server currently only supports Linux, kernels 2.2, 2.4, 2.6 and possibly (not tested) 2.0 and >2.6.
<<less
Download (0.030MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1668 downloads
loadwatch 1.1a1

loadwatch 1.1a1


loadwatch project allows a single child process to run only when the load on a machine is within certain bounds. more>>
loadwatch project allows a single child process to run only when the load on a machine is within certain bounds. When the machines load passes the high load mark, then the child process is stopped.

The process is only restarted when the machines load drops below the low load mark. The load is checked at a user definable interval. loadwatch is distributed under the GNU GPL.

Usage:

loadwatch [-d < time>] [-h < load>] [-l < load>] [-n < copies] [-p < pid>] [-- < command>]
-d < int> load sampling interval (10 seconds)
-h < float> high load mark (1.25)
-l < float> low load mark (0.25)
-n < copies> number of children to fork (1)
-u < filename> file that will be used to externally control a
loadwatch process.
-p < pid> pid of process to control (loadwatch will actually
send signals to the group containing this pid)
NOTE: -p and < command> are mutually exclusive, but one has to be
specified.

Example:

loadwatch -d 10 -h 1.25 -l .25 -- ./rc5des

which means: check the load every 10 seconds, stop rc5des when the load is
greater than 1.25 and restart rc5des when the load drops to .25.

lw-ctl < filename> < cmd>
< filename> is the control file, this corresponds to a unix domain
socket.
< cmd> is the command to send to the loadwatch process.
RUN -> put loadwatch into RUN mode, that is the child process
runs regardless of the load.
STOP -> put loadwatch into STOP mode, that is, the child
process will not run regardless of the load.
WATCH -> WATCH mode, the normal load watching mode.

Example:

lw-ctl ./fooey RUN

Causes the loadwatch process (if it was started with "-u ./fooey") to go
into RUN mode. you could put lw-ctl in a cron job that runs in the
morning to put the job in STOP mode and then again in the evening to put
the job back into WATCH mode.

The children which loadwatch forks are all part of the same process group.
loadwatch stops and starts the processes by signalling the process
group with SIGSTOP and SIGCONT respectively.

Send suggestions and bug reports to . if you do anything
interesting with loadwatch, let me know. i use it for controlling the
distributed.net clients, but i figure itd be good to control thinks like
crack as well.
<<less
Download (0.027MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
vcs-load-dirs 1.1.1

vcs-load-dirs 1.1.1


vcs-load-dirs is a tool to automate and simplify the loading of software into version control systems. more>>
vcs-load-dirs is a tool to automate and simplify the loading of software into version control systems. The project is designed primarily for importing from a non-version-controlled upstream, such as processing release tarballs.
While a bit of scripting can help some version control systems achieve a basic version of this, vcs-load-dirs often does better than that, especially concerning renames.
vcs-load-dirs is a Free Software project licensed under the GNU General Public License. You can download it for free, and you can modify it. In fact, you are encouraged to contribute to vcs-load-dirs, and doing so is fast and easy.
vcs-load-dirs is written in pure Python and has been known to work on various versions of Linux and BSD. It was written primarily in response to Subversions svn_load_dirs, which was tied to Subversions internals and not portable to other VCSs.
Main features:
- When a given import directory represents only adds or only deletes from the tree in version control, vcs-load-dirs automatically issues the needed add/delete commands to tell the VCS what happened.
- When an import directory represents both adds or deletes, vcs-load-dirs realizes that, rather than a bunch of discrete adds and deletes, there may be files that were renamed. It enters an interactive mode, showing deleted and added files, and lets you match them up if you believe any were renamed. You can optionally skip this step if you dont want your VCS to track the renames. vcs-load-dirs will inform your VCS about renames, adds, and deletes.
Enhancements:
- Support for Mercurial was added.
- Minor fixes were made.
- A new Web site was made.
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
965 downloads
Prima::image-load 1.20

Prima::image-load 1.20


Prima::image-load is a Perl module using image subsystem. more>>
Prima::image-load is a Perl module using image subsystem.

Simple loading

Simplest case, loading a single image would look like:

my $x = Prima::Image-> load( filename.duf);
die "$@" unless $x;

Image functions can work being either invoked from package, or from existing Prima::Image object, in latter case the caller object itself is changing. The code above could be also written as

my $x = Prima::Image-> create;
die "$@" unless $x-> load( filename.duf);

In both cases $x contains image data upon success. Error is returned into $@ variable ( see perldoc perlvar for more info).

<<less
Download (1.4MB)
Added: 2006-10-27 License: Perl Artistic License Price:
1093 downloads
Riverdrums Load Balancer 0.8

Riverdrums Load Balancer 0.8


Riverdrums Load Balancer project is a no-frills, event-driven load balancer aimed at clarity and efficiency. more>>
Riverdrums Load Balancer project is a no-frills, event-driven load balancer aimed at clarity and efficiency.

Compiling:

1. Install libevent
2. gcc -Wall -O2 -o rlb rlb.c -levent
Solaris:
a) cc -Wall -O2 -o rlb rlb.c -lnsl -lsocket -levent

Usage:

$ rlb -p port [-b addr] [-B addr] -h host:service[:max] [-h host:service[:max] ...] [-m max] [-t timeout] [-c check interval] [-s bufsize] [-n servers] [-f]

<<less
Download (0.011MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
825 downloads
Crossroads Load Balancer 1.59

Crossroads Load Balancer 1.59


Crossroads is a load balance and failover utility for TCP-based services. more>>
Crossroads is a load balance and failover utility for TCP-based services.
Crossroads Load Balancer is a daemon program running in userspace and features extensive configurability, polling of backends using "wakeup calls", detailed status reporting, "hooks" for special actions when backend calls fail, and more.
It is service-independent; it is usable for HTTP(S), SSH, SMTP, DNS, etc.
Crossroads is a daemon that basically accepts TCP connections at preconfigured ports, and given a list of back ends distributes each incoming connection, so that a client process is served.
Additionally, crossroads maintains an internal administration of the back end connectivity: if a back end isnt usable, then the client request is handled using another back end. Crossroads will then periodically check whether a previously not usable back end has come to life yet. Also, crossroads can select back ends by estimating the load, so that balancing is achieved.
Using this approach, crossroads serves as load balancer and fail over utility. Crossroads will very likely not be as reliable as hardware based balancers, since it always will require a server to run on. This server, in turn, may become a new Single Point of Failure (SPOS). However, in situations where cost efficiency is an issue, crossroads may be a good choice.
Furthermore, crossroads can be deployed in situations where a hardware based balancing already exists and augmenting service reliability is needed. Or, crossroads may be run off a diskless system, which again improves reliability of the underlying hardware.
This document describes how to use crossroads, how to configure it in order to increase the reliability of your systems, and how to compile the program from its sources. This document is also available in PDF format.
Usage:
Crossroads is started from the commandline, and highly depends on /etc/crossroads.conf (the default configuration file). It supports a number of flags (e.g., to overrule the location of the configuration file). The actual usage information is always obtained by typing crossroads without any arguments. Crossroads then displays the allowed arguments.
This section shows the basic usage.
- crossroads start and crossroads stop are typical actions that are run from system startup scripts. The meaning is self-explanatory.
- crossroad status reports on each running service. Per service, the state of each back end is reported.
- crossroads tell service backend state is a command line way of telling crossroads that a given back end, of a given service, is in a given state. Normally crossroads maintains state information itself, but by using crossroads tell, a back end can be e.g. taken off line for servicing.
- crossroads services reports on the configured services. In contrast to crossroads status, this option only shows whats configured -- not whats up and running. Therefore, crossroads services doesnt report on back end states.
- crossroads sampleconf shows a sample configuration on screen. A good way of quicky viewing the configuration file syntax, or of getting a start for your own configuration /etc/crossroads.conf.
<<less
Download (0.18MB)
Added: 2007-08-21 License: GPL v3 Price:
801 downloads
Load .pls playlists in MPD 0.2

Load .pls playlists in MPD 0.2


Load .pls playlists in MPD is a service menu for KDE that can load one or several .pls files (playlists) into current MPDs pl more>>
Load .pls playlists in MPD is a service menu for KDE that can load one or several ".pls" files (playlists) into current MPDs playlist.
If your version of MPD supports it, this works for playlists containing URLs as well, such as the ones that can be found on Shoutcast.
The program "mpc" is required for this to work.
The file is to be put in ~/.kde/share/apps/konqueror/servicemenus/.
Enhancements:
- Can now load several playlists at a time
- Added 2 actions: play now, play after current song
- Now the actions are in their own submenu
<<less
Download (MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
895 downloads
gnetload network load meter 1.2

gnetload network load meter 1.2


gnetload network load meter is a network and ISDN load meter that is similar to xisdnload. more>>
gnetload network load meter project is a network and ISDN load meter that is similar to xisdnload, but works in a distributed environment.
It includes an agent (devstata) that runs on machines with interfaces to be monitored and periodically sends status information over the network. A display program (gnetload) collects and displays the data.
Both can be run on the same machine, or be used to report on the state of a dedicated router on another machine. Using multicast or broadcast addresses, data can be fed to more than one instance of gnetload. A menu for taking network interfaces up and down is also provided.
Usage: ./gnetload [-I] [-t tickscale] [-g geometry] [-d] [ip]:port
Enhancements:
- The config script was updated to build with GTK2 and GCONF2 where available.
- There are no other code changes.
<<less
Download (0.040MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1004 downloads
GIMP ASCII Load/Save Plugin 1.0

GIMP ASCII Load/Save Plugin 1.0


GIMP ASCII Load/Save Plugin package is a set of identical plugins Save 2 ASCII. more>>
GIMP ASCII Load/Save Plugin package is a set of identical plugins Save 2 ASCII, and ASCII 2 Image, which make saving (loading) images to (from) ASCII text.

GIMP ASCII Load/Save Plugin is very useful if you are using GNU Octave & GIMP together for Image processing. These plugins are distributed under GNU GPL, which you may modify and redistribute.

ASCII 2

Functionally this script tries to create an Image from a text-file that had been processed with the Octave or anything else.

LIMITATIONS: No support for multiple-layers or alpha.

USAGE: Choose a given ASCII file which you want to visualize, and with a knowledge of its column size & row size type those in and select gray/color option, then press ok and wait. You must see your matrix visualized on GIMP.

Save 2 ASCII

Functionally this script tries to save the Image into a text-file for processing with the Octave or anything else.

LIMITATIONS; Cannot save layers.

USAGE: Choose an image, and select if you want it saved as a ASCII file in gray/color mode (1bit-per-pixel(bpp) or 3bpp), and press ok. A new file will be created in your $HOME directory by default, or the directory where you started GIMP from. You can optionally override this by specifying the full path in filename field.
<<less
Download (0.010MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1248 downloads
Bubbling Load Monitor Applet 2.0.5

Bubbling Load Monitor Applet 2.0.5


The Bubbling Load Monitor (or Bubblemon for short) is a system CPU and memory load monitor. more>>
The Bubbling Load Monitor (or "Bubblemon" for short) is a system CPU and memory load monitor.
It displays something that looks like a vial containing water. The water level indicates how much memory is in use. The color of the liquid indicates how much swap space is used (watery blue means none and angry red means all).
The system CPU load is indicated by bubbles floating up through the liquid; lots of bubbles means high CPU load. If you have unread mail, a message in a bottle falls into the water.
Enhancements:
- The word "bytes" may now be translated.
- The French translation was updated.
- The maintainers e-mail address was updated.
<<less
Download (0.30MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1445 downloads
Linux Duracell CPU load monitor 0.0.2

Linux Duracell CPU load monitor 0.0.2


Linux Duracell CPU load monitor is a CPU load monitor that uses an AA-battery disposable tester as its display. more>>
The Linux Duracell CPU load monitor is a program that drives a Duracell or Energizer on-battery tester to display the CPU load of a system.

It can be easily adapted to display other things that can use a slow bar graph kind of display that varies between 0% and 100%.

Instructions to hack a AA-battery tester and turn it into a computer display are included in the distribution.

<<less
Download (0.17MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1661 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5