Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.138.460 Times

SyslogScan::Summary 0.32

  Date Added: July 08, 2010  |  Visits: 910

SyslogScan::Summary

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)



SyslogScan::Summary encapsulates a tally of how many bytes people have sent and received through sendmail. SYNOPSIS Use SyslogScan::Summary; Use SyslogScan::DeliveryIterator; my $iter = new SyslogScan::DeliveryIterator(syslogList => [/var/log/syslog]); my $summary; if (defined $DOING_IT_THE_HARD_WAY_FOR_NO_PARTICULAR_REASON) { # feed a series of SyslogScan::Delivery objects $summary = new SyslogScan::Summary(); my $delivery; while ($delivery = $iter -> next()) { $summary -> registerDelivery($delivery); # You would instead use: # $summary -> registerDelivery($delivery,foo.com.$) # if you only cared to get statistics relating to how # much mail users at foo.com sent or received. } } else { # slurps up all deliveries in the iterator, # producing the same effect as the block above $summary = new SyslogScan::Summary($iter); } print $summary -> dump(); use SyslogScan::Usage; my $usage = $$summary{john_doe@foo.com}; if (defined $usage) { print "Here is the usage of John Doe at foo.com:n"; print $usage -> dump(); } else { print "John Doe has neither sent nor received messages lately.n"; }.

Requirements: No special requirements
Platforms: Linux
Keyword: Bytes Have Sent How Many Libraries Print Programming Received Summary Syslogscan Syslogscansummary Tally Usage
Users rating: 0/10

License: Freeware Size: 37.89 KB
USER REVIEWS
More Reviews or Write Review


SYSLOGSCAN::SUMMARY RELATED
Desktop Toolbars  -  How Many Days 1.51
Set It and Forget It. That's how How Many Days works. It's a counter program that you only need to deal with once. After that, just enjoy it's elegantly understated convenience. This application puts an automatically updating Days Counter in...
2.09 MB  
Modules  -  How many orders has customer ordered before 1.1
This addon allows you to see in admin/orders, how many orders customer has done before
 
Networking Tools  -  BlockHosts 2.0.5
BlockHosts is a script to record how many times "sshd" or "proftpd" is being attacked, and when a particular IP address exceeds a configured number of failed login attempts, that IP address is added to /etc/hosts.allow (or optionally to any other...
38.91 KB  
Network & Internet  -  Calorie Burning Calculator 2.1
Calorie Burning Calculator project is a free, nicely-formatted online calculator to help your web site visitors calculate how many calories they require a day to maintain their body weight, or basal metabolic rate (BMR)..
25.6 KB  
Libraries  -  Inline-API 0.44
Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo =...
91.14 KB  
Libraries  -  Test::Simple 0.70
Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple,...
77.82 KB  
Mail Clients  -  Safeguard Send 4.0.4042.30084
How many times have you received a company-wide missive from the CEO followed immediately by a reply consisting only of the words "thanks for this" - also sent to the entire company. Or worse, how many times have you seen messages go outside the...
 
Multimedia & Graphics  -  Snapshot for Mac OS 2.1.1
Have full control over the print size and how you want to crop and frame your picture. Add borders and speech bubbles for more interesting and personal prints. Multiple layout styles allow you to get just the prints you want - and full print...
7.6 MB  
Shell Enhancements  -  Byte Count 1.12
This is a utility that shows a list of how many files and bytes there are in each subdirectory. You can hook this tool to your right mouse button menu, when browsing in explorer. It can also sort directories by size or number of files.
399 KB  
Web Browsers  -  WebMail Notifier 2.8.2
WebMail Notifier will regularly verify your webmail accounts and will display how many unread or new messages you have.WebMail Notifier checks your webmail accounts and notifies the number of unread emails.
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB