home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 325.lha / ARTM / ARTM.doc < prev    next >
Text File  |  1989-12-27  |  6KB  |  150 lines

  1.    
  2.                      ARTM   Amiga Real Time Monitor V0.9
  3.                     -------------------------------------
  4.  
  5.           Copyright  ©  1989 by  Dietmar Jansen  &  F.J. Mertens
  6.  
  7.           ARTM is a freeware program. Permition is guaranted to freely 
  8.           distribute this program.
  9.  
  10.           ARTM displays and controls activities in your Amiga.
  11.           Starting ARTM from the Workbench with doubleklick on its
  12.           Icon or from CLI.
  13.  
  14.  
  15.               These functiones are implemented:
  16.  
  17.  
  18.    Task       (is default if you call ARTM) lists all tasks in
  19.               your Amiga. You select a task with a mouseklick on
  20.               the requested entry. Now you can REMOVE it or change
  21.               the PRIORITY
  22.  
  23.                 These informationes are displayed:
  24.               Address, Priority, Signals, State, Code; Type, Name.
  25.  
  26.  
  27.    Windows    lists all open screens and windows. Screens are in
  28.               orange windows are white. Close a window\screen
  29.               by selecting its item and click CLOSE.
  30.               "WARNING" The GURU is waiting for you, if you kill
  31.               a window before its task is dead.
  32.  
  33.                 These informationes are displayed:
  34.               Address, Position, Size, Flags, IDCMP (only by 
  35.               windows), Title.
  36.  
  37.  
  38.    Libraries  lists all Libraries. By click on any item, you can
  39.               CLOSE REMOVE (OpenCount must be NULL) or change
  40.               PRIORITY.
  41.  
  42.                 These informationes are displayed:
  43.               Address, Type, Priority, OpenCount, Version (consists
  44.               of version & revision), Negsize, Poszize, Name.
  45.  
  46.  
  47.    Devices    lists all devices. With clicking on REMOVE you can
  48.               remove a selected device, if it is closed. Function
  49.               PRIORITY changes the priority.
  50.  
  51.                 These informationes are displayed:
  52.               Address, Type, Priority, OpenCount, Version (consist
  53.               of version & revision), Negsize, Poszize, Name.
  54.  
  55.  
  56.    Resources  lists all resources. Function PRIORITY changes the
  57.           priority and REMOVE removes a selected resource.
  58.  
  59.                 These informationes are displayed:
  60.               Address, Type, Priority, OpenCount, Version (consist
  61.               of version & revision), Negsize, Poszize, Name.
  62.  
  63.  
  64.    Ports      shows all ports and the name of its task. IDCMP_Ports
  65.               are owned by a window. Ports are removable with REMOVE
  66.  
  67.                 These informationes are displayed: 
  68.               Address, PortName, Type, SigBit, Flags, TaskName.
  69.  
  70.  
  71.    Residents  lists all residents in your Amiga.
  72.               Residents which were added by the KickTagPtr
  73.               (i.e. a virus or RAD:) will be diplayed in
  74.               orange and if the residents are in the Res-
  75.               Modules-table too will be displayed in black.
  76.  
  77.                 These informationes are displayed: 
  78.               Address, Type, Priority, Version, Flags, Name.
  79.  
  80.  
  81.    Interrupts shows all interrupts in your Amiga.
  82.               It's only allowed to remove an interrupt controled
  83.               by a server with REMOVE
  84.  
  85.                 These informationes are displayed: 
  86.               Address, Data, Code, Priority, Type, Nr., Interrupt-
  87.               Name, Name.
  88.  
  89.  
  90.    Vectors    show vectors, i.e. Cool-, Cold,- WarmCapture and
  91.               Kick pointers. It's helpful when searching for
  92.               Viruses, but remember that the RAD: device in Kick
  93.               1.3 uses the KickTagPtr. Use function CLEAR to
  94.               set any Vector to NULL. If you close KickMemPtr,
  95.               KickTagPtr or KickCheckSum, all of these three would
  96.               be set to NULL.
  97.  
  98.                 These informationes are displayed: 
  99.               Address, Vector and Content, should the KickTagPtr
  100.               point to a residenttable, you get the Address & Name
  101.               from this residents. Note, that only the first item
  102.               of the table would be displayed. If you want see the
  103.               others select function Residents. The residents of
  104.               the KickTagPtr-table would be displayed colored.
  105.               (see above).
  106.  
  107.  
  108.    Remove     removes selected tasks, libs, devices, ports and
  109.               interrupts. Select (before remove) with a mouseclick
  110.               on the requested entry. But remember libs amd devices
  111.               must be closed.
  112.  
  113.  
  114.    Close      closes screens/windows and libraries. Use it
  115.               as remove.        
  116.  
  117.  
  118.    Clear      set the SystemVectors to NULL. Use it as remove or
  119.               close.
  120.  
  121.  
  122.    Priority   changes the priority of a selected task, library,
  123.               device or resource. Values may range from  -128 to
  124.               127, better use values between -10 and 10.
  125.  
  126.  
  127.    i          i is like ABOUT
  128.  
  129.  
  130.    +          + shows the HELP-Page
  131.  
  132.    
  133.    Note: You should ever know what you do!
  134.  
  135.   
  136.    Please send bug reports and a list of features you would like
  137.    to have in the next version to:
  138.  
  139.    Authors:
  140.  
  141.       F. J. Mertens                      Dietmar Jansen
  142.       Sonnenrain 17                      Sonnenrain 25
  143.       7277 Wildberg 1                    7277 Wildberg 1
  144.       West-Germany                       West-Germany    
  145.       Fido-Address: ZENICA (2:507/630)
  146.  
  147.  
  148.    Special thanks to Matthias Zepf, who has written the function Task.
  149.  
  150.