A task manager for Qtopia tasks and Linux processes. The application presents two tabbed pages; one for Qtopia applications and one for Linux processes.
In the application list, the application name, process id and executable is shown. Each Qtopia application has a corresponding process which can be located by double clicking the application entry. If an application is closed using the close button, internal Qtopia message passing is used to gracefully close the app.
The process list shows the process id, parent process id, command name, memory usage and user for every active Linux process. The list can be presented as a tree of child and parent processes with the init process as root. The processes can be terminated (SIGTERM) or killed (SIGKILL) by pressing the appropriate button.
If a process in the process list is double klicked, a detailed view of the process is shown. The detailed view contains full executable path, commandline arguments, environment variables and open files. The open files include special files such as sockets and pipes.