Oopsie
This commit is contained in:
parent
ce1ab6522f
commit
d08672788b
@ -1,3 +0,0 @@
|
||||
MD5 (xps-3.21.tar.gz) = a5404cff61be9cb24d012c2a765964d9
|
||||
RMD160 (xps-3.21.tar.gz) = 0d09f9a8bf51345ec034e8376b098ed72bfec08c
|
||||
SHA1 (xps-3.21.tar.gz) = 5935feb3bfe807dd5012b14768f2ba038997d040
|
@ -1,28 +0,0 @@
|
||||
The xps program displays and continuously updates in an X Window the
|
||||
Unix processes as a tree or forest. The roots of the tree are on the
|
||||
left-hand side and the leaf processes (with no children) are on the
|
||||
right-hand side. The status of each process (running, sleeping,
|
||||
stopped, etc.) can be indicated by a color. Different users can appear
|
||||
as different colors too.
|
||||
|
||||
Within each level, processes are grouped so that those with the same
|
||||
parent process id are grouped together. Within this, processes are
|
||||
arranged by userid with lower number uid's appearing towards the
|
||||
top. In general, the order of children is the order in which they were
|
||||
spawned, with the older processes appearing towards towards the top.
|
||||
|
||||
In contrast to pstree and many tree-widget based programs, the overall
|
||||
tree display uses diagonal lines; some effort is made to effectively
|
||||
use the full 2-dimensional area of the screen by balancing levels and
|
||||
centering the children of a node between their parent. A goal of the
|
||||
program is to visually give a picture of what's going on. So when
|
||||
possible processes are kept close to their parents so one needn't
|
||||
scroll around too much and so that there isn't a lot of redrawing as
|
||||
processes are created or destroyed.
|
||||
|
||||
One can click on a process to get more information (via ps) about that
|
||||
process, send a signal to the process, or set its priority, assuming
|
||||
you have the permission to do so. Since programs of this ilk can
|
||||
consume a bit of CPU on their own, some effort has been made to turn
|
||||
off the update process when the program is iconified or or not
|
||||
visible.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/07 05:35:58 angelos Exp $
|
||||
bin/xps
|
||||
man/man1/xps.1
|
||||
lib/X11/app-defaults/Xps
|
Loading…
x
Reference in New Issue
Block a user