Home
Name Modified Size InfoDownloads / Week
curl-benchmark-0.10 2011-01-09
curl-benchmark-0.7 2011-01-07
curl-benchmark-0.4 2011-01-06
curl-benchmark-0.3 2011-01-05
curl-benchmark-0.2 2011-01-05
First release - unstable 2011-01-04
README 2011-01-09 3.8 kB
Totals: 7 Items   3.8 kB 0
Cygwin install first needed to run! Web site: http://cygwin.com/install.html.
Install with packets "libcurl" and "libxml2". Don't worry if you've installed it without the packages, reinstall and select the packages needed.
Once Cygwin is installed and you get an error about missing dlls you can open Cygwin bash shell and then run curl-benchmark from there:

1. Go to Cygwin install path
2. Doubleclick on Cygwin.bat
3. Go to curl-benchmark install path: cd /cygdrive/c/CURL_BENCHMARK_INSTALL_PATH
4. Exec curl-benchmark with the desired options and uris


Usage: curl-benchmark [options] -uri arg1 arg2 ... argN

Options:
 -n arg         - Number of uri group requests. Each group request will try to perform a request to every URI
defined in the uri list. Default 1 uri group request.
 -t arg         - Time in seconds to execute all group's requests. The execution of group requests will be dis
tributed along the defined time. 0 time will execute all the request at the same time. Default 0 seconds.
 -rhtmle        - Request html elements for HTTP/HTTPS requests: images, scripts and css.
 -substr arg    - Count string matches in html requests responses.
 -o arg         - Save output to file.
 -nostats       - Disable stats output.
 -v arg         - Verbose mode

Required:
 -uri arg1 arg2 ... argN - Defines a list of URIs to perform a request to each one like a group. Separate them
 by a space.

Example:

curl-benchmark -n 2 -t 2 -v -dhtml -uri http://curl-benchmark.sourceforge.net



Copyright (C) 2010 - 2011, Daniel Amo, <daniel.amo@gmail.com>, http://visiotecnica.blogspot.com.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--

Es garanteix el permís, sense cap cost, a qualsevol persona que obtingui una còpia d'aquest programari i de la documentació associada (d'ara endavant, el "Programari"), per comerciar-hi sense cap restricció, incloent-hi els drets d'usar, copiar, modificar, integrar, publicar, distribuir, subllicenciar i/o vendre còpies del Programari, i permet a les persones a les qual el Programari està adreçat a fer-ho amb les condicions següents:

La nota de copyright i aquesta informació sobre els permisos s'ha d'incloure en totes les còpies o les parts substancials del Programari.

EL PROGRAMARI S'ENTREGA "TAL QUAL", SENSE GARANTIA DE CAP TIPUS, EXPRESSA O IMPLÍCITA, INCLOENT PERÒ NO LIMITANT A LES GARANTIES DE COMERCIALITZACIÓ, ADEQUACIÓ A UN FI PARTICULAR I NO INFRACCIÓ. EN CAP CAS ELS AUTORS O TITULARS DEL DRET D'AUTOR ES FAN RESPONSABLES PER QUALSEVOL RECLAMACIÓ, O ALTRES DANYS DE RESPONSABILITAT, JA SIGUI PER INCOMPLIMENT DE CONTRACTE, GREUGE O PER LA RESTA, DERIVATS DE O EN CONNEXIÓ AMB EL PROGRAMARI O PER L'ÚS O D'ALTRES NEGOCIACIONS AL PROGRAMARI.
Source: README, updated 2011-01-09