diff options
Diffstat (limited to 'system/xrestop/README')
-rw-r--r-- | system/xrestop/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/xrestop/README b/system/xrestop/README new file mode 100644 index 0000000000..0ec21d1ee5 --- /dev/null +++ b/system/xrestop/README @@ -0,0 +1,10 @@ +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 leakage. + +It should work with any server supporting the X-Resource extension, +including the freedesktop.org server and XFree86 4.3+. + +"xdpyinfo | grep Resource" should tell you if your server supports +this extension. |