Main > Free Download Search >

Free stats software for linux

stats

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
dim_STAT 8.3

dim_STAT 8.3


A performance analysis and monitoring tool for Solaris and Linux more>>
dim_STAT 8.3 is yet another excellent utility you should not miss. It is actually a performance analysis and monitoring tool for Solaris and Linux (as well all other UNIX) systems.

Major Features:

  1. Web based interface
  2. Data storage in a SQL database
  3. Several data views
  4. Interactive (Java) or static (PNG) graphs
  5. Real-time monitoring
  6. Multi-host monitoring
  7. Post analyzing
  8. Statistics integration
  9. Professional reporting with automated features, and more.

Enhancements: Jul.2009

  • Fixes :
    • security issue on STAT-service!!
    • execution dim_STAT CLI from the web services
    • fixed LANG=C and LC_ALL=C via the main STAT-service script
  • Improvements :
    • Optional Admin password may be given on a database creation and then it'll be required for any admin action!
    • Database error messages are now handled separately from LOG messages
    • Java WebDRAW Applet updated
    • add color LEDs near hostnames to signal running or stopped hosts
    • add #Records column to have an idea about a number of database rows per collect
    • Admin LOG management is working more friendly now with a long lists of messages
    • STAT-service daemon may listen exclusively on a given IP address now [IP:port]
    • Whole database backup is added to the Admin menu
  • Database schema :
    • iostat disk names are moved to varchar(64)
    • all float values are moved to float(25,5) to have an easily human reading
    • Add-On name limit is 14 characters now
  • Report Tool :
    • wiki-like syntax is added to simplify writing!
    • look & feel updated
    • some minor fixes here & there
  • EasySTAT additional options :
    • COMPRESS=gzip (to automatically compress each output file)
    • TIMER=yes (automatically adding timestamps and sync tags within output files)
  • New Add-Ons :
    • HAR v2 (CPU chip counters, ex. mips, cache miss, etc.)
    • Solaris CPU-Set STAT (mpstat -a)
    • Linux MPSTAT v2
    • MySQL STAT
    • InnoDB STAT
    • InnoDB I/O STAT (adoption of Neel's DTrace script )
    • PgSQL STAT (PostgreSQL stats)
    • ZoneLOAD: zoneid => zonename
<<less
Added: 2009-07-06 License: GPL Price: FREE
15 downloads
unionfs-fuse 0.18

unionfs-fuse 0.18


unionfs-fuse is an effort to create a userland unionfs implementation. more>>
unionfs-fuse filesystem is an effort to create a userland unionfs implementation that is probably slower but way more flexible than the current kernel-only based unionfs solution.
Main features:
Why choose this stuff
- The filesystem has to be mounted after the roots are mounted when using the standard module. With unionfs-fuse, you can mount the roots later and their contents will appear seamlesly
- You get caching which speeds things up a lot for free
- You get nice stats (optional)
Why NOT choose it
- Compared to kernel-space solution we need lots of useless context switches which makes kernel-only solution clear speed-winner
Available parameters
- --roots=/root1,/root2
- --stats
Enhancements:
- This version feaatures read-only branches, copy-on-write, bugfixes, and more.
<<less
Download (0.004MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
StepStats 1.0

StepStats 1.0


StepStats is a smart and simple application that allows you to keep track of your sport successes. more>>
StepStats is a smart and simple application that allows you to keep track of your sport successes. The application is perfectly suitable for all sports, where you want to create stats on distance, time or speed.
Main features:
- simple, understandable interface
- keeps track of date, distance, steps and time
- gives you stats with overall values and a nice graph with your speed
- automatic backup of your data once a week to prevent data loss or corruption
- available for MacOS X, Windows and Linux
- and best of all - It is Freeware
<<less
Download (2.5MB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
IMAP utils 0.3

IMAP utils 0.3


IMAP utils software contains a set of simple utilities for managing IMAP emails. more>>
IMAP utils software contains a set of simple utilities for managing IMAP emails.
imap-purge
Purges old read and unread mails from folders.
imap-folders
Creates folders on IMAP.
imap-stats
Shows summary about unread and unseen mails.
Enhancements:
- Several new scripts for reading and storing messages were added.
<<less
Download (0.010MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
817 downloads
Apache::ReverseProxy 0.07

Apache::ReverseProxy 0.07


Apache::ReverseProxy is an Apache mod_perl reverse proxy. more>>
Apache::ReverseProxy is an Apache mod_perl reverse proxy.

SYNOPSIS

# In Apache config file
< Location / >
SetHandler perl-script
PerlHandler Apache::ReverseProxy
PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf
< /Location >
# In rproxy.conf / http://www.cpan.org/

This is a reverse proxy module for Apache with mod_perl. It is intended to replace Apache::ProxyPass. Given a list of URI mappings, this module will translate an incoming URI, retrieve the contents for the translated URI, and return the contents to the original requestor. This module allows you to specify exact matching (instead of regular expression matching) and handles query string translations.

CONFIGURATION

You will need to set the ReverseProxyConfig perl variable in Apache to the path of the reverse proxy mapping file. For example:

< Location / >
SetHandler perl-script
PerlHandler Apache::ReverseProxy
PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf

# Optional configuration items:
#PerlSetVar ReverseProxyChain http://proxy.mycompany.com:8888/
#PerlSetVar ReverseProxyNoChain mycompany.com
< /Location >

ReverseProxyChain specifies a proxy server to use. This is sometimes called proxy chaining when one proxy server uses another proxy server. The ReverseProxyNoChain directive can specify a domain to not use proxy chaining on.

Reverse proxy configuration files have three fields, each separated by white space. The first field is the uri to look for, the second field is the replacement uri, and the third field is optional and allows you to specify comma separated options for the mapping. The only option that is currently supported is the exact parameter, which will make the reverse proxy use exact matching for the first parameter instead of using regular expressions. This feature is convenient when the first parameter contains characters that may need to be escaped or quotemetaed. Exact options are evaluated first. If there isnt an exact match, regular expression matches are performed. Configuration files may contain comments, which start with a pound sign. For example:

/news/ http://www.news.com/
/ http://www.perl.com/
/stats http://localhost/stats exact
# /stats maps exactly to http://localhost/stats
# /stats/b maps to http://www.perl.com/stats/b
/french/news http://www.news.com/?language=french
# /french/news/index -> http://www.news.com/index?language=french
# /french/news/index?a=b -> http://www.news.com/index?language=french&a=b

<<less
Download (0.006MB)
Added: 2007-07-30 License: Perl Artistic License Price:
816 downloads
NRPG RatioMaster 0.36

NRPG RatioMaster 0.36


NRPG Ratiomaster is a small standalone application which fakes upload and download stats of a torrent. more>>
NRPG Ratiomaster is a small standalone application which fakes upload and download stats of a torrent to almost all bittorrent trackers.

This means that it does NOT rely on your bittorrent client (uTorrent, Azureus, etc.) and it will NOT download/upload the files on a torrent - it only can fake download/upload.

The application has hardcoded emulations for the most commonly used BitTorrent clients: uTorrent, BitComet, Azureus, ABC, BitLord, BTuga, BitTornado, Burst, BitTyrant, BitSpirit.

<<less
Download (0.090MB)
Added: 2007-07-16 License: Freeware Price:
568 downloads
Data::CTable 1.03

Data::CTable 1.03


Data::CTable is a Perl module that helps you read, write, manipulate tabular data. more>>
Data::CTable is a Perl module that helps you read, write, manipulate tabular data.

SYNOPSIS

## Read some data files in various tabular formats
use Data::CTable;
my $People = Data::CTable->new("people.merge.mac.txt");
my $Stats = Data::CTable->new("stats.tabs.unix.txt");

## Clean stray whitespace in fields
$People->clean_ws();
$Stats ->clean_ws();

## Retrieve columns
my $First = $People->col(FirstName);
my $Last = $People->col(LastName );

## Calculate a new column based on two others
my $Full = [map {"$First->[$_] $Last->[$_]"} @{$People->all()}];

## Add new column to the table
$People->col(FullName => $Full);

## Another way to calculate a new column
$People->col(Key);
$People->calc(sub {no strict vars; $Key = "$Last,$First";});

## "Left join" records matching Stats:PersonID to People:Key
$Stats->join($People, PersonID => Key);

## Find certain records
$Stats->select_all();
$Stats->select(Department => sub {/Sale/i }); ## Sales depts
$Stats->omit (Department => sub {/Resale/i}); ## not Resales
$Stats->select(UsageIndex => sub {$_ > 20.0}); ## high usage

## Sort the found records
$Stats->sortspec(DeptNum , {SortType => Integer});
$Stats->sortspec(UsageIndex, {SortType => Number });
$Stats->sort([qw(DeptNum UsageIndex Last First)]);

## Make copy of table with only found/sorted data, in order
my $Report = $Stats->snapshot();

## Write an output file
$Report->write(_FileName => "Rept.txt", _LineEnding => "mac");

## Print a final progress message.
$Stats->progress("Done!");

## Dozens more methods and parameters available...

OVERVIEW

Data::CTable is a comprehensive utility for reading, writing, manipulating, cleaning and otherwise transforming tabular data. The distribution includes several illustrative subclasses and utility scripts.

A Columnar Table represents a table as a hash of data columns, making it easy to do data cleanup, formatting, searching, calculations, joins, or other complex operations.

The objects hash keys are the field names and the hash values hold the data columns (as array references).

Tables also store a "selection" -- a list of selected / sorted record numbers, and a "field list" -- an ordered list of all or some fields to be operated on. Select() and sort() methods manipulate the selection list. Later, you can optionally rewrite the table in memory or on disk to reflect changes in the selection list or field list.
Data::CTable reads and writes any tabular text file format including Merge, CSV, Tab-delimited, and variants. It transparently detects, reads, and preserves Unix, Mac, and/or DOS line endings and tab or comma field delimiters -- regardless of the runtime platform.

In addition to reading data files, CTable is a good way to gather, store, and operate on tabular data in memory, and to export data to delimited text files to be read by other programs or interactive productivity applications.

To achieve extremely fast data loading, CTable caches data file contents using the Storable module. This can be helpful in CGI environments or when operating on very large data files. CTable can read an entire cached table of about 120 megabytes into memory in about 10 seconds on an average mid-range computer.

For simple data-driven applications needing to store and quickly retrieve simple tabular data sets, CTable provides a credible alternative to DBM files or SQL.
For data hygiene applications, CTable forms the foundation for writing utility scripts or compilers to transfer data from external sources, such as FileMaker, Excel, Access, personal organizers, etc. into compiled or validated formats -- or even as a gateway to loading data into SQL databases or other destinations. You can easily write short, repeatable scripts in Perl to do reporting, error checking, analysis, or validation that would be hard to duplicate in less-flexible application environments.

The data representation is simple and open so you can directly access the data in the object if you feel like it -- or you can use accessors to request "clean" structures containing only the data or copies of it. Or you can build your own columns in memory and then when youre ready, turn them into a table object using the very flexible new() method.

The highly factored interface and implementation allow fine-grained subclassing so you can easily create useful lightweight subclasses. Several subclasses are included with the distribution.

Most defaults and parameters can be customized by subclassing, overridden at the instance level (avoiding the need to subclass too often), and further overridden via optional named-parameter arguments to most major method calls.

<<less
Download (0.15MB)
Added: 2007-07-13 License: Perl Artistic License Price:
833 downloads
Bio::Tree::DistanceFactory 1.5.2_102

Bio::Tree::DistanceFactory 1.5.2_102


Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods. more>>
Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods.

SYNOPSIS

use Bio::Tree::DistanceFactory;
use Bio::AlignIO;
use Bio::Align::DNAStatistics;
my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ");
my $stats = Bio::Align::DNAStatistics->new();

my $alnin = Bio::AlignIO->new(-format => clustalw,
-file => file.aln);
my $aln = $alnin->next_aln;
# Of course matrix can come from a different place
# like PHYLIP if you prefer, Bio::Matrix::IO should be able
# to parse many things
my $jcmatrix = $stats->distance(-align => $aln,
-method => Jukes-Cantor);
my $tree = $tfactory->make_tree($jcmatrix);

This is a factory which will construct a phylogenetic tree based on the pairwise sequence distances for a set of sequences. Currently UPGMA (Sokal and Michener 1958) and NJ (Saitou and Nei 1987) tree construction methods are implemented.

<<less
Download (5.6MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
MySysop 2.0-b

MySysop 2.0-b


MySysop is a PHP tool with AJAX support for managing MySQL server settings and monitoring process, variables, and status. more>>
MySysop is a PHP tool with AJAX support for managing MySQL server settings and monitoring process, variables, and status.
Enhancements:
- This version has a prototype window for the dialog window, new stats, and minor bugfixes.
<<less
Download (0.082MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
858 downloads
[Amos-Effect] 2007-06-10_01

[Amos-Effect] 2007-06-10_01


[Amos-Effect] parses and visualizes mobile phone connection data provided by O2 in the form of downloadable CSV files. more>>
[Amos-Effect] parses and visualizes mobile phone connection data provided by O2 in the form of downloadable CSV files. The project calculates mobile phone charges on a global and monthly basis.

[Amos-Effect] also determines average charges derived from the pre-calculated sums. [Amos-Effect] visualizes these stats by textual and by graphical means (using perls libgd module).
<<less
Download (0.006MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
868 downloads
Aardvark Topsites PHP 5.2.0

Aardvark Topsites PHP 5.2.0


Aardvark Topsites PHP is the premier PHP/SQL topsites script. more>>
Aardvark Topsites PHP is simply the best topsites script available. Aardvark Topsites PHP project is licensed under the GNU General Public License so it will always remain completely free.
Main features:
- Members ranks can be shown on their button.
- New: Stat Buttons, allowing you to customize your buttons and display all kinds of stats on them
- 6 different ranking methods
- Counts unique pageviews, total pageviews, unique hits in, total hits in, unique hits out, and total hits out
- New: Rank daily, weekly, or monthly
- Up/down/neutral arrows
- Customizable categories
- Fully customizeable skins: make your topsites look however you want!
- Simple web-based installer and upgrader
- Multiple pages
- Member login and lost password retrieval
- Seamlessly switches between languages
- Fast, integrated search
- Ad breaks
- Visitors can rate and review members
- Advanced stats and graphs
- Easy to install and maintain
- Powerful admin
- New: Mass mail members
- Best of all, its completely free!
Enhancements:
- A tool to backup database was added in the admin interface.
- A more secure captcha, with a link for users to get a new captcha if the user cant read the first one.
- The gateway page for the Fusion skin was redesigned.
- Sites may be banned by URL, IP address, username, or email address.
- An optional security question is asked on join to block spammers.
- By default, new members must be approved by the admin before they are listed, and changes to the title or URL of a site must be approved by the admin.
- A summary of overall statistics is displayed on the main page.
<<less
Download (0.16MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
Apophenia 0.20-02Jun07

Apophenia 0.20-02Jun07


Apophenia is an open statistical library. more>>
Apophenia is an open statistical library. Apophenia project provides functions on the same level as those of the typical stats package (such as OLS, probit, or singular value decomposition) but doesnt tie the user to an ad hoc language or environment.
The core functions are written in C, but are designed to be easy to bind to functions in Perl/Phython/&c. You can even do statistics from the command line if you prefer.
It is written to scale well.
If you have tried to analyze your gigabyte data set using other open source tools but found that they werent up to handling large data sets or exceptionally computationally-intensive work, Apophenia is the library for you.
To date, the library has over a hundred functions to facilitate statistical computing, including:
- maximum likelihood estimators for probit, Waring, Yule, Zipf, &c. estimators
- OLS and GLS
- database querying and maintenance utilities
- moments, percentiles, and other basic stats utilities
- singular value decomposition tools
- t-tests, F-tests, et cetera
<<less
Download (0.52MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 downloads
Sales-n-Stats 2.1 Beta (Free Edition)

Sales-n-Stats 2.1 Beta (Free Edition)


Sales-n-Stats is a software package for adding online customer service to your Web site. more>>
Sales-n-Stats project is live help software and real time Web site statistics combined into one sales tracking solution that adds personal touch and customer care to your website.
A free version is available. It includes real time visitor tracking, live help via text chat with customers (VoIP chat exists in the commercial version only), a personal profile and history for every visitor, Web site statistics, extensive sales and marketing reports, and out-of-the-box integration with X-Cart and LiteCommerce shopping cart software.
Also it has free integration modules for phpNuke, Mambo, and osCommerce as well as a PHP toolkit for integration with other e-commerce Web sites.
Main features:
- Text chat with visitors
- Proactive communication
- Content pushing
- Off-line messages
- Messages history
- Real-time visitor monitoring
- History of pageviews and actions
- Geo-Location (IP address lookup)
- Advertising campaigns tracking
- Built-in web statistics reports
- Built-in sales and marketing reports
- Custom reports constructor
- Multi-platform installation packages (Windows, MacOS, Linux, FreeBSD)
Enhancements:
- An improved installation wizard that dramatically reduces installation efforts.
- The installation wizard now supports SFTP and passive FTP mode.
- Built-in integration with Joomla!, Drupal, CRE Loaded, and Zen Cart.
- Skype integration is used for VoiceIP.
- Improved search engine support.
- New search engines have been added.
- CAPTCHA protection in the leave a message form.
- A "Contact us" form of X-Cart or LiteCommerce can be used instead of the standard Sales-n-Stats "Leave a message" form when the "Live help" button is off.
- Many other major and minor improvements in usability and performance.
<<less
Download (MB)
Added: 2007-05-29 License: Freeware Price:
1065 downloads
W3Perl 2.99

W3Perl 2.99


W3Perl is a tool to analyse your web activity. more>>
W3Perl is a tool to analyse your web activity. W3Perl can be easily configured.
Graphical and textual informations are used to have a better view of the success of your WWW server among Internet users. I hope this package will help you to produce an ever better www server.
Main features:
- HTML output
- Fast (work in incremental mode)
- Truly incremental version (relationship between variables are stored)
- Multi-language output (you could add yours easily)
- Differents graphs and texts output
- Compute hourly, daily, weekly and monthly output
- Compute countries, hosts, pages, directories, domain... stats
- Compute light or huge output
- Servers configuration file (use as many config files as the stats report you need)
- Commands line options
- Run on every server Ive used (Apache, NCSA, CERN, IIS, Netscape...)
- Works with common, extended common, new extended or IIS logfile format
- No root access or cgi-bin access need. Could be run from your own directory
- Can work with crunched logfiles or/and with monthly/daily logfiles
- Can run each night in a crontab
- Map URL to documents title
- Referer and agent statistics
- Keywords referer stats from search engine
- Error stats
- Session stats
- Scripts stats
- Login stats for restricted directories
- Statistics about your Web structure (tree, bad links...)
- Work on every computer (Unix, NT, Mac and Acorn tested)
- Work with most logfile format (you can add others easily)
- Virtual server with NECLF or patched CLF or ECLF format
- Remote administration interface
- Lots of log filename string supported for daily or monthly logfiles
- No telnet access need to use the package
- Very accurate stats for each day
- Real time stats
- FTP and Squid logfiles support new
Enhancements:
- Support for Postfix/Sendmail and Exim mail server log files has been added.
- A daily report can be sent by email with an optional PDF attachment.
- Icons have been improved.
- HTML files without extensions can now be parsed.
- Various fixes for parsing small log files have been included.
- There are many minor improvements.
<<less
Download (0.74MB)
Added: 2007-05-26 License: GPL (GNU General Public License) Price:
882 downloads
Adsense Notifier 0.9.3

Adsense Notifier 0.9.3


Adsense Notifier is a Firefox extension that displays your Adsense earnings on the statusbar. more>>
Adsense Notifier is a Firefox extension that displays your Adsense earnings on the statusbar. This is wonderful for anyone with OCD ( or GAD as some have called it ) who needs to check their stats every three seconds to see if they have gotten any more clicks.

<<less
Download (0.052MB)
Added: 2007-05-03 License: MPL (Mozilla Public License) Price:
1029 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5