proced-mode

proced-mode is an interactive compiled Lisp function in `proced.el'.


(proced-mode)

Parent mode: `special-mode'.

Mode for displaying system processes and sending signals to them.
Type M-x proced to start a Proced session. In a Proced buffer
type m to mark a process for later commands.
Type k to send signals to marked processes.

The initial content of a listing is defined by the variable `proced-filter'
and the variable `proced-format'.
The variable `proced-filter' specifies which system processes are displayed.
The variable `proced-format' specifies which attributes are displayed for
each process. Type f and F
to change the values of `proced-filter' and `proced-format'.
The current value of the variable `proced-filter' is indicated in the
mode line.

The sort order of Proced listings is defined by the variable `proced-sort'.
Type s S or click on a header in the header line
to change the sort scheme. The current sort scheme is indicated in the
mode line, using "+" or "-" for ascending or descending sort order.

Type T to toggle whether the listing is
displayed as process tree.

An existing Proced listing can be refined by typing RET.
Refining an existing listing does not update the variable `proced-filter'.

The attribute-specific rules for formatting, filtering, sorting, and refining
are defined in `proced-grammar-alist'.

After displaying or updating a Proced buffer, Proced runs the normal hook
`proced-post-display-hook'.

key binding
--- -------

RET proced-refine
C-n next-line
C-p previous-line
SPC next-line
? proced-help
C proced-mark-children
F proced-format-interactive
M proced-mark-all
P proced-mark-parents
T proced-toggle-tree
U proced-unmark-all
d proced-mark
f proced-filter-interactive
h describe-mode
k proced-send-signal
m proced-mark
n next-line
o proced-omit-processes
p previous-line
r proced-renice
s Prefix Command
t proced-toggle-marks
u proced-unmark
x proced-send-signal
DEL proced-unmark-backward
<down> next-line
<header-line> Prefix Command
<mouse-2> proced-refine
<remap> Prefix Command
<up> previous-line

<remap> <advertised-undo> proced-undo
<remap> <undo> proced-undo

<header-line> <mouse-1> proced-sort-header
<header-line> <mouse-2> proced-sort-header

s S proced-sort-interactive
s c proced-sort-pcpu
s m proced-sort-pmem
s p proced-sort-pid
s s proced-sort-start
s t proced-sort-time
s u proced-sort-user



In addition to any hooks its parent mode `special-mode' might have run,
this mode runs the hook `proced-mode-hook', as the final step
during initialization.