Revision 60bb8b5d

b/man/gnt-debug.sgml
122 122
      </cmdsynopsis>
123 123

  
124 124
      <para>
125
        Run a test opcode (a sleep) on the master (internally in the
126
        command) and on selected nodes (via an RPC call). This server
127
        no other purpose but to execute a test operation.
125
        Run a test opcode (a sleep) on the master and on selected nodes
126
        (via an RPC call). This serves no other purpose but to execute a
127
        test operation.
128 128
      </para>
129 129

  
130 130
      <para>
......
154 154
      </cmdsynopsis>
155 155

  
156 156
      <para>
157
        This command builds a list of opcodes from JSON-format files
158
        and submits for each file a job to the master daemon. It can
159
        be used to test some options that are not available via the
160
        command line.
157
        This command builds a list of opcodes from files in JSON format
158
        and submits a job per file to the master daemon. It can be used
159
        to test options that are not available via command line.
161 160
      </para>
162 161

  
163 162
      <para>
164
        The <option>verbose</option> option will job the job IDs of
165
        the submitted jobs and the progress in waiting for the jobs;
166
        the <option>timing-stats</option> option will show some
167
        overall statistics with the number of total opcodes and jobs
168
        submitted, and time time for each stage (submit, exec, total).
163
        The <option>verbose</option> option will additionally display
164
        the corresponding job IDs and the progress in waiting for the
165
        jobs; the <option>timing-stats</option> option will show some
166
        overall statistics inluding the number of total opcodes, jobs
167
        submitted and time spent in each stage (submit, exec, total).
169 168
      </para>
170 169

  
171 170
      <para>
172 171
        The <option>job-repeat</option> and <option>op-repeat</option>
173
        options allow to submit multiple copies of the passed
174
        arguments; the job repeat will cause N copies of each job
175
        (input file) to be submitted (equivalent to passing the
176
        arguments N times) while the op repeat will cause each job to
177
        contain multiple copies of the opcodes (equivalent to each
178
        file containing N copies of the opcodes).
172
        options allow to submit multiple copies of the passed arguments;
173
        job-repeat will cause N copies of each job (input file) to be
174
        submitted (equivalent to passing the arguments N times) while
175
        op-repeat will cause N copies of each of the opcodes in the file
176
        to be executed (equivalent to each file containing N copies of
177
        the opcodes).
179 178
      </para>
180 179

  
181 180
    </refsect2>

Also available in: Unified diff