"Mark Hubbard" <[EMAIL PROTECTED]> writes: > I was trying to use ab (Apache Bench) to test mod_dtcl, and need > some more info on ab. Does anyone know some URLs for some > documentation on ab? Anything would be helpful...
'man ab' Basically, use it like this: ab http://your.site.here.com/some/ttmlfile.ttml and then use options like -n for the number of requests, -c for concurrency, and so on. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
