Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
ActivityMonitor | Description: | monitor changes to your files. | Download: | activitymonitor.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 61kb | Version: | 1.3 | Date: | 21 May 2019 | Author: | Andy Broad | Submitter: | Andy Broad | Email: | andy/broad ology org uk | Homepage: | http://www.broad.ology.org.uk/amiga/ | Requirements: | dos.library 53.38 | Category: | utility/misc | License: | Freeware | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 10894 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 195 (Current version) | | 195 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
Activity Monitor
Version 1.3
A simple tool to log disk activity.
NAME
ActivityMonitor - log disk activity.
FORMAT
[TARGET] {name,...} [LOGFILE {logfilename}] [DATESTAMPLOG] [NOTRANSLATE]
[RECURSE]
TEMPLATE
TARGET/A/M,LOGFILE/K,PREFSFILE/K,DATESTAMPLOG/S,NOTRANSLATE/S,RECURSE/S
FUNCTION
ActivityMonitor allows you to monitor and log changes to files on your
various volumes and devices. What you use this log for is up to you.
You might use it to trace the activity of some software, to look out for
unexpected changes to sensitive files, or perhaps to monitor you time spent
working on a project based on the frequency that fils are changed.
A list of files and or directories to monitor is passed on the command line.
These must be absolute paths and use the device names of the volumes on
which they occur. If the RECURSE switch is added then the all files and
directories that start with the path specified will be monitored.
By default the log is written to the console, you may specify a specific
file with the LOGFILE keyword. This file will never be monitored to avoid
any potential infinite loops! Add the DATESTAMPLOGS switch to have the date
added to the logfilename in the format "logfile_YYYYMMDD". NOTRANSLATE
disables localization for the log entries and they will be logged in
English. This is to simplify processing of the logs, without needing to also
localise your perl/python/arexx scripts :-)
The PREFSFILE option is current unimplemented.
Example usage: add the following to your user-startup sequence.
(all one line) To monitor all chnages in the directory DH5:Projects and
below and log it to work:temp/Activity.log_20190522 etc etc
Run <NIL: >NIL: Appdir:ActivityMonitor LOGFILE Work:temp/Activity.log
RECURSE DATESTAMPLOG DH5:PROJECTS >NIL:
SCRIPTS
A couple of example script are included in the distribution to demonstrate
usage for monitor activity / time spent on projects...
AUTHOR
This software was written by Andy Broad <broadblues> you may contact him at
andy()broad.ology.org.uk.
LICENCE
The software is Copyright Andy Broad May 2019.
You may use it for free in in anyway you see fit but must not distribute it
without the authors permission, except by sharing the link to archive on
os4depot or equivalent website that author has uploaded the original
archive to.
The software is provided without warrantee, and with no guarantees as to
accuracy. If after analyzing the logs you find you spend much to much time
on your Amiga don't go blaming me!
|