tcp-shaker
:heartbeat: Perform TCP handshake without ACK in Go, useful for health check, that is SYN, SYN-ACK, RST.
파일 탐색기
최종 버전 다운로드 (.zip)- validation.yml
- tcp-checker.go
- event.go
- pipe_pool.go
- pipe_pool_sync_pool.go
- result_pipes.go
- result_pipes_sync_map.go
- .gitignore
- .travis.yml
- check_linux_test.go
- checker_linux.go
- checker_nonlinux.go
- checker_test.go
- CONTRIBUTING.md
- default_checker.go
- default_checker_test.go
- doc.go
- err.go
- err_linux.go
- go.mod
- go.sum
- LICENSE
- options.go
- options_test.go
- pipe_pool_dummy_linux_test.go
- pipe_pool_linux_test.go
- README.md
- result_pipes_linux_test.go
- result_pipes_mu_linux_test.go
- socket_linux.go
- socket_unix.go
- socket_unix_test.go
- test_bench_linux_test.go
- test_server_test.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tevino/tcp-shaker
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd tcp-shaker
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Go
보통 추천go build -o tcp-checker ./cmd/tcp-checker
Go 프로그램을 컴파일해 실행 파일을 만듭니다.
go install github.com/tevino/tcp-shaker/cmd/tcp-checker
이 명령어를 터미널에 그대로 입력해 실행하세요.
빌드가 에러 없이 끝나면 성공입니다. go run . 을 썼다면 터미널 출력을 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
