1Xmark(1) General Commands Manual Xmark(1)
2
3
4
6 Xmark - summarize x11perf results
7
9 Xmark datafile
10
12 Xmark is a shell script that reads the indicated datafile and compiles
13 a benchmark which it writes to standard output. It writes three num‐
14 bers:
15
16 A weighted performance number for the x11perf results.
17
18 A weighted performance number for a standard SparcStation 1,
19 with SunOS 4.1.2, X11R5 Xsun, and a CG3 dumb Color Frame Buffer.
20
21 The Xmark, which is the ratio of the two numbers above.
22
23 The datafile must be an ordinary file, produced by x11perf in the fol‐
24 lowing way:
25
26 x11perf -display display -v1.3 -rop GXcopy GXxor -all > datafile
27
28 It is possible to run the GXcopy and GXxor tests separately, as long as
29 they are concatenated to the same output file:
30 x11perf -display display -v1.3 -rop GXcopy -all > datafile
31 x11perf -display display -v1.3 -rop GXxor -all >> datafile
32 or
33 x11perf -display display -v1.3 -rop GXxor -all > datafile
34 x11perf -display display -v1.3 -rop GXcopy -all >> datafile
35
37 temp.$$
38 Temporary file created in the current directory, deleted after
39 use.
40
42 Usage: Xmark datafile
43 Xmark was invoked without arguments or with more than one argu‐
44 ment, or with options. Xmark takes no options.
45
46 Error: data file does not exist or is not ordinary.
47 Xmark cannot find the datafile named on its command line, or the
48 datafile is a special file such as a directory.
49
50 WARNING: datafile contains nnn, not 441 or 447 'trep' results;
51 The file named on the command line does not seem to be a file
52 generated by x11perf in the expected way.
53
54 Diagnostic: ERROR: sum of weights =nnn, not equal to 4566.0;
55 There is an internal error in Xmark.
56
58 X(7), x11perf(1), x11perfcomp(1)
59
60
61
62X Version 11 x11perf 1.6.1 Xmark(1)