Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > cd8c7e050e4b24767dfb137c4d9f6dd8 > files > 8

httperf-0.9.0-7mdv2011.0.x86_64.rpm

Some ideas (contributions/patches welcome):

- wsesspage: don't fetch same object more than once (assume the existence
  of a cache)---this avoids trouble with recursive pages
- make httperf easier to use; some ideas:
	o Make httperf into a network daemon that is controlled by
	  an httperf frontend.  This would allow running tests with
	  a single command line even when multiple clients are involved.
	  The performance results should be reported both on a
	  per-client basis and in a summarized form reporting overall
	  server behavior.
	o Provide (default) scripts to run certain benchmarks.
	o Provide (default) scripts to produce performance graphs.
- use cycle registers to get time on CPUs that have such registers
  (IA-64, PA-RISC, x86, Alpha, at least)
- randomize the uri's generated by --wset so we can defeat file prefetching
  that the server (or the server's OS) may attempt to do

Done:

+ Specifying --session-cookie without specifying a session workload causes
  httperf to core-dump (reported by Dick Carter, 10/13/98)
+ elevate `Session' to same level as Call and Connection
+ sample session throughput when using sessions (not just rate throughput)
+ integrate Dick's wsesslog
+ write man-page
+ chunked replies fail after the first reply (at least on HP-UX)
+ core.c does not fully support pipelined requests yet; would require
  changes to the watchdog management