최근에 100Mbps 업링크로 광고되는 VPS를 구입했는데 프로모션에서 1Gbps 업링크로 무료 업그레이드를 약속했습니다. 혹시 운좋게도 여러가지 방법으로 업그레이드를 받았는지 알아보려고 합니다.
실행하면 lspci
다음과 같은 결과를 얻습니다.
[root@host ~]# lspci
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method.
[root@host ~]#
마찬가지로 실행 중이며 lshw
네트워크 ethtool
정보도 표시되지 않습니다.
ifconfig -a
쇼:
[root@host /]# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1662 errors:0 dropped:0 overruns:0 frame:0
TX packets:1662 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:97474 (95.1 KiB) TX bytes:97474 (95.1 KiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:256143 errors:0 dropped:0 overruns:0 frame:0
TX packets:177324 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:280427908 (267.4 MiB) TX bytes:76882233 (73.3 MiB)
venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:198.xx.xxx.xx P-t-P:198.xx.xxx.xx Bcast:198.xx.xxx.xx Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
[root@host /]#
아마도 이 서버에는 PCI가 없을 것입니다. 그렇다면 업링크 속도를 알아낼 수 있는 다른 방법이 있습니까?
답변1
100mbps 또는 1gbps 업링크에 있는지 테스트하는 방법을 찾았습니다. speedtest.net으로 속도 테스트를 실행하기 위해 이 Python 스크립트를 다운로드하세요.
wget -O speedtest-cli.py https://github.com/sivel/speedtest-cli/raw/master/speedtest_cli.py
그런 다음 스크립트가 있으면 다음을 수행하십시오.
python speedtest-cli.py --share
내 결과는 다음과 같습니다.
내 워크스테이션이full-dulpex transmission 1 gigabit per second uplink
답변2
ethtool
인터페이스에 대한 인수와 함께 사용하십시오 (예: ) ethtool eth0
.
Dmesg에는 다른 유용한 정보가 있을 수 있지만 일시적입니다.