Main > Free Download Search >

Free billboard top 100 software for linux

billboard top 100

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1001
innotop 1.4.0

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.

<<less
Download (0.061MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
966 downloads
SIAR 0.01

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.

<<less
Download (4.5MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
apache-top 1.0

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
<<less
Download (0.012MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1149 downloads
Planetoids 1.0

Planetoids 1.0


Planetoids is a game similar to bejeweled. more>>
Planetoids is a game similar to bejeweled. The player must swap jewels to create combinations, including power and hyper jewels.

It includes a top score board to keep track of high player scores. Planetoids game also includes a hint feature, various jewel types, custom board sizes, and more.

<<less
Download (0.22MB)
Added: 2006-02-08 License: Freeware Price:
1353 downloads
Sort::Key::Top 0.01

Sort::Key::Top 0.01


Sort::Key::Top is a Perl module that can select and sort top n elements. more>>
Sort::Key::Top is a Perl module that can select and sort top n elements.

SYNOPSIS

use Sort::Key::Top (nkeytop top);

# select 5 first numbers by absolute value:
@top = nkeytop { abs $_ } 5 => 1, 2, 7, 5, 5, 1, 78, 0, -2, -8, 2;
# ==> @top = (1, 2, 1, 0, -2)

# select 5 first words by lexicographic order:
@a = qw(cat fish bird leon penguin horse rat elephant squirrel dog);
@top = top 5 => @a;
# ==> @top = qw(cat fish bird elephant dog);

The functions available from this module select the top n elements from a list using several common orderings and custom key extraction procedures.

They are all variations around

keytopsort { CALC_KEY($_) } $n => @data;

This function calculates the ordering key for every element in @data using the expression inside the block. Then it selects and orders the $n elements with the lower keys when compared lexicographically.

It is equivalent to the pure Perl expression:

(sort { CALC_KEY($a) cmp CALC_KEY($b) } @data)[0 .. $n-1];

Variations allow to:

- use the own values as the ordering keys
topsort 5 => qw(a b ab t uu g h aa aac);

==> a aa aac ab b
- return the selected values in the original order
top 5 => qw(a b ab t uu g h aa aac);

==> a b ab aa aac
- use a different ordering
For instance comparing the keys as numbers, using the locale configuration or in reverse order:
rnkeytop { length $_ } 3 => qw(a ab aa aac b t uu g h);

==> ab aa aac

rnkeytopsort { length $_ } 3 => qw(a ab aa aac b t uu g h);

==> aac ab aa

A prefix is used to indicate the required ordering:

(no prefix)

lexicographical ascending order

r

lexicographical descending order

l

lexicographical ascending order obeying locale configuration

r

lexicographical descending order obeying locale configuration

n

numerical ascending order

rn

numerical descending order

i

numerical ascending order but converting the keys to integers first

ri

numerical descending order but converting the keys to integers first

u

numerical ascending order but converting the keys to unsigned integers first

ru

numerical descending order but converting the keys to unsigned integers first

The full list of available functions is:

top ltop ntop itop utop rtop rltop rntop ritop rutop

keytop lkeytop nkeytop ikeytop ukeytop rkeytop rlkeytop rnkeytop
rikeytop rukeytop

topsort ltopsort ntopsort itopsort utopsort rtopsort rltopsort
rntopsort ritopsort rutopsort

keytopsort lkeytopsort nkeytopsort ikeytopsort ukeytopsort
rkeytopsort rlkeytopsort rnkeytopsort rikeytopsort rukeytopsort

<<less
Download (0.042MB)
Added: 2007-07-18 License: Perl Artistic License Price:
831 downloads
Wmtop 0.9.0

Wmtop 0.9.0


Wmtop is a Windowmaker dockapp that is a mini graphical version of the cpu monitoring utility top. more>>
Wmtop project is a Windowmaker dockapp that is a mini graphical version of the cpu monitoring utility top.

To compile:

Type make linux or make freebsd depending on which operating system you
are using. (Type uname if you dont know :-)

To install:

If you are superuser type make install

Instructions

Invoke wmtop using the command wmtop

Use -display and -geometry options in the usual way.

Use the command line option -s < time in milliseconds > to control the frequency of sampling of the processes and -r < time in milliseconds > to control how often the display is updated.

Use -U to watch only your own processes rather than all of them. While running, a middle mouse click changes between the display of user processes and all processes.

Use -x < regexp > to exclude processes whose name matches a given pattern from the list.

Use -m to display physical memory usage instead of CPU, but is currently only supported under Linux. While running, a left mouse click changes between cpu and memory display.

Use -c command to have a command executed when you right click on wmtop. For example you could launch a window with the real top command for a closer look at a rogue process.

Use -a < 1..X > to choose a theme for wmtop.

Example

wmtop -U -x ^wm -c "xterm -e top"

Means list my own processes that are not dockapps. Launch top on a right click.
<<less
Download (0.025MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1096 downloads
Cubulus OLAP 0.53

Cubulus OLAP 0.53


Cubulus is an analytic engine and a slice and dice Web interface on top of a relational database (MySQL at the moment). more>>
Cubulus is an analytic engine and a slice and dice Web interface on top of a relational database (MySQL at the moment).
The project caches calculated cells, and is able to parse basic MDX queries.
Enhancements:
- Rounding has been fixed for MonetDB.
- A bug with keeping the drillpath when dicing has been fixed.
- gen.py generates all tables.
<<less
Download (0.43MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
535 downloads
LogHack 1.2.0

LogHack 1.2.0


LogHack is a logfile analyzer for NetHack. more>>
LogHack is a logfile analyzer for NetHack. It produces many different statistics sorted by Score, MaxLevel, DeathLevel, HitPoints, MaxHp, DeathsCount, latest entry, age, and top reasons for End.

LogHack project also shows the most commonly used races, player names, roles, login names, alignment, gender, and NetHack version. The "top monsters" are also shown.

TODO:

Top Score/DeathNum
Top Longlife
Top Shortlife
Top Score/Life
Top Oldest + Newest
percent longlife
percent Monsters
Output Tex/Mpost
Output Html

list available races, roles, usernames + UIDs, playernames
<<less
Download (0.004MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1367 downloads
mod-vhost-ldap 1.0

mod-vhost-ldap 1.0


mod-vhost-ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. more>>
mod-vhost-ldap is an Apache 2.x module for storing and configuring virtual hosts from LDAP. mod-vhost-ldap project supports DocumentRoot, ScriptAlias, ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.

Its built on top of mod_ldap, so it uses its caching capabilities and can be used with a threaded Apache httpd.
<<less
Download (0.007MB)
Added: 2006-01-31 License: The Apache License 2.0 Price:
1365 downloads
Warm 1.0

Warm 1.0


Warm is a GTK theme with sandy colors and a hint of sunset. more>>
Warm 1.0 is yet another nice theme for Linux users. It has sandy colors with a hint of sunset. This also includes a panel back ground for top and bottom panels and a wall paper that goes well with it.
<<less
Added: 2008-08-13 License: GPL Price: FREE
1 downloads
phpFaber TopSites 1.9.2

phpFaber TopSites 1.9.2


phpFaber TopSites is a feature-packed, reliable and secure Top List coded in PHP and mySQL. more>>
phpFaber TopSites project is a feature-packed, reliable and secure Top List coded in PHP and mySQL. phpFaber TopSites has proven its reliability time and time again under the most active server environments.
Our feature list is large, including all elements you need to easily maintain your list, and even make money of it.
phpFaber TopSites can be integrated with all your favourite applications to save you the hassle of running two separate user systems.
phpFaber TopSites includes what you expect from a Top List and much much more. It is fully customizable and doesnt require any programming skills! You can create your topsite just in 3 clicks!
Enhancements:
- Code improvements.
<<less
Download (0.36MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1261 downloads
iftop 0.17pre2

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.
<<less
Download (0.15MB)
Added: 2005-12-25 License: GPL (GNU General Public License) Price:
1408 downloads
Libut 2.0

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
<<less
Download (0.18MB)
Added: 2005-11-11 License: BSD License Price:
1445 downloads
Virt Install 0.101.0

Virt Install 0.101.0


Virt Install is a command line tool built on top of libvirt that facilitates installation of virtual machines. more>>
Virt Install is a command line tool built on top of libvirt that facilitates installation of virtual machines. Virt Install project supports installation of fully-virtualized Xen guest machines for arbitrary operating systems and installation of Xen paravirtualized Fedora/RHEL operating systems.

The tool takes care of fetching the guest kernels, creating file based disk images, and booting the guest operating system installer media.

<<less
Download (0.032MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
976 downloads
mtop 0.6.6

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/.

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