Why Hyperpacer cannot be networked after recording

Source: Internet
Author: User

The problem itself is very simple, but also a good solution, but asked more people, simple problems are no longer simple.

Before we answer this question, we must first popularize some common sense knowledge.

Why is the performance test tool able to record scripts?

Whether it is LoadRunner or JMeter, hyperpacer, the principle of recording script is through the agent to intercept the client's request, and then sent to the background by the proxy server, and the background response is sent to the agent server first, Finally, the proxy server is returned to the client.

LoadRunner more obscure, it should be through the wplus_init_wsock.exe to intercept the socket, and then according to the different protocols selected, through the API_ protocol _filter.dll to organize into the script we see.

The jmeter is simply violent, explicitly adding proxy addresses in the browser, and then intercepting requests and responses itself as a proxy server.

Hyperpacer is the same as jmeter, but it should be to increase ease of use, it is directly through the way to modify the registry, the benefits are indeed increased, especially from the LoadRunner migration from the performance testing practitioners to use it easy to get started, But at the same time the disadvantage is: once the tool is abnormal, there is no way to change the registry back. This time also appeared a lot of people in Win8, win10 such compatibility is not very good system on the use of Hyperpacer, the tool unexpectedly quit, and then can not network.

Therefore, the solution is also very simple, is to remove the browser proxy settings on it.

Ps:

If you do not know where the proxy settings of IE, you can copy the following piece of code into a text file, save as a Proxy_close.bat file, and then double-click to execute it.

@echo off
Taskkill/im iexplore.exe/f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"/V proxyenable/t reg_dword/d 0/f
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings"/V proxyserver/d ""/F
echo IE Agent Cancel complete
Pause>nul



This article is from the Performance test blog, so be sure to keep this source http://1152313.blog.51cto.com/1142313/1766336

Why Hyperpacer cannot be networked after recording

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.