- 论坛徽章:
- 1
|
本帖最后由 贫道夜探青楼 于 2017-05-03 20:33 编辑
起因:
我司有部分节点服务器,去A点,有时会不通,时间段也不固定,我应该怎么测试找到具体原因?
忽略物理硬件缘故,从系统排查,应该怎么做,才能看到排查出具体原因?
请教各位经验人士。
- curl -o /dev/null http://122.67.45.6:8888/images/test.gif -v
- * About to connect() to 122.67.45.6 port 8888 (#0)
- * Trying 122.67.45.6... connected
- * Connected to 122.67.45.6 (122.67.45.6) port 8888 (#0)
- > GET /images/test.gif HTTP/1.1
- > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
- > Host: 122.67.45.6:8888
- > Accept: */*
- >
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Closing connection #0
- * Failure when receiving data from the peer
- curl: (56) Failure when receiving data from the peer
复制代码
http get请求是可以连接到的,但是服务端没有返回
服务端没有跑业务,服务没有问题,偶尔会出现这样的情况。
这种情况应该怎么分析一下呢?
|
|