Main > Free Download Search >

Free webalizer xtended 2.01.10 rb19 software for linux

webalizer xtended 2.01.10 rb19

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
Webalizer Xtended 2.01.10 RB19

Webalizer Xtended 2.01.10 RB19


Webalizer Xtended is an extension of Webalizer. more>>
Webalizer Xtended is an extension of Webalizer, which adds additional monthly statistics for all "404 Not Found" errors found in your server log-file, including the number of the "404 Not Found" requests and the corresponding 404 URLs.
Webalizer Xtended project also fixes truncated user agent strings in the "User Agents" statistics, so user agent fields can now be grouped more precisely. It is helpful for detecting and correcting broken links or invasion attempts.
Main features:
- Additional monthly statistics for all "404 Not Found" errors found in your server log-file, including the number of the "404 Not Found"-requests and the corresponding 404-URLs
- "404 Not Found" statistics with incremental logfile processing
- Bug-fix for truncated user agent strings in the "User Agents" statistics of Webalizer version 2.01-10 (user agent fields can now be grouped more precisely)
- Bug-fixes for several buffer overflows in the original Webalizer code
Enhancements:
- IPv6 support was added.
- Several third-party patches were implemented.
- General improvements were made, such as an updated "GroupAgent"-list, a "Main"-link for navigation back to the main index, and updated language files.
<<less
Download (0.44MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
812 downloads
Webalizer 2.01-10

Webalizer 2.01-10


Webalizer is a fast, free web server log file analysis program. more>>
Webalizer is a fast, free web server log file analysis program. The project produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser.
It was written to solve several problems that I had with currently available analysis packages. A vast majority of them were written in Perl or some other scripting language, and took forever to run. Some were not free. Some even produced wrong results, or results that were not in a format I found very useful.
In order to get the stats I wanted, in a format that I liked, I wrote The Webalizer, and have made it available here, to anyone who wants it, for any purpose. Starting as a simple Perl script with limited capabilities, it has grown into a full featured, robust and fast analysis tool, being used by thousands of systems around the globe.
Main features:
- Is written in C to be extremely fast and highly portable. On a 200Mhz pentium machine, over 10,000 records can be processed in one second, with a 40 Megabyte file taking roughly 15 seconds (over 150,000 records).
- Supports standard Common Logfile Format server logs. In addition, several variations of the Combined Logfile Format are supported, allowing statistics to be generated for referring sites and browser types as well. Now also has native support for wu-ftpd xferlog FTP and squid log formats as well.
- Generated reports can be configured from the command line, or by use of one or more configuration files. Detailed information on configuration options can be found in the README file, supplied with all distributions.
- Supports multiple languages. Currently, Catalan, Chinese (traditional and simplified), Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, Galician, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian, Polish, Portuguese (Portugal and Brazil), Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, Turkish and Ukrainian are available.
- Unlimited log file sizes and partial logs are supported, allowing logs to be rotated as often as needed, and eliminating the need to keep huge monthly files on the system.
- Distributed under the GNU General Public License, complete source code is available, as well as binary distributions for some of the more popular platforms.
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
WebalizerXML 0.1

WebalizerXML 0.1


WebalizerXML provides a patch for making Webalizer produce XML output. more>>
WebalizerXML provides a patch for making Webalizer produce XML output.

WebalizerXML is a simple patch for Webalizer that makes it possible to generate XML stats instead of regular HTML files.

It is very useful if you want to show your stats using your own templates or graphics.

It works only on Webalizer 2.01-10.
<<less
Download (0.089MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
Webalizer::Hist 0.02

Webalizer::Hist 0.02


Webalizer::Hist is a Perl module to parse the webalizer.hist-file. more>>
Webalizer::Hist is a Perl module to parse the webalizer.hist-file.

SYNOPSIS

use Webalizer::Hist;

if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) {

while(my $hashref = $dwh->month()) {
print "Got " . $hashref->{totalhits} . " hits in month "
. $hashref->{month} . "n";
}

if(my $totals = $dwh->totals()) {
print "This website used a total of " . $totals->{kbytes}
. "KBn";
}

}

Webalizer - a popular web server log analysis program - uses a so-called webalizer.hist file to store (temporary) statistics. That file usually contains one year of monthly statistics about a website/webserver.

Webalizer::Hist can be used read and parse those data.

<<less
Download (0.005MB)
Added: 2007-05-22 License: Perl Artistic License Price:
886 downloads
Geolizer 20070115

Geolizer 20070115


Geolizer is a patch for Webalizer that uses the GeoIP library to generate faster and more reliable geographic statistics. more>>
Geolizer is a patch for Webalizer that uses the GeoIP library to generate faster and more reliable geographic statistics than the default DNS suffix method. It is recommended that DNS reversal be disabled on your HTTP server for improved performance and more accurate statistics. It can be compiled under MinGW/MSYS and features a human-readable transfer size display.
Side effects can be: possibility to compile native Win32 port under MinGW/MSYS and human-readable size display.
"GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2003. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups."
And how to port this feature to Webalizer? At users point of view, patched code takes each IP address and discovers its country default suffix. Then, obtained suffix is appended to hostname (somewhat like "127.0.0.1" becoming "127.0.0.1.net"). After this, Webalizer normally processes such host, I mean it finds full country name and accounts stats on it. This is quite abstract, but the real process isnt too far, its just s bit more optimized. Oh, quite forgot it: if processed entry isnt IP address but DNS hostname, Webalizers
default suffix routines are used. This method is less precise, but resolving DNS once again isnt a smart solution.
Enhancements:
- Country flag picture support was added, but needs the flags package from http://flags.blogpotato.de/.
- Country names were updated from the GeoIP source.
- Localization of country names was improved.
- Code cleanups were done.
- The "--enable-geoip" option is now default, as is "--enable-flags".
- The Win32 version now seeks the webalizer.conf file in the executable directory.
- Static binaries are now bound with the GeoIP 1.4.1 library and "GEO-106FREE 20070101 Build 1" database.
<<less
Download (0.075MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1014 downloads
SEOlizer 0.2

SEOlizer 0.2


SEOlizer is a GPL application that generates web pages of analysis, from webserver log files (Apache, etc). more>>
SEOlizer is a GPL application that generates web pages of analysis, from webserver log files (Apache, etc). The seolizer is based on the webalizer code.
Please note that the code is one-night hack, from my point of view its a very very poor quality! It is not recommended to run seolizer on a production server. I have published the seolizer to get some feedback from SEO community. Stable version will be available in several months, after I make clear decision how to implement all required features. Your feedback is appreciated !
Compile seolizer by running make all -C src. Then you can run it using ./seolizer [logfile]. Output will be placed in the current directory.
SEOlizer functions
Web spiders daily/monthly crawling reports (incl. bots IP addresses)
Keyword and phrase analysis, displays pages that matched query
Most popular pages for search engine query results and relevant keywords and phrases
Fully static HTML
About SEO
Search engine optimization (SEO) as a subset of search engine marketing seeks to improve the number and quality of visitors to a web site from "natural" ("organic" or "algorithmic") search results. The quality of visitor traffic can be measured by how often a visitor using a specific keyword leads to a desired conversion action, such as making a purchase or requesting further information. In effect, SEO is marketing by appealing first to machine algorithms to increase search engine relevance and secondly to human visitors.
Enhancements:
- Pagerank support was added along with support for www.rankcheck.info.
- The code was cleaned up and better HTML was implemented.
<<less
Download (0.018MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
845 downloads
SLAMPP Live CD 1.1

SLAMPP Live CD 1.1


SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM. more>>
SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM and has possibility to be installed onto harddisk. SLAMPP Live CD is designed to be used as an instant home server.
Just like another linux live CD available at this moment, SLAMPP gives a linux newbie a chance to test linux without messing up the existing system of the user.
What makes it different is the fact that SLAMPP comes with preconfigured tools and applications that turn your personal computer to a home server. Can you imagine how handy it is to have and carry a linux live CD that provides all things you need to setup such kind of server?
SLAMPP is built using SLAX as its base and Slackware linux for packages. This means you are going to have two powerful distros in one, although SLAX is also based on Slackware linux. To compile all things into a working live CD, linux live scripts is used intensively.
Main features:
- Turning your personal computer to an instant home server which provides common servers, such as: HTTP/HTTPS, FTP, POP, IMAP, SMTP, SSH, DHCP, Squid, etc.
- Modularity. You can add additional tools and applications easily in form of modules. Each new module will be integrated seamlessly during booting process and is ready to use. Beside all modules provided in the live CD, you can also make or create you own modules. All tools to do this can be found in the live CD.
- Webmasters and web developers can use SLAMPP to show their work to others. To support this feature special scripts have been provided in the live CD. They only need to burn all files onto the CD and SLAMPP will take care of the rest.
- Using linux kernel 2.6 which provides better support for hardware.
- All settings and configuration made during use can be stored in harddisk and restored for next session.
- It can be installed onto harddisk if you want to employ the server permanently.
- Equipped with firewall, antivirus and content scanner.
- Using slapt-get, Autopackage and swaret for package management tools and Xfce as desktop environment.
Applications:
- Desktop: Xfce 4.2.2
- HTTP/HTTPS: Apache with various mods, SSL will be provided as built-in feature.
- SSL certificates generator scripts.
- FTP: ProFTPd, GProFTPD (GUI), vsftpd
- SMTP: Sendmail
- POP/IMAP: Dovecot
- DHCP: server and client, GDHCPD (GUI)
- DNS: BIND
- Proxy: Squid, sarg
- SSH
- Samba
- Programming and web development tools
- Languages: PHP 4.4.0, Perl 5.8.7, Python 2.4.1
- HTML and text editor: Bluefish 1.0.2, TEA 10.2, NVU 1.0PR
- Database: MySQL 4.1.14
- Webmin / Usermin / Virtualmin
- Firewall: Firehol / Linux Firewall
- Network: Cacti, Nagios, Ethereal, NMAP, Snort, gFTP, Webalizer
- P2P: BitTorrent protocol, tracker and client
- Antivirus and content scanner: ClamAV, Fetcav (GUI)
- Internet: Mozilla Firefox (loaded with many extensions and plugins), Lynx, Pine, Gaim
- Graphics: Blender, GIMP, Inkscape, GQView
- Utilities: BashBurn, Dufie, Htop, PuTTY, Xpdf, CUPS
- Emulator: QEMU
- Package management: slapt-get/gslapt, pkgtool, autopackage, swaret.
- Read all packages that have been installed: PackagesList
<<less
Download (417.8MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1451 downloads
LogMiner 1.23

LogMiner 1.23


A powerful log analysis package for Apache more>>
LogMiner 1.23 offers users a user-friendly log analysis package for Apache (or other web servers using the combined log format). LogMiner can extract and present several reports, about visits, hits, traffic, requests, navigation paths, browsers and OSs used by users and so on. Data is stored in a PostgreSQL database, using a schema which has been optimized to reduce redundancy at minimum.

Major Features:

  1. data is stored in a DBMS backend and reports are generated on-the-fly, while Webalizer generates plain html files. A DBMS allows to extract and aggregate data in many ways, whenever you need. A drawback is that you won't have the processing speed of Webalizer when parsing log files.
  2. LogMiner allows to navigate to previous months easily.
  3. Webalizer reports are hardcoded in the program. LogMiner implements reports in a more extensible way. Each report is in fact a simple PHP class, usually supported by a PL/pgSQL function (although youre free to insert your SQL queries in the PHP code if you like).
  4. LogMiner offers more reports than Webalizer: for instance, the OS charts and the navigation graphs.
  5. Depending on your needs, you might prefer LogMiner over Webalizer, especially if you like having a central SQL repository for your data which enables you to extract the data you need at any time, or to add a kind of report which wasnt planned from the start and apply it to older data.
<<less
Added: 2009-06-30 License: GPL Price: FREE
11 downloads
 
Other version of LogMiner
LogMiner 1.20points: data is stored in a DBMS backend and reports are generated on-the-fly, while Webalizer ... wont have the processing speed of Webalizer when parsing log files. Webalizer only indexes the
License:GPL (GNU General Public License)
Download (0.20MB)
810 downloads
Added: 2007-08-10
Domain Technologie Control 0.23.0-0

Domain Technologie Control 0.23.0-0


Domain Technologie Control is a web-based control panel for admin and accounting for hosting services. more>>
Domain Technologie Control (DTC) is a GPL control panel for hosting. Using a web GUI for admin and accounting all hosting services, DTC can delegate the task of creating subdomains, email, and FTP accounts to users for the domain names they own.
DTC manages a MySQL database containing all the hosting information. It has support for many programs (bind 8 and 9 and compatibles, MySQL, Apache 1.3, php4, qmail, postfix 2, courier, dovecot, proftpd, webalizer, mod-log-sql, etc.) through config files and/or MySQL plugins (when the service is non-critical).
Domain Technologie Control project can also generate backup scripts, calculation scripts, and config files using a single system UID/GID and monitor all traffic accounting per user and per service. Since version 0.12, DTC is fully skinable and translated in 8 language (Chinese, English, Spanish, French, Deuch, German, Italian and Russian).
DTC has been tested and works well with FreeBSD, Debian stable testing and unstable and now handles SBOX cgi-wrapper to provide chroot environment to users binaries. There is a RPM for DTC that has been done under RedHat 7, but its not well tested (I need feedback on this one as I dont use RPM based distributions myself).
Enhancements:
- This version adds support for Xen VPS connecting to dtc-xen (SOAP server) and the cyrus.
- It includes support tickets, renewal with email reminders, a new, easier to understand layout, (unfinished) import/export functions, domain parking (for DNS, Apache, and mail), daily stats (instead of each month), and some more package installers (Joomla, Vtiger, WANewsletter, and drupal).
<<less
Download (16.5MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1100 downloads
ISPConfig 2.2.15 / 2.3.2

ISPConfig 2.2.15 / 2.3.2


ISPConfig is an ISP management and hosting control panel. more>>
ISPConfig is an open source hosting controlpanel for Linux. ISPConfig is licensed under BSD license.
Main features:
Interface Languages
- English
- German
- Spanish
- Dutch
- Italian
- Polish
- If you are interested in translating the interface, please contact us at dev [at] ispconfig [dot] org.
Daemons and Software
- Apache 1.3.x/2.0.x
- Proftpd & vsftpd
- Supports The Following Mail Servers: Sendmail & Postfix
- All POP3 & POP3s Servers
- All IMAP & IMAPs Servers
- BIND 8/9
- Firewall Configuration
- Monitoring Of Services And Automatic Restart
- Web FTP
- Web Mail Interface
- phpMyAdmin Integration
Domain options and services
- PHP incl. Safemode
- SSI
- CGI-Directories
- SSL Sites and Certificates
- Frontpage 2002 extensions (if installed on the server)
- MySQL Databases
- Disk Quota
- Webalizer statisics
- Traffic statistics
- Disk usage statistics and overquota warnings
- Individual standard index and error pages per domain
- Individual records for inclusion in apache vhost (admin only)
- Domain redirects
- Backup
- Log-Quota and Logrotation
- Standard CGI
- WAP pages
- Hosting templates
Email and user accounts
- System, FTP and Mail users
- Autoresponder
- Mailquota
- Mailscanner
- Mailfilter
- CatchAll Emal addresses
- Shell-User
- Automatic User prefix
- ClamAV antivirus filter
- SpamAssassin Spamfilter Settings
General
- Creation of folders / categories where resellers / clients / sites can be stored in.
- 4 different logins (Administrator, Resellers, Clients, Email-Users)
- Update manager
- Recycle bin to restore deleted clients / users / domains
- Language settings per user
- Secondary DNS
- Automatic network configuration for new IP Addresses (optional)
- Welcome mails for resellers / clients
- Several reseller limits
- Reseller Quota
<<less
Download (20MB)
Added: 2007-07-23 License: BSD License Price:
842 downloads
AWFFull 3.7.5 / 3.8.1 Beta 2

AWFFull 3.7.5 / 3.8.1 Beta 2


AWFFull is a Web server log analysis program, forked from Webalizer. more>>
AWFFull is a Web server log analysis program, forked from Webalizer. AWFFull project adds a number of new features and improvements, such as extended frontpage history, resizable graphs, and a few more pie charts.
Webalizer is a great weblog analysis program but hasnt been going anywhere in recent years. AWFFull takes that base and starts to fix the niggles and annoyances and hopefully become a useful enhancement.
As a base, weblizer has a stated goal of producing web server analysis. AWFFull on the other hand, will gradually focus more on the business intelligence contained within those logs - and not specifically limited just to web server logs.
I have an interest in whole of site statistics, and that is rarely contained solely in webserver log files. If youre keen to see where I would like to take awffull, check out the TODO file.
Whats New in 3.7.5 Stable Release:
- The missing Page counts from the All Sites report was added.
- The Brazilian Portugese translation was added.
- A German/Webalizer specific history_regen script was added.
Whats New in 3.8.1 Beta 2 Development Release:
- Major performance improvements were made to the use of Groups.
- Lots of fixes and cross verification were done to the numbers counted and generated.
- The current directory configuration file being parsed is now removed.
<<less
Download (1.0MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
862 downloads
GNUPanel 0.2.0

GNUPanel 0.2.0


GNUPanel provides a Web hosting control panel for Debian. more>>
GNUPanel provides a Web hosting control panel for Debian.
It is specially developed to run on Debian and is a simple and easy to use administration tool to manage a hosting account. GNUPanel provides three web interfaces with SSL access at user, reseller and administrator level.
With them you can add mail addresses and FTP accounts, protect directories, redirect subdomains, etc.
Main features:
- Subdomains administration
- Parked domains
- Mail accounts and redirections
- FTP accounts
- Directories protection
- Mail lists
- Web administration for PostgreSQL and MySQL databases
- Bandwidth and disk space control
- Web statistics
- Support tickets
- English and spanish languages
- Paypal payments support
- Backup tool
Software and daemons provided:
- Apache 2
- PowerDNS
- Proftpd
- Postfix
- Courier-pop, Courier-pop-ssl
- Courier-imap, Courier-imap-ssl
- Courier-authdaemon
- Squirrelmail
- Mailman
- PHP 5
- PostgreSQL 8.1
- MySQL 5
- PHPPgadmin
- PHPMyadmin
- Webalizer statistics
Enhancements:
- This release has a better user interface, and the ability to create auto-responders has been added.
- All users can now access a mail panel that allows them to create auto-responders, redirections, and change passwords for their mail accounts.
- This mail panel can be found at http://gnupanel.domain/mail.
<<less
Download (2.8MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
919 downloads
Virtualmin 3.44

Virtualmin 3.44


Virtualmin is the worlds most popular Open Source virtual hosting management system. more>>
Virtualmin is the worlds most popular Open Source virtual hosting management system designed to make virtual hosting quick, reliable, and secure. Now Virtualmin is also easy to install, professionally supported, and aggressively targeted to answering the needs of web hosting providers.
Compare Virtualmin to cPanel, feature for feature. The new Virtualmin application stack is easier to install, easier to use, and provides the only complete web-based system management platform on the market.
The right tool for the job
With the Virtualmin tool-chest, you can manage every aspect of your servers from an easy-to-use, well-documented, and secure web-based GUI. There is no more comprehensive web-based administration product available.
Webmin provides a graphical system administration tool for everything on a UNIX or Linux system, Virtualmin provides a quick and easy virtual hosting management system, and Usermin provides webmail, password changes, database management, spam filter configuration, and much more. Virtualmin, Inc. provides an easy to install package providing all of these tools and more.
Enhancements:
- Webalizer statistics are now included in cPanel migrations.
- A restriction was added to the Edit Owner Limits page to prevent the creation of catch-all email aliases.
- A Module Config option was added for deleting aliases when email is disabled for a domain.
- Many small bugs were fixed.
<<less
Download (0.36MB)
Added: 2007-07-26 License: BSD License Price:
836 downloads
Apache::Logmonster 3.03

Apache::Logmonster 3.03


Apache::Logmonster is a tool to collect log files from multiple Apache Web servers. more>>
Apache::Logmonster project is a tool to collect log files from multiple Apache Web servers, split them based on the virtual host, sort the logs into chronological order, and then pipe them into a log file analyzer of your choice (Webalizer, http-analyze, AWstats, etc).
Main features:
Log Retrieval from one or mnay hosts
- Ouputs to webalizer, http-analyze, and AWstats.
Automatic vhost configuration
- Logmonster reads your Apache config files to learn about your virtual hosts and their file system location. Logmonster also generates config files as required (ie, awstats.example.com.conf).
Settings configuration for each virtualhost
- Outputs stats into each virtual domains stats dir, if that directory exists. This is an easy way to enable or disable stats for a virtual host. If ``stats exists, it will be updated. Otherwise it will not. Can also creates missing stats directories if desired (see statsdir_policy in logmonster.conf).
Efficient
- uses Compress::Zlib to read directly from .gz files to minimizes network and disk usage. Skips processing logs for vhosts with no $statsdir. Skips sorting if you only have logs from one host.
Flexible update intervals
- you can run it monthly, daily, or hourly
Reporting
- saves an activity report and sends an email friendly report.
Reliable
- lots of error checking so if something goes wrong, it gives a useful error message.
Apache savvy
- Understands and correctly deals with server aliases
Enhancements:
- This new version is mostly about code quality and maintainability (not new features). The large chunks of code have been modularized into smaller subroutines and tests have been written to test the functionality of each sub. There are now 102 different tests (was 23) in the test suite. Added t/Test-coverage.pl, t/Logmonster.t, t/pod.t, t/pod-coverage, t/00.load
- Nearly all the ``working code has been moved into lib/Apache/Logmonster.pm. Logmonster.pl is now a ``shell consisting of a little bit of code and a lot of documentation.
- All the functions are now Object Oriented. Time will tell if that is a A Good Thing[TM] but it makes reading the code and understanding where all the calls are going much, much easier. added doc/*
- The documentation has been significantly updated, addressing many of the common questions and comments I have received.
- The reporting has been overhauled. You still get the same information but by default, if everything is okay it runs entirely silently. A single -v will output status messages that make for a nice birds eye view of your web log traffic. You can add additional -v options for even more verbose reporting.
- Interface change: instead of -m for month, -d for day, and -h for hour, you use a -i [hour|day|month] option. The old -mdh options are officially deprecated but will continue to work for the indefinte future.
- synced lib/Apache/Logmonster/Perl & Utility with Mail::Toaster 5 versions.
<<less
Download (0.12MB)
Added: 2007-03-01 License: BSD License Price:
968 downloads
Apalogretrieve 0.9.2

Apalogretrieve 0.9.2


Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language. more>>
Apalogretrieve program retrieves data from an Apache logfile with a syntax, that is derived (a subset of) the SQL language.

The idea to make such an implementation came up at 17th of July 2007. I just started it then.

The basic idea of using an SQL-like dialect for logfile-analysis I had many years ago, but as there was no necessity, I didnt started a project like this.

The reason why I started to implement it now is, that the idea about SQL-querying of a logfile was now of interest to me, because I hated the way, how webalizer does it: you have graphical results very easy, but how to make detailed lookups to certain information? And: what about the delay until the (averaging) data can be seen in the graphs, and other problems, when changing a webalizer.conf-file?

So, this was the reason to start it.

As I not every day have the time to implement it, and only do it in a spare time window, it might need some time to make it ready, but reading Apaches common logfile-format as well as parsing simple SQL-like SELECT statements already works (19th of July 2007).

Usage Example:

SELECT host,date FROM "apache-commonlog.log" where size > 2000;
SELECT host,date,client,referrer FROM "apache-commonlog.log" where host = "foobar.host.net";
<<less
Download (0.012MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2