stats
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
t7e 1.0.1
t7e is a web site translation management system. more>>
t7e is a Web site translation management system. It allows the same site to be maintained in a large number of languages, alerting translators to changes in the original site and ensuring material in all languages is accurate and current.
Main features:
- Convert existing sites to multi-language with just a few simple edits.
- Works seamlessly for both static and dynamic content.
- Web application for greater portability and ease-of-use.
- User permissions and roles (castes).
- Customizeable email notifications to translators and editors.
- Command line tools for custom script automation.
- Reports: user castes, translation stats, translator activity, etc.
- Only one set of files to maintain.
- No knowledge of HTML is required by translators.
- Only changed content needs to be translated, not whole pages.
- Sample news application.
<<lessMain features:
- Convert existing sites to multi-language with just a few simple edits.
- Works seamlessly for both static and dynamic content.
- Web application for greater portability and ease-of-use.
- User permissions and roles (castes).
- Customizeable email notifications to translators and editors.
- Command line tools for custom script automation.
- Reports: user castes, translation stats, translator activity, etc.
- Only one set of files to maintain.
- No knowledge of HTML is required by translators.
- Only changed content needs to be translated, not whole pages.
- Sample news application.
Download (0.12MB)
Added: 2005-04-13 License: Perl Artistic License Price:
1718 downloads
Stats Collector 3.0
Stats Collector is a set of tools intended to get statistical values from remote nodes. more>>
It is a package useful to collect statistics from remote nodes. That includes standard server metrics and any other numerical quantity we can use to characterize the node state (as the number of users or processes).
It is built under a distributed agent-manager model. RRDtool is used as database, so representation capabilities are bundled.
Although rrdUtils are not a requisite, they are used in some auxiliar tasks and using both tools is highly recommended.
Installation:
Manager side
gunzip -c rrdUtils-3.1.tar.gz | tar -xf -
cd rrdUtils
./configure --with-rrddir=/stats
make install
gunzip -c stats-station-3.0.tar.gz | tar -xf -
cd stats-station
./configure --with-statsdir=/stats --with-port=666
make install
cd rrdConf
./install_confs.sh
./haz_index.sh -g
The -g flag creates graphs with the html pages, and reduces the number of error messages that haz_index will issue.
The only task that needs to be completed at this point is the periodic graphs generation by a crontab entry that calls the make_graphs.sh script.
Once we start the server using the provided initscript, we get the manager side ready.
Agent side
gunzip -c stats-3.0.tar.gz | tar -xf -
cd stats
./configure --with-host=central.node --with-port=666
--with-statsdir=/usr/local/stats
make install
With a crontab entry to execute the statlaunch script every 15 minutes, the whole system is up and running.
<<lessIt is built under a distributed agent-manager model. RRDtool is used as database, so representation capabilities are bundled.
Although rrdUtils are not a requisite, they are used in some auxiliar tasks and using both tools is highly recommended.
Installation:
Manager side
gunzip -c rrdUtils-3.1.tar.gz | tar -xf -
cd rrdUtils
./configure --with-rrddir=/stats
make install
gunzip -c stats-station-3.0.tar.gz | tar -xf -
cd stats-station
./configure --with-statsdir=/stats --with-port=666
make install
cd rrdConf
./install_confs.sh
./haz_index.sh -g
The -g flag creates graphs with the html pages, and reduces the number of error messages that haz_index will issue.
The only task that needs to be completed at this point is the periodic graphs generation by a crontab entry that calls the make_graphs.sh script.
Once we start the server using the provided initscript, we get the manager side ready.
Agent side
gunzip -c stats-3.0.tar.gz | tar -xf -
cd stats
./configure --with-host=central.node --with-port=666
--with-statsdir=/usr/local/stats
make install
With a crontab entry to execute the statlaunch script every 15 minutes, the whole system is up and running.
Download (0.018MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1572 downloads
Time Manager 0.7.0
Time Manager is a CGI script that keeps track of how much time you have spent at work. more>>
Time Manager is a cgi-bin script that keeps track on how much time you have spent at work. This works with the user signing on and off whenever he or she arrives or leaves.
Time Manager relies heavily on the Date::Manip module which has to be installed before running the script.
Enhancements:
- made a new monthly stats
- reversed change entry list
- actions like signon/off are now linked up with the main menu giving an action-status line at the bottom of the page.
- added some buttons where lists could get long (weekly stats)
<<lessTime Manager relies heavily on the Date::Manip module which has to be installed before running the script.
Enhancements:
- made a new monthly stats
- reversed change entry list
- actions like signon/off are now linked up with the main menu giving an action-status line at the bottom of the page.
- added some buttons where lists could get long (weekly stats)
Download (0.036MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1572 downloads
OpenWebStats 1.1
OpenWebStats is a PHP stats application that reads Apache log files. more>>
OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database.
It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
<<lessIt then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
Download (0.080MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
ErisMUD 0.4
ErisMUD is a MUD/MOO server/engine written in Python. more>>
ErisMUD is a MUD/MOO server/engine written in Python on top of SQLite. It currently supports many features and easy internal commands take care of the development and maintenance. Released under the GPL and 100% free.
Main features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
<<lessMain features:
- Equipment and inventory for Players & NPCs
- Chat system
- Add new rooms with a single command
- Custom exits
- File logging
- Command aliases
- Player stats
- Help system
- Easy maintenance commands
- Optional ANSI colors
- Skills system
- Damage/healing system
Enhancements:
- Now with THREADING. Make sure your Python version supports threads.
- Most player actions now give a message to other users in the room.
- Fixed yet another login bug that looped over email/stats creation.
- Basic skills framework added.
- loiter command added, which depends on the Loitering skill to work.
- skills command added.
- Trapped emotes without arguments.
- Basic health/damage system added. Proof-of-concept maim command added.
Download (0.023MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1561 downloads
Peggy Bot 0.2
Peggy Bot is an IRC bot that features a user system, channel protection, simple plugin creation, channel statistics monitoring. more>>
Peggy Bot is an IRC bot that features a user system, channel protection, simple plugin creation, channel statistics monitoring, a "seen" system, and much more.
It is fully integrated with MySQL, and it can be controlled through the Web or through IRC.
Main features:
- Full MySQL Intagration
- User / Login System
- Stats Generation / Kepping
- Simple Addon Creation
<<lessIt is fully integrated with MySQL, and it can be controlled through the Web or through IRC.
Main features:
- Full MySQL Intagration
- User / Login System
- Stats Generation / Kepping
- Simple Addon Creation
Download (0.029MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price:
1532 downloads
libircservice 0.5
Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection. more>>
Libircservice provides an event-driven API to develop IRC services working from a pseudo-server connection.
The library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.
Enhancements:
- This release adds timer stats, global messaging, and channel mode lock functions.
- The samples have been updated to compile with the latest API changes, and several bugs have been fixed.
<<lessThe library provides functions so that the developer does not need to care about the inter-server protocol and can keep the focus on the service programming logic.
Enhancements:
- This release adds timer stats, global messaging, and channel mode lock functions.
- The samples have been updated to compile with the latest API changes, and several bugs have been fixed.
Download (0.10MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
Sendmail delivery stats 1.4
Sendmail delivery stats is a Perl script to analyze Sendmail log files and produce mean delivery times. more>>
Sendmail delivery stats is a Perl script to analyze Sendmail log files and produce mean delivery times. It dumps all data in CSV format.
Recently I had to bear with mail server analyze, serving traffic on level +10k messages a day. And there were some degradation of services felt by users, but there was no stright pattern what mails are delivered with bigger latency. Since this was Sendmail powered site I wrote simple tool in Perl to help with analysis.
I hope it is simple to use. What it does ? It collects all log entries, which are related to successful mail delivery. Groups it by domain and calculates average delivery time (time to leave queue - I is rather impossible to estimate time spend in others servers queues). Most useful (for me) is -a option, which makes all output in CSV format, for easy use in further analysis.
It was tested on logs from Sendmail 8.13.x and I belive it calculates proper values.
Enhancements:
- The HTML output format was added, with possible template use.
- Output is now sorted.
- Minor bugfixes and code cleanup were done.
<<lessRecently I had to bear with mail server analyze, serving traffic on level +10k messages a day. And there were some degradation of services felt by users, but there was no stright pattern what mails are delivered with bigger latency. Since this was Sendmail powered site I wrote simple tool in Perl to help with analysis.
I hope it is simple to use. What it does ? It collects all log entries, which are related to successful mail delivery. Groups it by domain and calculates average delivery time (time to leave queue - I is rather impossible to estimate time spend in others servers queues). Most useful (for me) is -a option, which makes all output in CSV format, for easy use in further analysis.
It was tested on logs from Sendmail 8.13.x and I belive it calculates proper values.
Enhancements:
- The HTML output format was added, with possible template use.
- Output is now sorted.
- Minor bugfixes and code cleanup were done.
Download (0.004MB)
Added: 2005-11-06 License: GPL (GNU General Public License) Price:
1451 downloads
WWW::NanoRef 0.01
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs. more>>
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs.
Installation:
perl Makefile.PL
make
make test
make install
Enhancements:
- Initial implementation.
- Supports retrieving a shortened URL and allows for setting a password for viewing stats.
<<lessInstallation:
perl Makefile.PL
make
make test
make install
Enhancements:
- Initial implementation.
- Supports retrieving a shortened URL and allows for setting a password for viewing stats.
Download (0.003MB)
Added: 2005-11-10 License: Perl Artistic License Price:
1443 downloads
Icecast 2.3.1
Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. more>>
Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams.
Icecast can be used to create an Internet radio station or a privately running jukebox and many things in between.
It is very versatile in that new formats can be added relatively easily, and it supports open standards for communication and interaction.
Enhancements:
New features:
- new tag < logsize > in < logging > state the trigger size (in KB) for cycling the log files.
- new tag < logarchive > in < logging > enable (1) if you want to use a timestamp for an extension when cycling logs.
Fixes:
- Handling of certain shoutcast source clients is fixed, this typically affected NSV source clients
- A race in source shutdown when listeners are authenticated could lead to server crash
- An audio glitch was possible in playback of vorbis streams when a new logical stream started (eg metadata update).
- stats speedup. Processing large numbers of stats was slow. Typically only seen when using lots of streams on the same server.
- 404 responses were being sent back in some places, now 403 is sent back.
- Auth URL now handles the authentication to scripts better.
- The order in which username/password are selected is
- 1. url is http://user:pass@host:port/....
- 2. < param name="username" > and < param name="password" >
- 3. with listener_add/remove, listener supplied username/password is used.
- A streams intro file can now be changed, using HUP, on active streams.
- mount without a name crashed the server
- Various documentation updates
<<lessIcecast can be used to create an Internet radio station or a privately running jukebox and many things in between.
It is very versatile in that new formats can be added relatively easily, and it supports open standards for communication and interaction.
Enhancements:
New features:
- new tag < logsize > in < logging > state the trigger size (in KB) for cycling the log files.
- new tag < logarchive > in < logging > enable (1) if you want to use a timestamp for an extension when cycling logs.
Fixes:
- Handling of certain shoutcast source clients is fixed, this typically affected NSV source clients
- A race in source shutdown when listeners are authenticated could lead to server crash
- An audio glitch was possible in playback of vorbis streams when a new logical stream started (eg metadata update).
- stats speedup. Processing large numbers of stats was slow. Typically only seen when using lots of streams on the same server.
- 404 responses were being sent back in some places, now 403 is sent back.
- Auth URL now handles the authentication to scripts better.
- The order in which username/password are selected is
- 1. url is http://user:pass@host:port/....
- 2. < param name="username" > and < param name="password" >
- 3. with listener_add/remove, listener supplied username/password is used.
- A streams intro file can now be changed, using HUP, on active streams.
- mount without a name crashed the server
- Various documentation updates
Download (1.0MB)
Added: 2005-12-01 License: GPL (GNU General Public License) Price:
1424 downloads
MACTS 1.01
MACTS is a traffic shaper which uses MAC addresses which are associated with users to classify traffic. more>>
MACTS project is a traffic shaper that uses MAC addresses which are associated with users to classify traffic.
This allows fair usage of bandwidth among many machines. Additionally, there is a statistics monitor which displays current statistics on the terminal or stores them in round robin databases.
The stored data may then be used to generate graphs with the included Perl/CGI scripts. The configuration file is straight-forward and requires little knowledge of networking or the underlying traffic control mechanism. Setup should be easy.
Components:
macts - This clears the current traffic classifiers and sets up new ones, as directed by /etc/macts/macts.conf. It also stores some temporary state data in /etc/macts/handles.cache.
macts-stats - With no args, this displays statistics on a terminal, including data rate (kb/s), packet rate (packets/s), and backlog (packets) for each machine. Given the -r flag, it stores the statistics in round robin databases (one for each machine), located in /etc/macts/stats/.
macts-chart - This is a CLI chart generator which reads data from RRDs stored in /etc/macts/stats/.
macts-chart.cgi - This is a CGI wrapper for macts-chart.
Installation:
- mkdir /etc/macts
- mkdir /etc/macts/stats
- create /etc/macts/macts.conf
- add the following lines to /etc/sysctl.conf:
net.ipv4.conf.default.accept_source_route = 1 # is this necessary?
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
- move macts, macts-stats, and macts-chart to /usr/local/bin/.
- (optional) install rrdtools and the perl rrdtool interface
- (optional) add the following line to roots cron:
*/5 * * * * /usr/local/bin/macts-stats -r 2&> /dev/null
- (optional) move macts-chart.cgi to your web servers cgi directory.
Enhancements:
- Installation instructions have been fixed.
<<lessThis allows fair usage of bandwidth among many machines. Additionally, there is a statistics monitor which displays current statistics on the terminal or stores them in round robin databases.
The stored data may then be used to generate graphs with the included Perl/CGI scripts. The configuration file is straight-forward and requires little knowledge of networking or the underlying traffic control mechanism. Setup should be easy.
Components:
macts - This clears the current traffic classifiers and sets up new ones, as directed by /etc/macts/macts.conf. It also stores some temporary state data in /etc/macts/handles.cache.
macts-stats - With no args, this displays statistics on a terminal, including data rate (kb/s), packet rate (packets/s), and backlog (packets) for each machine. Given the -r flag, it stores the statistics in round robin databases (one for each machine), located in /etc/macts/stats/.
macts-chart - This is a CLI chart generator which reads data from RRDs stored in /etc/macts/stats/.
macts-chart.cgi - This is a CGI wrapper for macts-chart.
Installation:
- mkdir /etc/macts
- mkdir /etc/macts/stats
- create /etc/macts/macts.conf
- add the following lines to /etc/sysctl.conf:
net.ipv4.conf.default.accept_source_route = 1 # is this necessary?
net.bridge.bridge-nf-filter-vlan-tagged = 0
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
- move macts, macts-stats, and macts-chart to /usr/local/bin/.
- (optional) install rrdtools and the perl rrdtool interface
- (optional) add the following line to roots cron:
*/5 * * * * /usr/local/bin/macts-stats -r 2&> /dev/null
- (optional) move macts-chart.cgi to your web servers cgi directory.
Enhancements:
- Installation instructions have been fixed.
Download (0.014MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1337 downloads
Mpc 0.11.2
Mpc a command line tool to interface MPD. more>>
Mpc a command line tool to interface MPD.
To install from source, do the following:
1) download mpc
2) untar and unzip
3) configure (type "./configure")
4) compile (type "make")
5) (Optional) as root: make install
Configuration:
For bash tab completion: $ cat mpc-bashrc >> ~/.bashrc
Set the environment variables MPD_HOST and MPD_PORT.
Enhancements:
- 1) Fix a very hard-to-trigger segfault in libmpdclient (Eric Wong)
- 2) Add new commands: crop, stats, toggle (avuton and Snark)
- 3) Add relative and exact-time seeking (mackstann)
- 4) Fix single-digit time formatting in status (Eric Wong)
- 5) fix formatting issue that occurs when a %label% is found, but no tag info
- exists for it, it was then appending the %label% itself (Warren Dukes)
<<lessTo install from source, do the following:
1) download mpc
2) untar and unzip
3) configure (type "./configure")
4) compile (type "make")
5) (Optional) as root: make install
Configuration:
For bash tab completion: $ cat mpc-bashrc >> ~/.bashrc
Set the environment variables MPD_HOST and MPD_PORT.
Enhancements:
- 1) Fix a very hard-to-trigger segfault in libmpdclient (Eric Wong)
- 2) Add new commands: crop, stats, toggle (avuton and Snark)
- 3) Add relative and exact-time seeking (mackstann)
- 4) Fix single-digit time formatting in status (Eric Wong)
- 5) fix formatting issue that occurs when a %label% is found, but no tag info
- exists for it, it was then appending the %label% itself (Warren Dukes)
Download (0.10MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1316 downloads
Access Point Utilities for Unix 1.5.1 pre3
Access Point Utilities for Unix are utilites to configure and monitor a Wireless Access Point under Unix. more>>
Wireless Access Point Utilites for Unix is a set of utilites to configure and monitor Wireless Access Points under Unix using SNMP protocol.
Utilites knownly compiles by GCC and IBM C compiler and run under Linux, FreeBSD, NetBSD, MacOS-X, AIX, QNX, OpenBSD.
Utilites writen by Roman Festchook and released under the terms GNU General Public License version 2.0. A copy of the file is included with this distribution package.
Main features:
- ap-config - to config and get stats from Atmel-MIB based APs and devices that support IEEE 802.11 MIB and NWN DOT11EXT MIB;
- ap-mrtg - to get stat from AP and return it in MRTG parsable format;
- ap-trapd - to receive, parse and log trap messages from AP.
Enhancements:
- Dutch and Swedish translations have been added.
<<lessUtilites knownly compiles by GCC and IBM C compiler and run under Linux, FreeBSD, NetBSD, MacOS-X, AIX, QNX, OpenBSD.
Utilites writen by Roman Festchook and released under the terms GNU General Public License version 2.0. A copy of the file is included with this distribution package.
Main features:
- ap-config - to config and get stats from Atmel-MIB based APs and devices that support IEEE 802.11 MIB and NWN DOT11EXT MIB;
- ap-mrtg - to get stat from AP and return it in MRTG parsable format;
- ap-trapd - to receive, parse and log trap messages from AP.
Enhancements:
- Dutch and Swedish translations have been added.
Download (0.40MB)
Added: 2006-03-29 License: GPL (GNU General Public License) Price:
1312 downloads
MP3 Jukebox-Tk 09022001
MP3 Jukebox-Tk is an organizer/jukebox for local mp3 collections. more>>
MP3 Jukebox-Tk is an organizer/jukebox for local mp3 collections. MP3 Jukebox-Tk sorts your mp3 files by band and presents a jukebox style interface to let you choose which ones to play.
It then passes these off to XMMS for playing. It also keeps stats on what you listen to, and can use those stats to generate a weighted random playlist for you. Non-weighted (truly random) playlists are also available.
<<lessIt then passes these off to XMMS for playing. It also keeps stats on what you listen to, and can use those stats to generate a weighted random playlist for you. Non-weighted (truly random) playlists are also available.
Download (0.019MB)
Added: 2006-04-21 License: GPL (GNU General Public License) Price:
1296 downloads
htb-stats 1.25
htb-stats.sh is a useful script for htb class summarization. more>>
htb-stats.sh is a useful script for htb class summarization. htb-stats is designed to allow simple, non-root usage, e.g. "./htb-stats.sh eth0".
If an htb.init, tcng.init, or htb-gen configuration is found, it will label traffic output with information taken from respective configuration files.
Enhancements:
- support label-less , adapt to newer tcs backlog output
<<lessIf an htb.init, tcng.init, or htb-gen configuration is found, it will label traffic output with information taken from respective configuration files.
Enhancements:
- support label-less , adapt to newer tcs backlog output
Download (0.008MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1294 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 stats 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