Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusmueller73/process-logger
Small and invisible tool to monitor the duration of running processes.
https://github.com/markusmueller73/process-logger
Last synced: 10 days ago
JSON representation
Small and invisible tool to monitor the duration of running processes.
- Host: GitHub
- URL: https://github.com/markusmueller73/process-logger
- Owner: markusmueller73
- License: mit
- Created: 2024-02-02T08:35:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:17:17.000Z (11 months ago)
- Last Synced: 2024-11-06T02:27:57.528Z (about 2 months ago)
- Language: PureBasic
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Process-Logger
Small and invisible tool to monitor the duration of running processes.# Usage:
[--parameter]Parameter:
--config write a new fresh config in the user directory
--select show a small dialog to select the processes (executeable files) to monitor
--report create a simple HTML report in the users TEMP directory
--help show this helpIf you start the app without any parameters, it opens an invisible window and monitor the processes.
You can close it in the windows task manager.
# Versions
* v 0.4
- release on github
- added in debug mode a taskbar icon to close the program
* v 0.3
- rewrite of data storage
* v 0.2
- MS Windows depended event handling to catch the shutdown event
* v 0.1
- first version/idea for this tool