About MemWatch v1.0 by Deniil 715! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ What is it? ~~~~~~~~~~~ This is a memory-monitor with some text and graphical display-options. All configuration is made in the icon i.e. "MemWatch.info", (se below). How to use it. ~~~~~~~~~~~~~~ It has to be started from workbench or you wouldn't be able to use your configuration! Put it in your WBStartup-drawer :) If you start it from CLI you will get a requester saying this is no good. You can prevent it by adding the argument "NOWARN". Configuration: ~~~~~~~~~~~~~~ There are a number of tooltypes you can specify. The ones in the icon in the archive is set as default. Tooltypes: ~~~~~~~~~~ TEXT - bool, if you want memory displayed as numbers NOSHADOW - bool, if you want a text-shadow (nice) POINTS - bool, if you want thousand-separator-points HEX - bool, if you want memory in hexadecimal display FONT - str, the name of a font you want to use FONTSIZE - num, the height of the font GAUGE - bool, if you want memory grahically displayed ZOOM - bool, if you want two extra GAUGE's to zoom.. ISVERT - bool, if you want the gauge (and zoom) vertical HEIGHT - num, the height of a vertical gauge BACKDROP - bool, if you want MemWatch window as backdrop INFRONT - bool, if you want MemWatch window in front XPOS - num, x-position offset on the screen YPOS - num, y-position offset on the screen PUBSCREEN - str, the name of a public screen to put MemWatch on PRI - num, task-priority of MemWatch CHIPMEMF - num, memflag for the chipmem-display (exec/MEMF_xxx) OTHERMEMF - num, memflag for the othermem-display DELAY_MILLIS - num, the number of milliseconds between display-update Tooltype-priority: ~~~~~~~~~~~~~~~~~~ This is the priority-order in which the tooltypes is used. A "!" means NOT set, i.e. BACKDROP must not be set to use INFRONT. An example: THIS_MUST_BE_SET TO_GET_USE_OF_THIS TEXT NOSHADOW POINTS HEX FONT FONTSIZE GAUGE ZOOM !TEXT ISVERT HEIGHT !BACKDROP INFRONT Exec memory-flags: ~~~~~~~~~~~~~~~~~~ MEMF_FAST =4 MEMF_24BITDMA =$200 MEMF_LOCAL =$100 MEMF_REVERSE =$40000 MEMF_LARGEST =$20000 MEMF_PUBLIC =1 MEMF_CHIP =2 MEMF_KICK =$400 MEMF_ANY =0 MEMF_TOTAL =$80000 MEMF_NO_EXPUNGE=$80000000 Write the number (in hex if you want) of one (or more added) of the tags in the tooltypes CHIPMEMF and OTHERMEMF. Ex: OTHERMEMF=$20004 -> will display largest free block of fastmem CHIPMEMF=$80002 -> will display how much chipmem you've got OTHERMEM=$200 -> might show how much free memory your Retina GFX-card got Feature: ~~~~~~~~ A graphical user interface to set the prefs! I hate to manually change tooltypes :( but it's was easy to write the proggy that way :) Author: ~~~~~~~ Daniel Westerberg alias Deniil 715! - AmigaE programmer! e-mail: deniil@algonet.se Send bug-reports and/or suggestions to me. You can also browse in on OnyxSoft's homepage to se more of my and Develin's creations! OnyxSoft: www.alfaskop.net/~onyxsoft/