home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / moni / stackmon / product-info next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.6 KB  |  64 lines

  1. .name
  2. StackMon
  3. .type
  4. OS Utility
  5. .short
  6. Monitors stack usage of programs
  7. .description
  8. When run StackMon presents a list of all the tasks and processes currently
  9. running. The list is sorted alphabetically, with processes before tasks.
  10. This list is not updated automatically, as constructing this list requires
  11. suspension of multitasking. If you run a program you want to monitor after
  12. starting StackMon, click on the 'Update list' gadget so that it appears in
  13. the list.
  14.  
  15. If the program you want to monitor was run from the Workbench, its name will
  16. be that of the icon; if run from the shell the name is the exact name typed
  17. into the shell, with path.
  18.  
  19. Click on the program you wish to monitor and StackMon will begin monitoring.
  20. The display consists of numbers and a fuel gauge showing the current stack
  21. use relative to the size of the stack. The numbers are:
  22.  
  23. Current: This is the amount of stack in use when the program was last
  24.      monitored.
  25. Largest: The largest recorded stack ever in use by this program.
  26. Stack  : The stack allocated for this program.
  27. .version
  28. 1.3
  29. .author
  30. David Kinder
  31. .requirements
  32. OS 2.04+
  33. .distribution
  34. Copyrighted but Freely Redistributable
  35. .address
  36. 2, Clwtt Cottages,
  37. Bangor Rd.,
  38. Gyfelia,
  39. Clwyd. LL13 0YL.
  40. .email
  41. kinder@teaching.physics.ox.ac.uk
  42. dkinder@vax.ox.ax.uk
  43. .docs
  44. StackMon.doc
  45. .described-by
  46. Richard Fish
  47. .submittal
  48. Downloaded via ftp from Aminet.
  49. .execute
  50. set choice `RequestChoice "StackMon" "Please select an option" "View Doc" "Run StackMon" "Cancel"`
  51. if $choice EQ "0"
  52.   quit 5
  53. endif
  54.  
  55. if $choice EQ "1"
  56.   MetaTool StackMon.doc TEXT
  57. endif
  58.  
  59. if $choice EQ "2"
  60.   StackMon
  61. endif
  62. .aminet-dir
  63. dev/moni
  64.