ShowProc displays process information for all currently running
tasks & processes. It is intended to be a replacement for the
AmigaOS status command.
- Displays information about all tasks and process by default with options to display a Shell/CLI processes-specific table.
- Uses table views for better readability
- Displays full information by default with options to show less detail
- The
COMMANDargument supports the use of standard AmigaOS wildcards. For example,Workb#?will match the Workbench process. - Displays additional information including:
- How much of the stack is in use
- Failat level
- Last return code
- Whether or not it is a background process
- AmigaOS/Kickstart 2.04 (V37) or above (m68k only)
- In order to display the full information properly, a Shell/CLI window that is at least 80 characters in width is needed.
- AmigaOS 3.2.3 (V47)
- AmigaOS 3.9 (V45)
- AmigaOS 3.5 (V44) using Kickstart 3.1 ROM (V40)
- AmigaOS 3.1 (V40)
- AmigaOS 2.04 (V37)
- Copy the
ShowProcexecutable to theSYS:Cdrawer or another location in your system's PATH. - The
ShowProc.helpfile can be integrated into the AmigaOS 3.2 help system by copying it to theHELP:English/Sys/Commandsdrawer. Otherwise, copy it to whatever location you prefer.
The app and source code are free to use under the terms of the MIT License. See the LICENSE.txt file for details.
The SAS/C 6.58 source code for the application is available on GitHub at https://github.com/deeveon/ShowProc.
| Version | Description |
|---|---|
| 37.1 | Initial release |
| 37.2 | - Added ability to display all tasks and processes, which is now the default view. - Added checking the version of Workbench/Kickstart at startup. |
| 37.3 (WIP) | - Added more error checking/handling to resolve some potential edge case issues. - Adjusted output to fit on a 640 pixel wide display. |