1xrestop(1)                  General Commands Manual                 xrestop(1)
2
3
4

NAME

6       xrestop - monitor server resources used by X11 clients
7

SYNOPSIS

9       xrestop --help
10       xrestop  [  --display  display ] [ --batch ] [ --delay-time seconds ] [
11       --max-samples count ]
12

DESCRIPTION

14       Xrestop uses the X-Resource extension to provide 'top'-like  statistics
15       of  each  connected  X11  client's  server-side  resource usage.  It is
16       intended as a developer tool to  aid  more  efficient  server  resource
17       usage and debug server-side resource leakage.
18

OPTIONS

20       --help Show usage.
21
22       --display, -d <display>
23              Specify X11 display to monitor.
24
25       --delay-time, -t <seconds>
26              Time in seconds between taking samples. Default is 2 seconds.
27
28       --batch, -b
29              Run in batch mode. Slightly more detailed infomation is streamed
30              to stdout rather than the usual curses interface. This  mode  is
31              intended for debugging a single client with something like
32                xrestop -b | grep -A 14 appname
33
34       --max-samples, -m <count>
35              Specify  number of times to gather and display results.  Default
36              is continuous, which can be set with 0 (zero).
37

SEE ALSO

39       X(7), top(1).
40

BUGS

42       The X-Resource extension is very new and may not be 100% accurate.
43

AUTHOR

45       xrestop was written by Matthew Allum <mallum@handhelds.org>.
46
47
48
49                                                                    xrestop(1)
Impressum