log files
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10903
NewSyslog 1.1
NewSyslog is a portable and updated version of Ted Tsos newsyslog. more>>
NewSyslog is a highly configurable program for managing and archiving log files.
Main features:
- It is more portable (using GNU Autoconf) and it can be compiled and installed on most any modern Unix or Unix-like system.
- It has support for fixed time-of-day daily archiving with a command-line option to identify the daily roll-over invocation (which may be at midnight, or at any other regular daily time).
- It supports the FreeBSD feature that allows specification of the log roll-over time as a daily, weekly, or monthly interval (with optional time-of-day specification for the last two). [The other overly flexible, ISO 8601 interpretation of the interval "@" option is not supported -- it is too generic and not meaningful enough in the context of log file management.]
- It supports optional PID files so that non-standard daemons can be told to re-open their logfiles after archiving has taken place. (Including /dev/null which disables signalling of any daemon when the specified log file is rolled over.)
- It can send a signal other than SIGHUP to the daemon associated with a given log file.
- It can leave the most recently archived log file uncompressed, which is necessary for daemons like httpd and smail because they continue to write to the current log file until their current jobs have completed. (This also makes it much easier to review recent log data with normal Unix tools.) [NetBSD now has this feature.]
- It supports the FreeBSD feature of being able to restrict processing to just those log files specified on the command line.
- Unlike the NetBSD version it first parses the config file before taking any action, meaning that if any errors are encountered it will report them and quit without doing anything.
- Unlike the FreeBSD version, it will roll a log file if either the interval or size limits have been reached (FreeBSDs version makes it too easy to have a rapidly growing log file overflow the filesystem).
- Unlike the NetBSD version it always creates any missing log file (though this can be disabled on a per-file basis).
- It uses an advisory lock on the current configuration file to prevent multiple invocations from tripping over each other.
- The documentation is far better!
<<lessMain features:
- It is more portable (using GNU Autoconf) and it can be compiled and installed on most any modern Unix or Unix-like system.
- It has support for fixed time-of-day daily archiving with a command-line option to identify the daily roll-over invocation (which may be at midnight, or at any other regular daily time).
- It supports the FreeBSD feature that allows specification of the log roll-over time as a daily, weekly, or monthly interval (with optional time-of-day specification for the last two). [The other overly flexible, ISO 8601 interpretation of the interval "@" option is not supported -- it is too generic and not meaningful enough in the context of log file management.]
- It supports optional PID files so that non-standard daemons can be told to re-open their logfiles after archiving has taken place. (Including /dev/null which disables signalling of any daemon when the specified log file is rolled over.)
- It can send a signal other than SIGHUP to the daemon associated with a given log file.
- It can leave the most recently archived log file uncompressed, which is necessary for daemons like httpd and smail because they continue to write to the current log file until their current jobs have completed. (This also makes it much easier to review recent log data with normal Unix tools.) [NetBSD now has this feature.]
- It supports the FreeBSD feature of being able to restrict processing to just those log files specified on the command line.
- Unlike the NetBSD version it first parses the config file before taking any action, meaning that if any errors are encountered it will report them and quit without doing anything.
- Unlike the FreeBSD version, it will roll a log file if either the interval or size limits have been reached (FreeBSDs version makes it too easy to have a rapidly growing log file overflow the filesystem).
- Unlike the NetBSD version it always creates any missing log file (though this can be disabled on a per-file basis).
- It uses an advisory lock on the current configuration file to prevent multiple invocations from tripping over each other.
- The documentation is far better!
Download (0.15MB)
Added: 2005-04-25 License: Freely Distributable Price:
1642 downloads
logviewer 0.2
logviewer is an application for easy management of log files. more>>
logviewer is a GUI application for easy management of log files. It features page layout configuration, text filtering and date-time filtering for a logs name and for its pages, a date-time format variable, page selection and saving, and configurable file patterns and directories to analyze.
Main features:
- selection of configuration file on starting
- automatic load from configuration file of files list to show
- search configuration: files to show, directories to search files and files patterns to find (*.log, *log*.txt...)
- layout of showing files (show on pages)
- page configuration: number of characters per line and number of lines per page
- files list filtering based on "date-time from/date-time to" filters or text pattern filter
- pages-lines filtering based on "date-time from/date-time to" filters or text pattern filter
- date-time format configuration: standard sequence yyyymmddhhmmss, but with variables separators
- saving filtered or selected pages to new file
Installation
The installation is standard:
Source version:
- copy and decompression of package .tar.gz to installation directory
- ./configure
- make
- logviewer executable are created in src directory
(installation subdirectory)
Binary version:
- copy and decompression of package .tar.gz to installation directory
- decompressed file logviewer is the executable
<<lessMain features:
- selection of configuration file on starting
- automatic load from configuration file of files list to show
- search configuration: files to show, directories to search files and files patterns to find (*.log, *log*.txt...)
- layout of showing files (show on pages)
- page configuration: number of characters per line and number of lines per page
- files list filtering based on "date-time from/date-time to" filters or text pattern filter
- pages-lines filtering based on "date-time from/date-time to" filters or text pattern filter
- date-time format configuration: standard sequence yyyymmddhhmmss, but with variables separators
- saving filtered or selected pages to new file
Installation
The installation is standard:
Source version:
- copy and decompression of package .tar.gz to installation directory
- ./configure
- make
- logviewer executable are created in src directory
(installation subdirectory)
Binary version:
- copy and decompression of package .tar.gz to installation directory
- decompressed file logviewer is the executable
Download (0.20MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1640 downloads
LMon 1.2
LMon is a package for near real-time monitoring of logs, sending email alerts upon known (rule hits) or unknown data. more>>
LMon is a package for near real-time monitoring of logs, sending email alerts upon known (rule hits) or unknown data (rule misses).
It features buffering of multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert, and auto- discovery of log rotation.
It can be run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people.
Main features:
- Buffer multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert.
- Auto-discovery of log rotation.
- Simplicity. LMon can run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people. It is very much intended to be simple (Keep It Simple, Stupid).
<<lessIt features buffering of multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert, and auto- discovery of log rotation.
It can be run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people.
Main features:
- Buffer multiple rule hits within a given interval, cap at a given maximum number of lines, wait for a given interval before sending next alert.
- Auto-discovery of log rotation.
- Simplicity. LMon can run from the command line without configuration, or be controlled from a central configuration file with multiple instances monitoring different log files/sending alerts to different people. It is very much intended to be simple (Keep It Simple, Stupid).
Download (0.009MB)
Added: 2005-05-20 License: GPL (GNU General Public License) Price:
1621 downloads
klogview 0.6
klogview is a KDE real-time log file viewer, like tail -f. more>>
klogview is a KDE real-time log file viewer, like tail -f. The main window contains any number of dockable log panels, with an arbitrary number of log sources in each of them.
Every log source can have a separate font color and style. Other features include filters, alerts, different encodings, and tray support.
Main features:
- Any number of dockable log panels
- Any number of log sources per log panel
- "File" log source
- "Process output" log source
- Configurable fonts and colors
- Filters and alerts
- Tray icon
Enhancements:
- Removed forced autoscroll
- Ability to reopen log files
- Ability to enable/disable log sources stop filter flag
<<lessEvery log source can have a separate font color and style. Other features include filters, alerts, different encodings, and tray support.
Main features:
- Any number of dockable log panels
- Any number of log sources per log panel
- "File" log source
- "Process output" log source
- Configurable fonts and colors
- Filters and alerts
- Tray icon
Enhancements:
- Removed forced autoscroll
- Ability to reopen log files
- Ability to enable/disable log sources stop filter flag
Download (0.90MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1610 downloads
OpenWebStats 1.1
OpenWebStats is a PHP stats application that reads Apache log files. more>>
OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database.
It then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
<<lessIt then provides an awstats-style reporting tool so that you can review stats on demand from the database. Stats updates are available through cron jobs or the Web interface.
Enhancements:
- Changed Year from hardcoded 2005 to a dynamic current and last year.
- Added full page views to hosts, referers, keywords, and pages
- Drastically improved the class_apache_logs_import.php to not readin the full log to an array. Thus no more memory errors.
- Updated the update now message with flush to show that it is running.
Download (0.080MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1570 downloads
KSystemLog 0.3.2
KSystemLog is a system log viewer tool for KDE 3.3.x. more>>
KSystemLog is a system log viewer tool for KDE 3.3.x.
This program is developed for being used by beginner users, which dont know how to find information about their Linux system, and how the log files are in their computer.
But it is also designed for advanced users, who want to quickly see problems occuring on their server.
Main features:
- View all the main log of your system, by selecting them directly in a menu
- Auto display new lines logged in bold
- Tabbed view to allow displaying several logs at the same time
- Saving in a file and copying to clipboard the selected log lines are also implemented
- It can parse the following log files of your system :
- X.org (or Xfree) logs
- System logs (using the Syslog parser of KSystemLog)
- Kernel logs
- Daemons logs
- Cron logs
- Boot logs
- Authentication logs
- ACPID logs
- Cups logs (and embedded Web server)
Enhancements:
Major improvements :
- Improve a little bit the starting of KSystemLog.
- Add the Apache log.
- Add the Postfix log.
- Add the Samba log.
- Dialog box for sending log message manually from a dialog box.
- Log Toolbar is now visible by default, but only main logs are displayed.
- Colorize log lines by default.
Bug fixes / Minor features :
- Add a grayed "Type your filter here" in the filter (like Amarok).
- Remove shortcut on each log mode. They were to annoying to manage. The user always can bind the key he wants for a log.
- A double-click on an item opens the Detail Dialog.
- Fix a bug which decreased the log file reading.
- Add the Group By action to the Toolbar.
- Using sub-folders to sort source files
- Remove a useless space in most of logs
- Improve the saving of log views layout (column order is now saved)
- Remove tons of memory leaks
- Definetly fix the Detail Dialog by drawing it with Qt Designer
<<lessThis program is developed for being used by beginner users, which dont know how to find information about their Linux system, and how the log files are in their computer.
But it is also designed for advanced users, who want to quickly see problems occuring on their server.
Main features:
- View all the main log of your system, by selecting them directly in a menu
- Auto display new lines logged in bold
- Tabbed view to allow displaying several logs at the same time
- Saving in a file and copying to clipboard the selected log lines are also implemented
- It can parse the following log files of your system :
- X.org (or Xfree) logs
- System logs (using the Syslog parser of KSystemLog)
- Kernel logs
- Daemons logs
- Cron logs
- Boot logs
- Authentication logs
- ACPID logs
- Cups logs (and embedded Web server)
Enhancements:
Major improvements :
- Improve a little bit the starting of KSystemLog.
- Add the Apache log.
- Add the Postfix log.
- Add the Samba log.
- Dialog box for sending log message manually from a dialog box.
- Log Toolbar is now visible by default, but only main logs are displayed.
- Colorize log lines by default.
Bug fixes / Minor features :
- Add a grayed "Type your filter here" in the filter (like Amarok).
- Remove shortcut on each log mode. They were to annoying to manage. The user always can bind the key he wants for a log.
- A double-click on an item opens the Detail Dialog.
- Fix a bug which decreased the log file reading.
- Add the Group By action to the Toolbar.
- Using sub-folders to sort source files
- Remove a useless space in most of logs
- Improve the saving of log views layout (column order is now saved)
- Remove tons of memory leaks
- Definetly fix the Detail Dialog by drawing it with Qt Designer
Download (0.70MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1557 downloads
Kwatch 2.3.3
Kwatch is a graphical KDE 2.0 user interface for watching log files. more>>
Kwatch is a graphical KDE 2.0 user interface for watching log files.
This utility is a port of kwatch 0.3 by Ralph C. Weichert to KDE2/3.
Basically it is a tail -f with a graphical KDE user interface for watching log files.
Enhancements:
- kwatch/kwatchconf.h (DEFAULT_IDLETIMEOUT): default set to 300 s.
- kwatch/prefs.cpp (kwatchPrefs): add input field "Reopen idle timeout".
- (updateConf): set m_param3 from config.
- (changeParam3): new slot for m_param3.
- kwatch/prefs.h (class kwatchPrefs): added m_param3 member with corresponding changeParam3() slot.
- kwatch/klogwidget.cpp (KLogWidget): use config idleTimeout. (timeout): dito.
- kwatch/kwatchconf.cpp (save): save new idleTimeout. (read): read new idleTimeout.
- kwatch/kwatchconf.h (class kwatchConf): added idleTimeout member.
- (DEFAULT_IDLETIMEOUT): default is 30 seconds.
- kwatch/klogwidget.cpp (KLogWidget): start m_idle with 30s.
- (timeout_idle): new slot for timer m_idle timeout signal.
- (timeout): restart m_idle, if text was read from a log file.
- kwatch/klogwidget.h (class KLogWidget): added new QTimer *m_idle member.
- kwatch/klogwidget.cpp (createPopupMenu): removed call to
- QTextEdit::createPopupMenu(), use QCursor::pos(). The position passed in arg pos is the relative position in the KLogWidget, not the absolute position on screen.
<<lessThis utility is a port of kwatch 0.3 by Ralph C. Weichert to KDE2/3.
Basically it is a tail -f with a graphical KDE user interface for watching log files.
Enhancements:
- kwatch/kwatchconf.h (DEFAULT_IDLETIMEOUT): default set to 300 s.
- kwatch/prefs.cpp (kwatchPrefs): add input field "Reopen idle timeout".
- (updateConf): set m_param3 from config.
- (changeParam3): new slot for m_param3.
- kwatch/prefs.h (class kwatchPrefs): added m_param3 member with corresponding changeParam3() slot.
- kwatch/klogwidget.cpp (KLogWidget): use config idleTimeout. (timeout): dito.
- kwatch/kwatchconf.cpp (save): save new idleTimeout. (read): read new idleTimeout.
- kwatch/kwatchconf.h (class kwatchConf): added idleTimeout member.
- (DEFAULT_IDLETIMEOUT): default is 30 seconds.
- kwatch/klogwidget.cpp (KLogWidget): start m_idle with 30s.
- (timeout_idle): new slot for timer m_idle timeout signal.
- (timeout): restart m_idle, if text was read from a log file.
- kwatch/klogwidget.h (class KLogWidget): added new QTimer *m_idle member.
- kwatch/klogwidget.cpp (createPopupMenu): removed call to
- QTextEdit::createPopupMenu(), use QCursor::pos(). The position passed in arg pos is the relative position in the KLogWidget, not the absolute position on screen.
Download (0.069MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1509 downloads
wmap 0.01
wmap is a tool for creating log files about the reachability of wireless access points with signal strengh and GPS coordinates. more>>
wmap is a tool for creating log files about the reachability of wireless access points with signal strengh and GPS coordinates.
Options:
-i Interface Name - Network interface to use (i.e. wlan0 or eth0),
default is wlan0
-l logfile Name - Name of the data logfile, default is wmap.log
-d debug - For debugging / direct console output set this to
anything != NULL
-h IP - The ip is nesecary to run wmap. Normally this is the ip of
your AP or Router
<<lessOptions:
-i Interface Name - Network interface to use (i.e. wlan0 or eth0),
default is wlan0
-l logfile Name - Name of the data logfile, default is wmap.log
-d debug - For debugging / direct console output set this to
anything != NULL
-h IP - The ip is nesecary to run wmap. Normally this is the ip of
your AP or Router
Download (0.002MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1499 downloads
squidview 0.69
squidview is an interactive program which monitors squid logs and displays them in a nice fashion. more>>
Squidview is a program that displays the squid proxy server log file in a nice fashion, providing the log file is in squids native reporting fashion. It has features such as search, report generation, monitor mode and supports three log files.
Thus, the program can be used to monitor Internet usage on a networked site. But please note squid has to be running first and this program is not a proactive resource controller. What it can do is tell you who and which sites are consuming the most bandwidth.
Installation:
If "configure" and "make" are successful:
make install-strip
"make install-strip" will provide a smaller executable than "make install" because the latter has quite a bit of debugging information with it.
Or if you arent the superuser the program will still run if you have read access to the squid log file.
This program assumes the main squid log file is here:
/usr/local/squid/var/logs/access.log
If it isnt just symlink it appropriately from the following default. This directory and links are made in the users home space when squidview is first run by the user.
graeme@localhost:~/.squidview$ ls -l
HOWTO -> /usr/local/share/squidview/HOWTO
log1 -> /usr/local/squid/var/logs/access.log
log2 -> log1
log3 -> log1
users
words
In this case squidview expects the primary log to be "log1", and the symlink redirects it to where the file actually is. Three log locations are supported which gives you a bit of room for accomodating rotating logs.
<<lessThus, the program can be used to monitor Internet usage on a networked site. But please note squid has to be running first and this program is not a proactive resource controller. What it can do is tell you who and which sites are consuming the most bandwidth.
Installation:
If "configure" and "make" are successful:
make install-strip
"make install-strip" will provide a smaller executable than "make install" because the latter has quite a bit of debugging information with it.
Or if you arent the superuser the program will still run if you have read access to the squid log file.
This program assumes the main squid log file is here:
/usr/local/squid/var/logs/access.log
If it isnt just symlink it appropriately from the following default. This directory and links are made in the users home space when squidview is first run by the user.
graeme@localhost:~/.squidview$ ls -l
HOWTO -> /usr/local/share/squidview/HOWTO
log1 -> /usr/local/squid/var/logs/access.log
log2 -> log1
log3 -> log1
users
words
In this case squidview expects the primary log to be "log1", and the symlink redirects it to where the file actually is. Three log locations are supported which gives you a bit of room for accomodating rotating logs.
Download (0.075MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1485 downloads
Spammergrok 0.96beta
Spammergrok is a bash script to extract URLs and download data from them a set number of times. more>>
Spammergrok is a simple bash script that will take URLs on the command line, from one or more files, or extract them from one or more files containing a single email message each (via ripmime).
Spammergrok will then proceed to download data from these URLs a set number of times (via wget) in an effort to waste a spammers bandwidth.
Main features:
- Autoconf configuration and installation of the spammergrok script
- User configuration of operational parameters via resource file
- Sane default values, with user-overrides via resource file (updated/expanded soon)
- Configurable limitations on download speed and number of download iterations to prevent spammergrok from overpowering a host
- Ability to download in the background
- Logging of actions and results, with automatic compression of log files when completed (coming soon), and automatic removal of old log files after a configurable amount of time (coming soon)
- Spam mail or URLs may be piped to spammergrok, given on the command line, or given in one or more files (one email message per file)
<<lessSpammergrok will then proceed to download data from these URLs a set number of times (via wget) in an effort to waste a spammers bandwidth.
Main features:
- Autoconf configuration and installation of the spammergrok script
- User configuration of operational parameters via resource file
- Sane default values, with user-overrides via resource file (updated/expanded soon)
- Configurable limitations on download speed and number of download iterations to prevent spammergrok from overpowering a host
- Ability to download in the background
- Logging of actions and results, with automatic compression of log files when completed (coming soon), and automatic removal of old log files after a configurable amount of time (coming soon)
- Spam mail or URLs may be piped to spammergrok, given on the command line, or given in one or more files (one email message per file)
Download (0.083MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1485 downloads
Visitors Web Log Analyzer 0.61
Visitors is a very fast Web log analyzer. more>>
Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type:
No installation required, can process up to 150,000 lines of log entries per second in fast computers (20MB/s with my log files average length).
Designed to be executed by the command line, output html and text reports. The text report can be used in pipe to less to check web stats from ssh.
Support for real time statistics with the Visitors Stream Mode introduced with version 0.3.
To specify the log format is not needed at all. Works out of box with apache and most other web servers with a standard log format (see the documentation for more information on the format).
Its a portable C program, can be compiled on many different systems. Binaries for Windows systems are in the Download section of this page.
The produced html report doesnt contain images or external CSS, is self-contained, you can send it by email to users.
Visitors is free software (and of course, freeware), under the terms of the GPL license. You dont need to pay to use it. Visitors is supported, if you want a custom version made directly by the original author for a modest price, contact me at antirez (at) invece.org. ISPs may take advantage of the high processing speed.
Main features:
- Requested pages.
- Requested images.
- Referers by hits and age.
- Unique visitors in each day.
- Page views per visit.
- Pages accessed by the Google crawler (and the date of googles last access on every page).
- Percentage of visits originated from Google searches for every day.
- Users navigation patterns (web trails).
- Keyphrases used in Google searches.
- User agents.
- Weekdays and Hours distributions of accesses.
- Weekdays/Hours combined bidimentional map.
- Month/Year combined bidimentional map.
- Visual path analysis with Graphviz.
- Operating systems, browsers and domains popularity.
- 404 errors.
Enhancements:
- This release adds an important bugfix in the unique visitors algorithm.
- The output is now nearer to reality (though unique visitors stats are always a guess without the use of a cookie).
<<lessNo installation required, can process up to 150,000 lines of log entries per second in fast computers (20MB/s with my log files average length).
Designed to be executed by the command line, output html and text reports. The text report can be used in pipe to less to check web stats from ssh.
Support for real time statistics with the Visitors Stream Mode introduced with version 0.3.
To specify the log format is not needed at all. Works out of box with apache and most other web servers with a standard log format (see the documentation for more information on the format).
Its a portable C program, can be compiled on many different systems. Binaries for Windows systems are in the Download section of this page.
The produced html report doesnt contain images or external CSS, is self-contained, you can send it by email to users.
Visitors is free software (and of course, freeware), under the terms of the GPL license. You dont need to pay to use it. Visitors is supported, if you want a custom version made directly by the original author for a modest price, contact me at antirez (at) invece.org. ISPs may take advantage of the high processing speed.
Main features:
- Requested pages.
- Requested images.
- Referers by hits and age.
- Unique visitors in each day.
- Page views per visit.
- Pages accessed by the Google crawler (and the date of googles last access on every page).
- Percentage of visits originated from Google searches for every day.
- Users navigation patterns (web trails).
- Keyphrases used in Google searches.
- User agents.
- Weekdays and Hours distributions of accesses.
- Weekdays/Hours combined bidimentional map.
- Month/Year combined bidimentional map.
- Visual path analysis with Graphviz.
- Operating systems, browsers and domains popularity.
- 404 errors.
Enhancements:
- This release adds an important bugfix in the unique visitors algorithm.
- The output is now nearer to reality (though unique visitors stats are always a guess without the use of a cookie).
Download (0.11MB)
Added: 2005-11-05 License: GPL (GNU General Public License) Price:
1458 downloads
Practical Query Analyzer 1.6
Practical Query Analyzer produces HTML reports on query statistics. more>>
Practical Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type (select/insert/update/delete), and more for both PostgreSQL and MySQL log files.
<<less Download (0.05MB)
Added: 2005-11-28 License: BSD License Price:
1428 downloads
LogServ 3.0.a3
LogServ is a module for NeoStats IRC Services that logs channel actions and messages to a log file. more>>
LogServ is a module for NeoStats IRC Services that logs channel actions and messages to a log file for processing by channel log file parsers such as pisg, Onis, or MircStats.
LogServ can enable an IRC network to host the channel information Web pages commonly found for popular channels detailing information such as the number of people that have joined an IRC channel, or who spoke the most words.
Enhancements:
- Many internal code cleanups and bugfixes were done.
- This release is compatible with the latest alpha release of NeoStats 3.0.
<<lessLogServ can enable an IRC network to host the channel information Web pages commonly found for popular channels detailing information such as the number of people that have joined an IRC channel, or who spoke the most words.
Enhancements:
- Many internal code cleanups and bugfixes were done.
- This release is compatible with the latest alpha release of NeoStats 3.0.
Download (0.061MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1422 downloads
MetaMonitor 0.4.5
MetaMonitor is a simple program watches the syslogs or metalogs log file and pops up the window whenever the new message comes more>>
MetaMonitor is a software which watches the syslogs or metalogs log file and pops up the window whenever the new message comes. You can specify the file to watch and a regular expression for parsing the log line, so you can watch other than log files too.
Main features:
- Ability to monitor Syslogs, Metalogs or custom file
- Ability to change default regular expression for parsing the logline
- Ability to change interval between single file checks
- Ability to communicate via DCOP
- Ability to configure popups (groupping, lifetime)
Enhancements:
- Added spanish translation (Alejandro Araiza Alvarado)
- Updated other translations files
- Added themes support (can set the skin, text colors and body layout with the qt richtext)
- Commands button -> Commands anchor
- Complete rebuild of the configuration window
- Fixed popups positioning. Now its sensitive on the trays position and doesnt hide kicker
- Fixed keyboard shortcuts in the advanced config (thanks Florian)
- Changed the text in About-Window to a little less stupid ;)
- Added ability to clear the log window
- Updated AUTHORS file
<<lessMain features:
- Ability to monitor Syslogs, Metalogs or custom file
- Ability to change default regular expression for parsing the logline
- Ability to change interval between single file checks
- Ability to communicate via DCOP
- Ability to configure popups (groupping, lifetime)
Enhancements:
- Added spanish translation (Alejandro Araiza Alvarado)
- Updated other translations files
- Added themes support (can set the skin, text colors and body layout with the qt richtext)
- Commands button -> Commands anchor
- Complete rebuild of the configuration window
- Fixed popups positioning. Now its sensitive on the trays position and doesnt hide kicker
- Fixed keyboard shortcuts in the advanced config (thanks Florian)
- Changed the text in About-Window to a little less stupid ;)
- Added ability to clear the log window
- Updated AUTHORS file
Download (MB)
Added: 2005-12-13 License: GPL (GNU General Public License) Price:
1411 downloads
gpss 2005-12-27
gpss is a gnuplot front end for analyzing snort perfmonitor log files. more>>
gpss is a gnuplot front end for analyzing snort perfmonitor log files.
It offers both 2D and 3D interactive or batch graphing of things like bits per second, packets per second, drop percentage, fragments per second, and more.
gpss project is useful as both a performance evaluation tool or a SNOC tool in the short term, and a trending tool for longer terms.
Usage:
For a list of arguments use the --help flag.
./gpss --tutorial | less
./gpss --faq | less
Will get you to either the tutorial or the faq. A short version however is this, and it works for me.
./gpss tlgraph
Assuming your on a machine with a /var/snort/snort.stats, youll get a nice 3d graph to play with on your X display. Itll look something like the following, but you can rotate it around. By default itll check back with the file every 5 seconds and replot if there is new data.
<<lessIt offers both 2D and 3D interactive or batch graphing of things like bits per second, packets per second, drop percentage, fragments per second, and more.
gpss project is useful as both a performance evaluation tool or a SNOC tool in the short term, and a trending tool for longer terms.
Usage:
For a list of arguments use the --help flag.
./gpss --tutorial | less
./gpss --faq | less
Will get you to either the tutorial or the faq. A short version however is this, and it works for me.
./gpss tlgraph
Assuming your on a machine with a /var/snort/snort.stats, youll get a nice 3d graph to play with on your X display. Itll look something like the following, but you can rotate it around. By default itll check back with the file every 5 seconds and replot if there is new data.
Download (0.015MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1399 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above log files search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed