home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 1.6 KB | 64 lines |
- .name
- StackMon
- .type
- OS Utility
- .short
- Monitors stack usage of programs
- .description
- When run StackMon presents a list of all the tasks and processes currently
- running. The list is sorted alphabetically, with processes before tasks.
- This list is not updated automatically, as constructing this list requires
- suspension of multitasking. If you run a program you want to monitor after
- starting StackMon, click on the 'Update list' gadget so that it appears in
- the list.
-
- If the program you want to monitor was run from the Workbench, its name will
- be that of the icon; if run from the shell the name is the exact name typed
- into the shell, with path.
-
- Click on the program you wish to monitor and StackMon will begin monitoring.
- The display consists of numbers and a fuel gauge showing the current stack
- use relative to the size of the stack. The numbers are:
-
- Current: This is the amount of stack in use when the program was last
- monitored.
- Largest: The largest recorded stack ever in use by this program.
- Stack : The stack allocated for this program.
- .version
- 1.3
- .author
- David Kinder
- .requirements
- OS 2.04+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- 2, Clwtt Cottages,
- Bangor Rd.,
- Gyfelia,
- Clwyd. LL13 0YL.
- .email
- kinder@teaching.physics.ox.ac.uk
- dkinder@vax.ox.ax.uk
- .docs
- StackMon.doc
- .described-by
- Richard Fish
- .submittal
- Downloaded via ftp from Aminet.
- .execute
- set choice `RequestChoice "StackMon" "Please select an option" "View Doc" "Run StackMon" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool StackMon.doc TEXT
- endif
-
- if $choice EQ "2"
- StackMon
- endif
- .aminet-dir
- dev/moni
-