Jmeter 의 두 가지 질문: 자바 Sampler 인쇄 로그 와 Windows 하 보 Address Already in use: connect

 
 

:Windows Jmeter Address Already In Use

Jmeter Windows , , Address Already In Use, windows , , , , 。Linux 。 :http://twit88.com/blog/2008/07/28/jmeter-exception-javanetbindexception-address-already-in-use-connect/

  1. Start Registry Editor.
  2. Locate the following subkey in the registry, and then click ParametersHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. On the Edit menu, click New, and then add the following registry entry:
Value Name: MaxUserPort
Value Type: DWORD
Value data: 65534
Valid Range: 5000-65534 (decimal)
Default: 0x1388 (5000 decimal)
Description: This parameter controls the maximum port number that is used when a program requests any available user port from the system. Typically , ephemeral (short-lived) ports are allocated between the values of 1024 and 5000 inclusive.

 Exit Registry Editor, and then restart the computer.
Linux 에 서 는 sysctl - a | grep range 를 통 해 포트 번호 범 위 를 볼 수 있 습 니 다.
vi /etc/sysctl.conf
net.ipv4.ip_local_port_range = 1024 65000
net.ipv4.ip_conntrack_max = 10240

수정 을 진행 합 니 다. sysctl 은 Linux 커 널 파 라 메 터 를 바 꾸 는 명령 입 니 다.
두 번 째 질문: Jmeter 오류 로그 Jmeter 의 자바 Sampler 인쇄 로 그 를 인쇄 합 니 다.
getLogger.error(message);

GUI 가 아 닌 방식 으로 실 행 될 때 오류 원인 이 보이 지 않 는 상황 을 해결 하기 위해 오류 로그 에 인쇄 됩 니 다.

좋은 웹페이지 즐겨찾기