Task manager

A task manager is a system monitor program used to provide information about the processes and applications running on a computer, as well as the general status of the computer. Some implementations can also be used to terminate processes and applications, as well as change the processes' scheduling priority. In some environments, users can access a task manager with the Control-Alt-Delete keyboard shortcut.

KDE System Guard, a task manager for KDE Plasma 5.
Process Hacker is a free and open-source task manager for Windows. It has some features which some competitors do not; for example, it can change a process's I/O priority.

Task managers can display running services (processes) as well as those that were stopped. They can display information about the services, including their process identifier and group identifier.

Common task managers

gollark: Where can I find the list of libc functions?
gollark: It's very performant, though.
gollark: It compiled with no warnings so it must be good and very safe and fun.
gollark: In some sense, it works.
gollark: osmarkslibc™ `malloc`:```c#include <stdint.h>#include <stddef.h>static uintptr_t MEMPOS = 1;void* malloc(size_t size) { uintptr_t bees = MEMPOS; MEMPOS += size; return (void*)bees;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```

References

    • Savill, John (2008). The Complete Guide to Windows Server 2008. Pearson Education. ISBN 0-13-279758-5.
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.