Main > Free Download Search >

Free activity logging software for linux

activity logging

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2135
Pax Logging 0.9.2

Pax Logging 0.9.2


Pax Logging is a consolidation effort that aims to make all existing logging APIs in the Java world available. more>>
Pax Logging is a consolidation effort that aims to make all existing logging APIs in the Java world available for OSGi developments, driven by a Log4J backend.
Each legacy API is loaded as its own bundle. The logging service can be reloaded at run-time.
Main features:
- Log4J driving the backend implementation.
- Log4J API supported.
- Jakarta Commons Logging API supported.
- Pax Logging Service implements the standard OSGi Log Service API.
- JDK Logging API support.
- Avalon Logger API support.
- SLF4J API support.
- Knopflerfish Log service support.
<<less
Download (MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1172 downloads
File Activity Viewer 0.2.0

File Activity Viewer 0.2.0


File Activity Viewer opens a file and shows you the last lines. more>>
File Activity Viewer opens a file and shows you the last lines (this is configurable) and then keeps waiting for changes in that file.
It works like a graphical (with GUI) tail -f.
Enhancements:
- Add Edit menu with Copy, Clear and Select All functions.
- Add possibility to open multiple files at once in the same window
<<less
Download (0.60MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1614 downloads
MySQL Activity Report 1.0.0

MySQL Activity Report 1.0.0


MySQL Activity Report is a valuable database tuning aid. more>>
MySQL Activity Report is a valuable database tuning aid.

The MySQL Activity Report package is a tool to help MySQL database administrators to collect several database parameters and variables. These collected values can be used for server monitoring or performance tuning purposes.

The most important component of the MySQL Activity Report is mysqlard. This daemon collects the data from a MySQL server and stores these values in a Round Robin Database.

The mysqlard package also contains example graphing, cron and php scripts. The cron scripts can be used to keep archives of the generated graphics and the php script shows the generated graphics and tries to give some tuning tips.

<<less
Download (0.040MB)
Added: 2006-02-04 License: GPL (GNU General Public License) Price:
1361 downloads
PIX Logging Architecture 2.00

PIX Logging Architecture 2.00


PIX Logging Architecture is a project allowing for correlation of Cisco PIX Firewall traffic. more>>
PIX Logging Architecture [PLA] is a project allowing for correlation of Cisco PIX Firewall Traffic and IDS Logs.
Centralization of the logs is provided using a MySQL database, supported by a Web-based frontend for Log Viewing, Searching, and Event Management.
PLA is completely coded in the Perl programming language, and uses various Perl modules including Perl::DBI and
Perl::CGI.
Main features:
- Parsing of Cisco PIX Syslog Messages
- Centralized MySQL Database Logging
- Multiple Firewall Support
- Web-based frontend for:
- Cisco PIX Traffic Logs
- Cisco PIX IDS Logs
- Searching Cisco PIX Traffic and IDS Logs
- Cisco PIX Traffic and IDS Statistics
- Event Management (Incident Management)
<<less
Download (0.025MB)
Added: 2007-03-25 License: GPL (GNU General Public License) Price:
950 downloads
Python logging module 0.4.9.5

Python logging module 0.4.9.5


Python logging module is a logging module for Python for use with Python 1.5.2 through 2.2.x. more>>
The Python logging module implements a standard logging system for Python programs. It was strongly influenced by log4j from the Apache project.

As this package is included in versions 2.3 and later, only users of earlier versions of Python would need to install this module.

There was a need for a standard logging system in Python, as comprehensively documented in PEP 282 and enthusiastically endorsed by the BDFL in the Parade of the PEPs.

By a happy coincidence, the package described here was already in development and fairly close in intent and design to the description in the aforementioned PEP, borrowing as it did heavily from JSR-47 (now JDK 1.4s java.util.logging package) and log4j.

This page describes it in more detail. As I have tweaked the package to meet comments on PEP 282, I have structured this page in the same way as the original PEP.

This package is now part of Python 2.3, but if you have an earlier version of Python, you can download the package from here and use it with Python versions between 1.5.2 and 2.2.x.
<<less
Download (0.090MB)
Added: 2005-04-22 License: Freely Distributable Price:
1647 downloads
Learning Activity Management System 2.0.2

Learning Activity Management System 2.0.2


Learning Activity Management System can manage and deliver online collaborative learning activities. more>>
Learning Activity Management System (LAMS in short) is a revolutionary new tool for designing, managing and delivering online collaborative learning activities. It provides teachers with a highly intuitive visual authoring environment for creating sequences of learning activities.
These activities can include a range of individual tasks, small group work and whole class activities based on both content and collaboration.
Main features:
- This is a complete re-write that includes lots of new features.
<<less
Download (31.6MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
871 downloads
Fast Logging Project for Snort 1.6.0

Fast Logging Project for Snort 1.6.0


Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors. more>>
Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported).
On the sensor, the output is written to a process called sockserv. This process is threaded; one thread receives and buffers the alert packets, and the other thread forwards them to a central server.
The output is decoupled from snort, which can proceed in sniffing instead of waiting for the output plugins. At the central server, a process called servsock gathers all alerts from the remote sensors and feeds them to the database.
A short description of alerts with high priority together with the database ID can be sent via email to a list of recipients.
Main features:
- Decoupling of the output from snort. Snort can work on new packets instead of processing the output.
- Buffering of alerts on the sensor. This is useful if you have a shortage on your network to the central server or the servsock process on the central server is not running (maybe it will be restarted due to a change to a newer version...)
- Buffering of alerts on the central server. It is not uncommon that the database (especially MySQL) is hanging during a high input rate or the rate is faster than the database is able to store.
- Fast writing to the database via an unix domain socket.
- E-Mail alerting on high priority alerts.
- Drop feature for the worst case. At least the basic alert informations are still available either via E-Mail or on stdout/syslog.
- Since version 1.0.6 the alerts which should be dropped on the central server if servsock exits are written to a swap file. So this data is still availabe.
- If alerts have to been dropped because the high water mark was reached then these data are not written to the swap file.
Enhancements:
- Several checks were added, the alert data from Snort got a tag, and a restart of Snort is now checked.
- getpacket now has base 64 support.
- The statistics are now generated via the control thread so some signals are no longer necessary.
- The exit handler was rewritten and a cache for signatures was added.
- This cache can accelerate the insert rate by up to a factor of two and is implemented as a red black tree.
- During runtime, the only SELECT statement is for the signature ID, and all other operations are INSERT statements.
- The idea is to cache all signatures that caused an alert.
<<less
Download (0.68MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
Patch for Net Accounting Daemon for logging 0.7

Patch for Net Accounting Daemon for logging 0.7


A patch for Net Accounting Daemon which adds support for logging network traffic on a MySQL Server. more>>
A patch for Net Accounting Daemon which adds support for logging network traffic on a MySQL Server.
You can control nacctd with so called signals. Here is what the signals do (one might call this abuse of signals:
SIGINT ends daemon
SIGTERM ends daemon
SIGUSR1 increases debugging level
SIGUSR2 turns off debugging
SIGWINCH prints some kind of version id
SIGTSTP disables writing to file
SIGCONT enables writing to file
The last two (TSTP and CONT) are useful for an automated archival of the logfiles without terminating the daemon. Just send a SIGTSTP before moving the logfile and send a SIGCONT when you are done.
Enhancements:
- modifyed process.c netacct.h
- Moved build process to use configure script ala GNU recommendations
- now all compile options are available as configure options except HASHSIZE which i think is for advanced users only
<<less
Download (0.068MB)
Added: 2006-07-03 License: Freeware Price:
1208 downloads
Netscape Friends Activity Sidebar 1.1

Netscape Friends Activity Sidebar 1.1


Netscape Friends Activity Sidebar is a Firefox extension that helps you keep tabs about your friends stories on Netscape... more>>
Netscape Friends Activity Sidebar is a Firefox extension that helps you keep tabs on what stories your Netscape friends are submitting, commenting, and voting on. A new toolbar button (shown in the extension preview image) features Chad, the older, more mature brother of AOLs little yellow chat mascot. When there is new activity by your friends (i.e., a new comment, story submission, or vote, depending on your settings), the button will be activated and Chad will send a friendly wave your way. Clicking on the activated button will open a list of your friends activity in the sidebar, allowing you to easily browse their stories and comments. Each time you view your friends activity, you will only be shown activity that is new since the last time you opened the sidebar.

Note: The sidebar limits activity to five items for each friend. If there are more than five items to view, a "View all of Chads activity" link will be shown at the bottom of the friends section. You can always view all of a friends activity by clicking on their name or avatar.

To make use of this extension, you must be logged into Netscape.com. If you do not have a Netscape.com account, sign up at http://www.netscape.com/signup Accounts are free, and it only takes a few minutes to create one. Once you have a Netscape.com account, you can submit stories and videos, vote for other peoples stories, rate comments, comment on stories you find interesting, as well as use this extension.

<<less
Download (0.016MB)
Added: 2007-05-29 License: MPL (Mozilla Public License) Price:
878 downloads
Logging Services 0.9.7

Logging Services 0.9.7


Logging Services project is intended to provide cross-language logging services for purposes of application debugging. more>>
Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing.
We should also mention that thanks to the relentless efforts of many developers, we have a basic level of interoperability between the following projects:
- Log4Cxx (c++)
- Log4j
- Log4Net
- Log4Perl
- Log4PHP
- Log4PLSQL
- JDK1.4s util.logging framework
There is still much work ahead bringing in the various projects to work together within the Logging Services Project. The process is likely to take a little while. In the mean time, we will continue to do what we like best, that is developing open source software.
This is a project of the Apache Software Foundation (ASF). Like all Apache projects, we encourage a collaborative, consensus-based development process. We offer an open and pragmatic software license, and we strive to create software of the highest quality. The ASF is organized into several projects, which like Logging Services project may contain multiple sub-projects.
<<less
Download (MB)
Added: 2007-01-11 License: The Apache License 2.0 Price:
1018 downloads
httplog 2.1

httplog 2.1


httplog is an apache log rollover program w/strftime(3) filename support. more>>
httplog is a replacement for Apaches rotatelogs and Andrew Fords chronolog. It allows you to specify a logfile using strftime paramaters in the filename to act as a template.
This means that the logs in your logfiles will also be sorted according to the filename. For example, if you specify a logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day, with content for only that one day.
It also supports compression of logfiles using gzip, and many other useful functions.
It takes one argument at the command line, the path to a logfile as a template.
The template pathname can use any valid special characters permitted in strftime(3). Other optional arguments can be appended to the command line.
If you want to have httplog run as a different user and/or group (instead of running as root - possible security risks), you can use the `-u and `-g to have httplog run as that user and/or group.
You can also specify `-b to have httplog use a custom buffer size for memory storage of log data, rather than the default value of just line buffering mode (flushes data per newline).
If you want to have your logfiles gzipped because of size constraints, you can now use the `-z option to have httplog gzip all logfiles once its done writing all data to them (when a rollover period hits and a new logfile is to be created).
You may have a symlink to the currently active logfile by using the `-s option and specifying a filename to be used as the symlink.
This program makes Apache act similar to Microsofts IIS webserver in its logging style (as opposed to every logfile entry in one single huge logfile). This allows you to easily maintain your webserver logfiles for statistics packages in an easily organizable manner without user intervention.
Because of the buffer option added since v1.5, httplog may also be usefull for extremely large sites that get thousands of hits per second, and typically disable logging to save their hard drives from dying.
The buffer size option can be used to create an extremely large buffer in ram so that logfiles would not be flushed as often as if it were in line buffering mode, and in essence, could prolong the life of your valuable drives by decreasing their activity.
Enhancements:
- Removed a couple of lines of code that could cause segfaults if errors were imminent while opening new a file or allocating the buffer memory
<<less
Download (0.013MB)
Added: 2005-04-25 License: Free To Use But Restricted Price:
1644 downloads
IMLogger 0.62

IMLogger 0.62


IMLogger provides an utility which logs instant messenger screen names logging on and off. more>>
IMLogger provides an utility which logs instant messenger screen names logging on and off.

IMLogger provides a usable program to enable network administrators to log certain instant messaging activities (namely, login and logout). AOL is currently supported, with Yahoo, MSN, and Jabber protocols in the works.

This is very useful in Universities where campus police want to trace a SN back to a port/dorm

<<less
Download (0.014MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
X11 Disk Activity Feedback A.01.11.01

X11 Disk Activity Feedback A.01.11.01


X11 Disk Activity Feedback shows disk activity by animating the X11 cursor. more>>
X11 Disk Activity Feedback shows disk activity by animating the X11 cursor.

It provides a visual feedback of local disk activity by changing the default X11 mouse pointer to an animated wheel.

Installation:

Untar and change into the new directory and:

# xmkmf
# make
# make install

<<less
Download (0.012MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1124 downloads
Simple Logging Facade for Java 1.1.0 RC0

Simple Logging Facade for Java 1.1.0 RC0


Simple Logging Facade for Java is intended to serve as a simple facade for various logging APIs. more>>
Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time.
Logging API implementations can either choose to implement the the SLF4J interfaces directly, e.g. NLOG4J or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for the given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.
The SLF4J interfaces and their various adapters are simple and straightforward. Most developers familiar with the Java language should be able to read and fully understand the code in less than one hour.
SLF4J does not rely on any special class loader machinery. In fact, the binding between SLF4J and a given logging API implementation is performed statically at compile time.
Each binding is hardwired to use one and only specific logging API implementation. Thus, SLF4J suffers from none of the class loader problems or memory leaks observed with other approaches.
We hope that simplicity of the SLF4J interfaces and the deployment model will make it easy for developers of other logging APIs to conform to the SLF4J model.
Enhancements:
- This release consists of bugfixes only.
- Moreover, since the major packaging-related changes in 1.1.0-beta0 seem to work well, this release is marked as 1.1.0-RC0.
<<less
Download (0.21MB)
Added: 2006-11-05 License: MIT/X Consortium License Price:
1089 downloads
Simple Log 2.0.1

Simple Log 2.0.1


Simple Log is a small library that does logging very simply. more>>
Simple Log is a small library that does logging very simply and requires you to do almost nothing (other than actually logging) to get log output to happen. Simple Log is much simpler to use than a logging framework, especially in terms of configuration.
It doesnt attempt to solve every logging problem in one package, but contains enough features to be a viable alternative for most applications that need logging. This tool will handle the logging needs of most small- to large-sized projects, but with an almost non-existent learning curve.
Enhancements:
- This release is primarily about the addition of log rolling (by time of day, file size, or custom strategy), the inclusion of a small but humorous user guide, the fixing of a raft of minor bugs, and the inclusion of a few other small features increasing flexibility.
<<less
Download (0.98MB)
Added: 2006-07-25 License: The Apache License 2.0 Price:
1187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5