OS4 DepotLogo by Browallia 
(anonymous IP: 18.219.63.90,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Workbench » cpuwatcher.lha

CPU Watcher

Description: Measures CPU, free memory and network traffic
Download: cpuwatcher.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 27kb
Version: 0.7
Date: 10 Apr 2020
Author: Juha Niemimäki
Submitter: JN
Homepage: https://github.com/capehill/cpuwatcher
Requirements: some CPU usage ;)
Category: utility/workbench
Replaces: utility/workbench/cpuwatcher.lha
License: Freeware
Distribute: yes
Min OS Version: 4.1
FileID: 11225
 
Snapshots:
 
Comments: 8
Snapshots: 3
Videos: 0
Downloads: 346  (Current version)
2684  (Accumulated)
Votes: 5 (1/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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



File Version Size Date OS Dls Readme
cpuwatcher-src.lha0.59kb05 Oct 20094.0420¤ Cpuwatcher-src - Source code for CPU Watcher
Copyright © 2004-2024 by Björn Hagström All Rights Reserved