Sponsored Content
Full Discussion: Awstats webserver analyser
Special Forums UNIX and Linux Applications Infrastructure Monitoring Awstats webserver analyser Post 302914409 by ajayram_arya on Monday 25th of August 2014 05:53:51 PM
Old 08-25-2014
Thanks it works .
 

3 More Discussions You Might Find Interesting

1. BSD

can't install AWStats

I am running FreeBSD 6.3 and trying to install AWStats. I found this site with some instructions: Installing AWStats on FreeBSD however, the pkg install doesn't work. This is the error I get: dl1-3# pkg_add install -r awstats pkg_add: can't stat package file 'install' pkg_add: can't stat... (3 Replies)
Discussion started by: jasonfrost
3 Replies

2. UNIX for Advanced & Expert Users

Building a performance static analyser

I was wondering if someone could let me know if tools exist that check for performance degrading coding practices. There is of course the well known Valgrind (Valgrind Home), but the question is more if it is possible at a fundamental level. Do generic test cases exist for checking statically for... (9 Replies)
Discussion started by: figaro
9 Replies

3. OS X (Apple)

Text mode AF spectrum analyser.

Well guys, this MUST be a first. This is DEMO code only and has NO error detection or correction, nor out of bounds checking. I have succumbed to Python and scipy to do the FFT heavy lifting as I have absolutely no idea where to start do such a thing using AWK. This is a taster for me to... (7 Replies)
Discussion started by: wisecracker
7 Replies
Module::CPANTS::Analyse(3pm)				User Contributed Perl Documentation			      Module::CPANTS::Analyse(3pm)

NAME
Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution SYNOPSIS
use Module::CPANTS::Analyse; my $analyser=Module::CPANTS::Analyse->new({ dist=>'path/to/Foo-Bar-1.42.tgz', }); $analyser->unpack; $analyser->analyse; $analyser->calc_kwalitee; # results are in $analyser->d; DESCRIPTION
Methods new my $analyser=Module::CPANTS::Analyse->new({dist=>'path/to/file'}); Plain old constructor. unpack Unpack the distribution into a temporary directory. Returns an error if something went wrong, "undef" if all went well. analyse Run all analysers (defined in "Module::CPANTS::Kwalitee::*" on the dist. calc_kwalitee Check if the dist conforms to the Kwalitee indicators. Helper Methods testdir Returns the path to the unique temp directory. testfile Returns the location of the unextracted tarball. tarball Returns the filename of the tarball. read_meta_yml Reads the META.yml file and returns its content. WEBSITE
<http://cpants.perl.org/> BUGS
Please report any bugs or feature requests, or send any patches, to bug-module-cpants-analyse at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-CPANTS-Analyse <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-CPANTS- Analyse>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Thomas Klausner <https://metacpan.org/author/domm> Please use the "perl-qa" mailing list for discussing all things CPANTS: http://lists.perl.org/list/perl-qa.html <http://lists.perl.org/list/perl-qa.html> Based on work by Leon Brocard <https://metacpan.org/author/lbrocard> and the original idea proposed by Michael G. Schwern <https://metacpan.org/author/schwern>. LICENSE
This code is Copyright X 2003X2006 Thomas Klausner <https://metacpan.org/author/domm>. All rights reserved. You may use and distribute this module according to the same terms that Perl is distributed under. perl v5.14.2 2012-06-08 Module::CPANTS::Analyse(3pm)
All times are GMT -4. The time now is 09:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy