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/
- Start Registry Editor.
- Locate the following subkey in the registry, and then click Parameters: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
- 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 가 아 닌 방식 으로 실 행 될 때 오류 원인 이 보이 지 않 는 상황 을 해결 하기 위해 오류 로그 에 인쇄 됩 니 다.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Is Eclipse IDE dying?In 2014 the Eclipse IDE is the leading development environment for Java with a market share of approximately 65%. but ac...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.