Linux Commands Examples

A great documentation place for Linux commands

x11perfcomp

X11 server performance comparison program


see also : X - x11perf


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

The x11perfcomp program merges the output of several x11perf(1) runs into a nice tabular format. It takes the results in each file, fills in any missing test results if necessary, and for each test shows the objects/second rate of each server. If invoked with the -r or -ro options, it shows the relative performance of each server to the first server.

Normally, x11perfcomp uses the first file specified to determine which specific tests it should report on. Some (non-DEC :) servers may fail to perform all tests. In this case, x11perfcomp automatically substitutes in a rate of 0.0 objects/second. Since the first file determines which tests to report on, this file must contain a superset of the tests reported in the other files, else x11perfcomp will fail.

You can provide an explicit list of tests to report on by using the -l switch to specify a file of labels. You can create a label file by using the -label option in x11perf.

options

x11perfcomp accepts the options listed below:

-r

Specifies that the output should also include relative server performance.

-ro

Specifies that the output should include only relative server performance.

-l label_file

Specifies a label file to use.

syntax

x11perfcomp [ -r | -ro ] [ -l label_file ] files

x defaults

There are no X defaults used by this program.


see also

X , x11perf


authors

Mark Moraes wrote the original scripts to compare servers.
Joel McCormack just munged them together a bit.

How can this site be more helpful to YOU ?


give  feedback