The httperf - HTTP load generator with post-quantum support from BoringSSL
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

77 satır
2.8 KiB

  1. * New in version 0.9.1:
  2. ** timer re-write to reduce memory and fix memory leaks
  3. ** Generic data structures and implementations (heap, queue, linked list)
  4. ** New options (see man-page for details):
  5. --period=vT1,D1,T2,D2...Tn,Dn
  6. ** Complete re-write of idleconn.c to use libevent notification system
  7. ** idleconn is now optional (--enable-idleconn)
  8. * New in version 0.9.0:
  9. ** Re-Factored build system now builds on the following platforms
  10. HP-UX 11i (64-bit PA-RISC and IA-64)
  11. Red Hat Enterprise Linux AS (AMD64 and IA-64)
  12. SUSE Linux 10.1 (i386)
  13. openSUSE 10.2 (i386)
  14. OpenBSD 4.0 (i386)
  15. FreeBSD 6.0 (AMD64)
  16. Solaris 8 (UltraSparc 64-bit)
  17. * New in version 0.8.1:
  18. ** Numerous bug fixes. See ChangeLog for details
  19. * New in version 0.8:
  20. ** httperf is now released under the GNU General Public License (GPL).
  21. ** Preliminary support for SSL (Secure Socket Layer). See README for details.
  22. ** New options (see man-page for details):
  23. --print-reply (replaced --print-replies)
  24. --print-request
  25. --ssl
  26. --ssl-ciphers
  27. --ssl-no-reuse
  28. * New in version 0.7:
  29. ** New options (see man-page for details):
  30. --add-header
  31. --method
  32. --retry-on-failure
  33. ** Bug fixes
  34. - fixed some segfaults in the session workload generator
  35. - specifying option --session-cookie when not using a session
  36. workload generator now prints an error message instead of
  37. core dumping
  38. * New in version 0.6:
  39. ** New options (see man-page for details):
  40. --max-connections
  41. --max-piped-calls
  42. --print-replies
  43. --session-cookies
  44. ** Cookie support now must be requested explicitly when using a session-based
  45. workload generator. To do this, specify option --session-cookie.
  46. * New in version 0.5:
  47. ** Normal connection closing is the default again. To request closing TCP
  48. connections with a RESET, specify option --close-with-reset.
  49. ** --wsesslog option added to support log-file based session
  50. specification (contributed by Dick Carter).
  51. ** --period option added to allow a more flexible way to specify
  52. session/connection interarrival time. Unlike the --rate
  53. argument, this allows deterministic (fixed), uniform, and
  54. exponentially distributed interarrival times (contributed by Dick
  55. Carter).
  56. ** Various bug fixes (see ChangeLog for details).
  57. * New in version 0.41:
  58. ** In basic statistic, rename "call" to "request".
  59. * New in version 0.4:
  60. ** Option --http-version can be used to select the HTTP protocol version
  61. used in sending requests. 1.0 and 1.0 are the only allowed values
  62. for this option at this point.
  63. ** What used to be called a "session" is now called a "connection". This
  64. reduces confusion between TCP connections and user sessions.
  65. ** Stephane's log-file based URL generated has been added.
  66. ** The session workload generator now supports the --burst-length
  67. parameter to generate bursty session.