Categories
Windows

Re-building h2load.

同一記事の日本語版
Update information      Edit(Jun.18)

   Actually, Cygwin has libev and nghttp2 packages now. So, you can use h2load feature even if you don’t build nghttp2 by yourself. Nevertheless, if you build nghttp2 on Cygwin, you need to build the Jansson and the spdylay before building it because Cygwin doesn’t have their packages. But, according to the current trend, I think you don’t need the spdylay package. (2016.6.18)
—————————————————————————————————————————————————
   libev-4.22.tar.gz and nghttp2-1.6.0.tar.xz were released, so I re-built h2load on Cygwin. If you haven’t read ‘Building h2load on Cygwin‘, read the post first before your building h2load.

   If you want to have Web server bench by h2load.exe only, download H2LOAD_dll_package_x86.zip or H2LOAD_dll_package_x64.zip. Each zip file contains ten files.

  1. cygcrypto-1.0.0.dll
  2. cyggcc_s-1.dll (for x86)   cyggcc_s-seh-1.dll (for x64)
  3. cygssl-1.0.0.dll
  4. cygsspdylay-7.dll
  5. cygstdc++-6.dll
  6. cygwin1.dll
  7. cygz.dll
  8. cygev-4.dll
  9. cygnghttp2-14.dll
  10. h2load.exe

   #1 – #7 are the same files which are included in the old zips, and #8 – #10 are new files.

   If you want to build h2load.exe, you need cygport and patch files (libev-4.22-1bl1.cygport, libev-4.22-1bl1.src.patch, nghttp2-1.6.0-1bl1.cygport, nghttp2-1.6.0-1bl1.src.patch). You might have a 403 error when you download these files by Wget. If so, use a Web browser or impersonate your Wget user agent by editing /etc/wgetrc.

Leave a Reply

Your email address will not be published. Required fields are marked *