logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xrestop - monitor server resources used by X11 clients

Author

xrestop was written by Matthew Allum <mallum@handhelds.org>.

                                                                                                      xrestop(1)

Bugs

       The X-Resource extension may not be 100% accurate.

Description

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

Name

       xrestop - monitor server resources used by X11 clients

Options

--help, -h
              Show usage and exit.

       --version, -V
              Print version and exit.

       --display,-d <display>
              Specify X11 display to monitor.

       --delay-time,-t <seconds>
              Time in seconds between taking samples. Default is 2 seconds.

       --batch,-b
              Run  in batch mode. Slightly more detailed information is streamed to stdout rather than the usual
              curses interface. This mode is intended for debugging a single client with something like
                xrestop -b | grep -A 15 appname

       --max-samples,-m <count>
              Specify number of times to gather and display results.  Default is continuous, which  can  be  set
              with 0 (zero).

See Also

X(7), top(1).

Synopsis

xrestop--helpxrestop [ --display display ] [ --batch ] [ --delay-time seconds ] [ --max-samples count ]

See Also