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.476.082 Times

MRTG::Parse 0.03

  Date Added: January 20, 2010  |  Visits: 889

MRTG::Parse

Report Broken Link
Printer Friendly Version


Product Homepage
Download (95 downloads)

MRTG::Parse is a Perl extension for parsing and utilizing the logfiles generated by the famous MRTG Tool. SYNOPSIS use strict; use MRTG::Parse; my $mrtg_logfile = "/var/www/htdocs/mrtg/eth0.log"; my $period = "day"; my $desired_unit = "GB"; my ($traffic_incoming, $traffic_outgoing, $traffic_sum) = mrtg_parse($mrtg_logfile, $period, $desired_unit); print "Incoming Traffic: $traffic_incomingn"; print "Outgoing Traffic: $traffic_outgoingn"; print "= Sum $traffic_sumn"; This perl extension enables its users to parse and utilize the logfiles that are generated by the famous MRTG (Multi Router Traffic Grapher) tool. mrtg_parse() takes three argument: 1st: filename of the mrtg logfile 2nd: time period to genereate the output for valid values are: - individual time periods like: 20040821-20050130 (ISO 8601) - static values: day, month, year 3rd: the desired unit (optional) valid values are: - B, KB, MB, GB, TB - if missing mrtg_parse will chose an adequate one for you mrtg_parse() returns three values: 1st: Incoming traffic 2nd: Outgoing traffic 3rd: Sum of incoming and outgoing.

Requirements: No special requirements
Platforms: Linux
Keyword: Extension Famous Libraries Logfiles Mrtg Mrtg Tool Mrtgparse Parse Perl Programming Traffic
Users rating: 0/10

License: Freeware Size: 5.12 KB
MRTG::PARSE RELATED
Networking Tools  -  MRTG 2.15.2
MRTG short from Multi Router Traffic Grapher is a tool to monitor the traffic load on network-links. Routers are only the beginning. MRTG is being used to graph all sorts of network devices as well as everything else from weather data to vending...
1.1 MB  
Libraries  -  MRTG::Config 0.04
MRTG::Config is a Perl module for parsing MRTG configuration files. WARNING This module, while reliable right now, is still in ALPHA stages of development... The API/methods may change. Behaviors of methods will almost certainly change. The...
12.29 KB  
Networking Tools  -  MRTS 0.1.1
MRTG RRDtool Total Statistics is a PHP script that uses MRTG and RRDtool to sum up traffic monthly and yearly. Just click on any device and MRTS will show you the traffic-graphs and the statistics on how much traffic you have made during the...
3.07 KB  
Networking Tools  -  ManageEngine Free Process Traffic Monitor Tool 1.0
Process Traffic Monitor tool, allows you to monitor traffic usage of a Windows server continuously. Tool populates incoming and outgoing traffic usage (of the machine / server / individual interfaces ) details in a elegant graphs and reports. The...
1.8 MB  
HTML Database Converters  -  FutureSQL Web Database Administration Tool 2.4
FutureSQL is a Free, Open Source, Rapid Application Development web database administration tool, written in Perl, using MySQL. FutureSQL allows one to easily setup config files to view, edit, delete and otherwise process records from a MySQL...
239 KB  
Libraries  -  JoeDog::ProgressBar 1.1
JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts. You can run it inside any for which you can calculate the last iteration. This is a autoloadable module which allows the programmer to add...
3.07 KB  
Benchmark Tools  -  WEb Scripting/Stress Tool 0.9
A console-based web scripting tool, (eventually) with Perl scripts for stress/performance testing. West is capable of both HTTP and HTTPS transactions using SSLeay or OpenSSL.
34.83 KB  
Audio Tools  -  Chordpack 0.8.2
Chordpack is a tool written in Perl, whose purpose is to typeset song-books/songs written in chordpro format. The typesetting is done through typesetting system TeX using macro package LaTeX. Chordpack was created to do whatever you might want to...
23.55 KB  
Education  -  wfb2sql 0.6
wfb2sql is a tool wirtten in Perl that converts the CIA World Factbook into an SQL database. It is a Perl script that extracts information from the CIA World Factbook and creates SQL statements for IBM DB/2, PostgreSQL, or MySQL. This data...
19.46 KB  
Database Tools  -  PerlMyAdmin .0b3 1.0
PerlMyAdmin is a web-based mysql administration tool written in perl. All common mysql tasks are supported such as dropping and creating tables, managing columns and keys and other helpful features like exports and imports and full search...
 
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