Logo by mason (anonymous IP: 3.141.12.30,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
CPU Watcher 0.7 CPU Watcher is a simple tool to monitor CPU usage, free memory and network traffic. It works by launching its own idling task (called "Uuno") at priority -127. Task's execution time is measured and the system load is determined, based on how much time "Uuno" got during a time period (which is 1 second). There are actually two methods to measure CPU load. Default mode uses busy looping. Optional "simple" mode doesn't busy loop but it may not be as accurate. Screen's titlebar shows "B" for the busy looping method, and "S" for the simpler method. Running both CPU Watcher and CPUClock.docky at the same time may not be reliable. Features: - shows the last 5 minutes of CPU usage (green graph) - shows also the percentage of free * virtual memory (blue graph) * video memory (light blue graph) - shows also network traffic (activated with 'n' key) * upload speed (upper, red graph) * download speed (lower, green graph) * Current Kilobyte values are shown in Screen's titlebar The graphs show current / peak * 100% value. - supported icon tooltypes: cpu: cpu graph ON/OFF. vmem: virtual memory graph ON/OFF. gmem: gfx/video memory graph ON/OFF. grid: grid ON/OFF. solid: solid drawing ON/OFF. dragbar: window dragbar ON/OFF. resize: size gadget ON/OFF. xpos: window X position. ypos: window Y position. simple: use "simple" method to measure CPU load. opaqueness: values between [20, 255] adjust window transparency. bgcol: window background color. gridcol: grid color. cpucol: cpu graph color. vmemcol: virtual memory graph color. gmemcol: gfx memory graph color. ulcol: upload graph color. dlcol: download graph color. - keyboard commands: c - cpu graph ON/OFF. m - toggle between CPU measuring modes, "busy" and "simple". v - virtual memory graph ON/OFF. x - gfx/video memory graph ON/OFF. g - grid ON/OFF. s - solid drawing ON/OFF. No effect on network graphs. d - dragbar ON/OFF. n - network graphs ON/OFF. q - quit program. Thanks to: Thomas Frieden Olaf Barthel Alex Carmona Dave Fisher History v. 0.1 - the first release v. 0.2 - fixed a couple of bugs - some code cleaning - some optimization - added a grid of 11 rows (0%, 10%...100%) and 5 columns (5min,...1min). - added some keyboard commands v. 0.3 - shows network traffic (current values at screen title bar) - added pseudo-transparent mode (Dave) - added dragbarless mode (Dave) - added/changed some keyboard commands (Dave) - added non-busy looping method to measure CPU (Alex) v. 0.4 - compiled with GCC 4.0.3 and fixed a couple of new warnings - fixed a DSI bug reported by Karsten Fischer - new more compact icon v. 0.5 - added tooltypes (requested by Alex) - worked around annoying window blinker when using Intuition in "solid window drag" mode (reported by Alex) v. 0.6 - replaced deprecated system calls, requires graphics.library V54 - fixed some task sync issues - replaced pseudo transparency with opaqueness parameter (requires compositing) - download graph position changed - code cleanup and refactoring - started GitHub project v. 0.7 - add window resizing - add menus - add iconification - add About window - use graphics.library functions for drawing - use GCC 8.3.0 to build - use Window.class - link smaller binary
|
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |