~ubuntu-branches/ubuntu/precise/namebench/precise

« back to all changes in this revision

Viewing changes to debian/namebench.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-03-07 13:32:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100307133250-80e4nkb88udvdt4m
Tags: 1.2+dfsg-1
* New upstream release.
* Updated watch file and added debian/orig-tar.sh.
* debian/rules: Added get-orig-source target.
* Update years in copyright file.
* Configuration files are now installed in /etc/namebench directory.
* Removed unnecessary files from /usr/share/doc/namebench directory.
* Updated XS-Python-Version, Build-Depends and Depends to python >= 2.5
  since this version doesn't work with 2.4 anymore due to the use of
  relative imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        </listitem>
125
125
      </varlistentry>
126
126
      <varlistentry>
127
 
        <term><option>-j THREAD_COUNT, --threads=THREAD_COUNT</option>
128
 
        </term>
129
 
        <listitem>
130
 
          <para>Number of threads to use.</para>
 
127
        <term><option>-j HEALTH_THREAD_COUNT, --threads=HEALTH_THREAD_COUNT</option>
 
128
        </term>
 
129
        <listitem>
 
130
          <para>Number of health check threads to use.</para>
 
131
        </listitem>
 
132
      </varlistentry>
 
133
      <varlistentry>
 
134
        <term><option>-J BENCHMARK_THREAD_COUNT, --threads=BENCHMARK_THREAD_COUNT</option>
 
135
        </term>
 
136
        <listitem>
 
137
          <para>Number of benchmark threads to use.</para>
131
138
        </listitem>
132
139
      </varlistentry>
133
140
      <varlistentry>
145
152
        </listitem>
146
153
      </varlistentry>
147
154
      <varlistentry>
148
 
        <term><option>-d DATA_FILE, --datafile=DATA_FILE</option>
149
 
        </term>
150
 
        <listitem>
151
 
          <para>File containing a list of domain names to query.</para>
152
 
        </listitem>
153
 
      </varlistentry>
154
 
      <varlistentry>
155
 
        <term><option>-i IMPORT_SOURCE, --import=IMPORT_SOURCE</option>
156
 
        </term>
157
 
        <listitem>
158
 
          <para>Import history from an external application (chrome,
159
 
            chromium, epiphany, firefox, internet_explorer, konqueror, opera,
160
 
            safari, seamonkey, squid).</para>
 
155
        <term><option>-i INPUT_SOURCE, --import=INPUT_SOURCE</option>
 
156
        </term>
 
157
        <listitem>
 
158
          <para>Import hostnames from an filename or application (alexa,
 
159
            camino, chrome, chromium, epiphany, firefox, flock, galeon, icab,
 
160
            internet_explorer, konqueror, midori, omniweb, opera, safari,
 
161
            seamonkey, squid, sunrise).</para>
161
162
        </listitem>
162
163
      </varlistentry>
163
164
      <varlistentry>
168
169
        </listitem>
169
170
      </varlistentry>
170
171
      <varlistentry>
171
 
        <term><option>-t TEST_COUNT, --tests=TEST_COUNT</option>
 
172
        <term><option>-q QUERY_COUNT, --tests=QUERY_COUNT</option>
172
173
        </term>
173
174
        <listitem>
174
175
          <para>Number of queries per run.</para>