测评信息 测评信息
  • 首页
  • 主机推荐
  • 产品测评
  • 网络干货
  • 限时优惠
  • 建站指南
  • 主机推荐
  • 产品测评
  • 建站指南
  • 网络干货
  • 限时优惠
首页 VPS综合讨论 【VPSPlayer】深圳 BGP 挂机宝测试

【VPSPlayer】深圳 BGP 挂机宝测试

清秋 1月 2, 2021

zxxx大佬:

https://www.lt.com/thread-791677-1-1.html

深圳BGP挂机宝

深圳BGP挂机宝
2核2G的nat小鸡
硬盘:数据盘10G 固态 + 系统盘25G
IP:共享
5MbpsUP&10MbpsDown  中转转发机限制上传20Mbps
500G UP&DOWN

【VPSPlayer】深圳 BGP 挂机宝测试

深圳BGP挂机宝

CPU:E5-2690v2 2核 100%性能保证

运行内存:2G ECC

硬盘:数据盘10G 固态 + 系统盘25G

IP:共享

带宽:5MbpsUP&10MbpsDown

流量:500G UP&DOWN

端口转发数:1(远程端口)+4(自选端口) tcp&udp&tcp+udp

WINDOWS&LINUX Support

*此国内商品不使用80/443端口不要求实名

  1. [email protected]:~# uname -a
  2. Linux SZ2C2G 4.19.0-8-cloud-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
  1. [email protected]:~# cat /proc/cpuinfo
  2. processor       : 0
  3. vendor_id       : GenuineIntel
  4. cpu family      : 6
  5. model           : 62
  6. model name      : Intel(R) Xeon(R) CPU E5-2690 v2 [url=home.php?mod=space&uid=175]@[/url] 3.00GHz
  7. stepping        : 4
  8. microcode       : 0x1
  9. cpu MHz         : 2999.998
  10. cache size      : 16384 KB
  11. physical id     : 0
  12. siblings        : 1
  13. core id         : 0
  14. cpu cores       : 1
  15. apicid          : 0
  16. initial apicid  : 0
  17. fpu             : yes
  18. fpu_exception   : yes
  19. cpuid level     : 13
  20. wp              : yes
  21. flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust smep erms xsaveopt arat md_clear
  22. bugs            : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
  23. bogomips        : 5999.99
  24. clflush size    : 64
  25. cache_alignment : 64
  26. address sizes   : 46 bits physical, 48 bits virtual
  27. power management:
  28. processor       : 1
  29. ……..
  1. [email protected]:~# free -h
  2.               total        used        free      shared  buff/cache   available
  3. Mem:          2.0Gi        55Mi       1.3Gi       2.0Mi       604Mi       1.7Gi
  4. Swap:            0B          0B          0B
  1. [email protected]:~# fdisk -l
  2. Disk /dev/vda: 25 GiB, 26843545600 bytes, 52428800 sectors
  3. Units: sectors of 1 * 512 = 512 bytes
  4. Sector size (logical/physical): 512 bytes / 512 bytes
  5. I/O size (minimum/optimal): 512 bytes / 512 bytes
  6. Disklabel type: dos
  7. Disk identifier: 0x00000000
  8. Device     Boot Start      End  Sectors Size Id Type
  9. /dev/vda1  *     2048 52428766 52426719  25G 83 Linux
  10. Disk /dev/vdb: 10 GiB, 10737418240 bytes, 20971520 sectors
  11. Units: sectors of 1 * 512 = 512 bytes
  12. Sector size (logical/physical): 512 bytes / 512 bytes
  13. I/O size (minimum/optimal): 512 bytes / 512 bytes
  14. [email protected]:~#  df -h
  15. Filesystem      Size  Used Avail Use% Mounted on
  16. udev            991M     0  991M   0% /dev
  17. tmpfs           200M  2.8M  197M   2% /run
  18. /dev/vda1        25G  1.1G   23G   5% /
  19. tmpfs           999M     0  999M   0% /dev/shm
  20. tmpfs           5.0M     0  5.0M   0% /run/lock
  21. tmpfs           999M     0  999M   0% /sys/fs/cgroup
  22. tmpfs           200M     0  200M   0% /run/user/0
  1. [email protected]:~# time dd if=/dev/zero of=1GB.bin bs=8k count=131072 &&
  2. time dd if=1GB.bin of=/dev/null bs=8k count=131072 &&
  3. time dd if=/dev/zero of=2GB.bin bs=16k count=131072 oflag=direct &&
  4. time dd if=2GB.bin of=/dev/null bs=16k count=131072 iflag=direct
  5. 131072+0 records in
  6. 131072+0 records out
  7. 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 3.04595 s, 353 MB/s
  8. real    0m3.054s
  9. user    0m0.286s
  10. sys     0m2.724s
  11. 131072+0 records in
  12. 131072+0 records out
  13. 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.648113 s, 1.7 GB/s
  14. real    0m0.657s
  15. user    0m0.144s
  16. sys     0m0.511s
  17. 131072+0 records in
  18. 131072+0 records out
  19. 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 64.6729 s, 33.2 MB/s
  20. real    1m4.677s
  21. user    0m0.623s
  22. sys     0m12.565s
  23. 131072+0 records in
  24. 131072+0 records out
  25. 2147483648 bytes (2.1 GB, 2.0 GiB) copied, 64.2903 s, 33.4 MB/s
  26. real    1m4.298s
  27. user    0m0.616s
  28. sys     0m6.965s

zxxx大佬:

  1. bash <(curl -Lso- https://git.io/superspeed)

【VPSPlayer】深圳 BGP 挂机宝测试

【VPSPlayer】深圳 BGP 挂机宝测试

zxxx大佬:

  1. wget https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh && chmod +x yabs.sh && ./yabs.sh -9
  1. # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
  2. #              Yet-Another-Bench-Script              #
  3. #                     v2020-12-29                    #
  4. # https://github.com/masonr/yet-another-bench-script #
  5. # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
  6. Sat 02 Jan 2021 07:52:08 AM UTC
  7. Basic System Information:
  8. ———————————
  9. Processor  : Intel(R) Xeon(R) CPU E5-2690 v2 [url=home.php?mod=space&uid=175]@[/url] 3.00GHz
  10. CPU cores  : 2 @ 2999.998 MHz
  11. AES-NI     : ✔ Enabled
  12. VM-x/AMD-V : ✔ Enabled
  13. RAM        : 1.9 GiB
  14. Swap       : 0.0 KiB
  15. Disk       : 24.6 GiB
  16. fio Disk Speed Tests (Mixed R/W 50/50):
  17. ———————————
  18. Block Size | 4k            (IOPS) | 64k           (IOPS)
  19.   ——   | —            —-  | —-           —-
  20. Read       | 8.06 MB/s     (2.0k) | 130.80 MB/s   (2.0k)
  21. Write      | 8.10 MB/s     (2.0k) | 131.49 MB/s   (2.0k)
  22. Total      | 16.16 MB/s    (4.0k) | 262.30 MB/s   (4.0k)
  23.            |                      |                     
  24. Block Size | 512k          (IOPS) | 1m            (IOPS)
  25.   ——   | —            —-  | —-           —-
  26. Read       | 639.79 MB/s   (1.2k) | 528.53 MB/s    (516)
  27. Write      | 673.79 MB/s   (1.3k) | 563.73 MB/s    (550)
  28. Total      | 1.31 GB/s     (2.5k) | 1.09 GB/s     (1.0k)
  29. iperf3 Network Speed Tests (IPv4):
  30. ———————————
  31. Provider        | Location (Link)           | Send Speed      | Recv Speed     
  32.                 |                           |                 |               
  33. Clouvider       | London, UK (10G)          | 4.68 Mbits/sec  | 2.28 Mbits/sec
  34. Online.net      | Paris, FR (10G)           | busy            | 1.54 Mbits/sec
  35. WorldStream     | The Netherlands (10G)     | busy            | busy           
  36. Biznet          | Jakarta, Indonesia (1G)   | busy            | 675 Kbits/sec  
  37. Clouvider       | NYC, NY, US (10G)         | busy            | 1.14 Mbits/sec
  38. Velocity Online | Tallahassee, FL, US (10G) | busy            | 1.83 Mbits/sec
  39. Clouvider       | Los Angeles, CA, US (10G) | busy            | busy           
  40. Iveloz Telecom  | Sao Paulo, BR (2G)        | busy            | busy           
  41. iperf3 Network Speed Tests (IPv6):
  42. ———————————
  43. Provider        | Location (Link)           | Send Speed      | Recv Speed     
  44.                 |                           |                 |               
  45. Clouvider       | London, UK (10G)          | busy            | busy           
  46. Online.net      | Paris, FR (10G)           | busy            | busy           
  47. WorldStream     | The Netherlands (10G)     | busy            | busy           
  48. Clouvider       | NYC, NY, US (10G)         | busy            | busy           
  49. Clouvider       | Los Angeles, CA, US (10G) | busy            | busy           
  50. Geekbench 4 Benchmark Test:
  51. ———————————
  52. Test            | Value                        
  53.                 |                              
  54. Single Core     | 3079                          
  55. Multi Core      | 5487                          
  56. Full Test       | https://browser.geekbench.com/v4/cpu/15970036
  57. Geekbench 5 Benchmark Test:
  58. ———————————
  59. Test            | Value                        
  60.                 |                              
  61. Single Core     | 595                           
  62. Multi Core      | 1012                          
  63. Full Test       | https://browser.geekbench.com/v5/cpu/5657244

zxxx大佬:

  1. curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -gb5
  1. —————————————————————————
  2. ## Geekbench v5 CPU Benchmark:
  3.   Single Core : 533  (GOOD)
  4.    Multi Core : 917
  5. —————————————————————————
  1. (wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log
  1. ————————————————-
  2. nench.sh v2019.07.20 — https://git.io/nench.sh
  3. benchmark timestamp:    2021-01-02 08:36:01 UTC
  4. ————————————————-
  5. Processor:    Intel(R) Xeon(R) CPU E5-2690 v2 [url=home.php?mod=space&uid=175]@[/url] 3.00GHz
  6. CPU cores:    2
  7. Frequency:    2999.998 MHz
  8. RAM:          2.0Gi
  9. Swap:         –
  10. Kernel:       Linux 4.19.0-8-cloud-amd64 x86_64
  11. Disks:
  12. vda     25G  HDD
  13. vdb     10G  HDD
  14. CPU: SHA256-hashing 500 MB
  15.     4.184 seconds
  16. CPU: bzip2-compressing 500 MB
  17.     5.032 seconds
  18. CPU: AES-encrypting 500 MB
  19.     2.357 seconds
  20. ioping: seek rate
  21.     min/avg/max/mdev = 143.3 us / 394.5 us / 18.6 ms / 486.3 us
  22. ioping: sequential read speed
  23.     generated 10.5 k requests in 5.00 s, 2.57 GiB, 2.11 k iops, 527.2 MiB/s
  24. dd: sequential write speed
  25.     1st run:    310.90 MiB/s
  26.     2nd run:    423.43 MiB/s
  27.     3rd run:    317.57 MiB/s
  28.     average:    350.63 MiB/s
  29. IPv4 speedtests
  30.     Cachefly CDN:         1.11 MiB/s
  31.     Leaseweb (NL):        0.36 MiB/s
  32.     Softlayer DAL (US):   0.91 MiB/s
  33.     Online.net (FR):      0.66 MiB/s
  34.     OVH BHS (CA):         0.81 MiB/s
  35. IPv6 speedtests
  36.     Leaseweb (NL):        0.67 MiB/s
  37.     Softlayer DAL (US):   0.84 MiB/s
  38.     Online.net (FR):      0.01 MiB/s
  39.     OVH BHS (CA):         0.72 MiB/s
  40. ————————————————-

zxxx大佬:

  1. wget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
  1. ————————————————————————–
  2. CPU 型号             : Intel(R) Xeon(R) CPU E5-2690 v2  3.00GHz
  3. CPU 核心数           : 2
  4. CPU 频率             : 2999.998 MHz
  5. 总硬盘大小           : 26.0 GB (4.1 GB Used)
  6. 总内存大小           : 1997 MB (109 MB Used)
  7. SWAP大小             : 0 MB (0 MB Used)
  8. 开机时长             : 0 days, 8 hour 30 min
  9. 系统负载             : 0.10, 0.30, 0.29
  10. 系统                 : Debian GNU/Linux 10
  11. 架构                 : x86_64 (64 Bit)
  12. 内核                 : 4.19.0-8-cloud-amd64
  13. 虚拟化平台           : kvm
  14. ————————————————————————–
  15. 硬盘I/O (第一次测试) : 376 MB/s
  16. 硬盘I/O (第二次测试) : 411 MB/s
  17. 硬盘I/O (第三次测试) : 394 MB/s
  18. ————————————————————————–
  19. 节点名称                  IP地址            下载速度            延迟      
  20. CacheFly                  204.93.150.152                        191.519 ms  
  21. Linode, Tokyo, JP                                                ms         
  22. Linode, Singapore, SG     139.162.23.4      1.11MB/s            204.161 ms  
  23. Linode, London, UK        176.58.107.39     679KB/s             212.911 ms  
  24. Linode, Frankfurt, DE     139.162.130.8     584KB/s             223.177 ms  
  25. Linode, Fremont, CA       50.116.14.9       1.05MB/s            174.703 ms  
  26. Softlayer, Dallas, TX     173.192.68.18     727KB/s             272.737 ms  
  27. Softlayer, Seattle, WA    67.228.112.250    883KB/s             267.072 ms  
  28. Softlayer, Frankfurt, DE  159.122.69.4      732KB/s             223.086 ms  
  29. Softlayer, Singapore, SG  119.81.28.170     1.11MB/s            60.318 ms   
  30. Softlayer, HongKong, CN   119.81.130.170    1.15MB/s            170.480 ms  
  31. ————————————————————————–
  32. 节点名称                  上传速度          下载速度            延迟      
  33. ————————————————————————–
  34. 合肥        : 33.28 ms   北京        : Fail       武汉        : 23.58 ms   
  35. 昌吉        : Fail       成都        : Fail       上海        : Fail      
  36. 太原        : Fail       杭州        : 22.22 ms   宁夏        : Fail      
  37. 呼和浩特    : 40.77 ms   南昌        : Fail       拉萨        : Fail      
  38. 乌鲁木齐    : 75.62 ms   天津        : 32.79 ms   襄阳        : Fail      
  39. 郑州        : Fail       沈阳        : Fail       兰州        : 42.37 ms   
  40. 哈尔滨      : Fail       宁波        : Fail       苏州        : Fail      
  41. 济南        : 37.96 ms   西安        : 36.53 ms   西宁        : Fail      
  42. 重庆        : 71.6 ms    深圳        : Fail       南京        : Fail      
  43. 长沙        : Fail       长春        : 60.97 ms   福州        : 24.25 ms   
  44. ————————————————————————–

【VPSPlayer】深圳 BGP 挂机宝测试

zxxx大佬:

  1. wget -qO- bench.sh | bash

【VPSPlayer】深圳 BGP 挂机宝测试

zxxx大佬:

  1. curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
  1. -> System Information
  2. OS Release:            Debian GNU/Linux "Buster" 10.7 (x86_64)
  3. CPU Model:             Intel(R) Xeon(R) CPU E5-2690 v2 [url=home.php?mod=space&uid=175]@[/url] 3.00GHz  3.00 GHz
  4. CPU Cache Size:        16384 KB
  5. CPU Number:            2 vCPU
  6. VirtReady:             Yes (Nested Virtualization)
  7. Virt Type:             KVM
  8. Memory Usage:          81.33 MB / 1.95 GB
  9. Swap Usage:            [ No Swapfile/Swap Partition ]
  10. Boot Device:           /dev/vda1
  11. Disk Usage:            4.59 GB / 25.77 GB
  12. CPU Usage:             3.0% used, 0.0% iowait, 0.0% steal
  13. Load (1/5/15min):      0.20 0.05 0.02
  14. Uptime:                0 Days, 9 Hours, 43 Minutes, 26 Seconds
  15. Kernel Version:        4.19.0-8-cloud-amd64
  16. Network CC Method:     cubic + pfifo_fast
  17. -> Network Infomation
  18. IPV4 – IP Address:     [HK] 45.120.1.2
  19. IPV4 – ASN Info:       AS138415 (HENGDA-HK – HENGDA NETWORK LIMITED, HK)
  20. IPV4 – Region:         China Hong Kong
  21. IPV6 – IP Address:     [HK] 45.120.1.2
  22. IPV6 – ASN Info:       AS138415 (HENGDA-HK – HENGDA NETWORK LIMITED, HK)
  23. IPV6 – Region:         China Hong Kong
  24. -> Media Unlock Test
  25. HBO Now:                               No
  26. Bahamut Anime:                         No
  27. Abema.TV:                              No
  28. Princess Connect Re:Dive Japan:        No
  29. BBC:                                   No
  30. BiliBili China Mainland Only:          Failed (due to unknown return) ()
  31. BiliBili Hongkong/Macau/Taiwan:        Failed (due to unknown return) ()
  32. Bilibili Taiwan Only:                  Failed (due to unknown return) ()
  33. -> CPU Performance Test (Fast Mode, 1-Pass @ 5sec)
  34. 1 Thread Test:                 854 Scores
  35. 2 Threads Test:                1758 Scores
  36. -> Memory Performance Test (Fast Mode, 1-Pass @ 5sec)
  37. 1 Thread – Read Test :         19045.41 MB/s
  38. 1 Thread – Write Test:         13485.57 MB/s
  39. -> Disk Speed Test (4K Block/1M Block, Direct Mode)
  40. Test Name              Write Speed                             Read Speed
  41. 100MB-4K Block         9.1 MB/s (2215 IOPS, 11.55s)            9.1 MB/s (2215 IOPS, 11.55s)
  42. 1GB-1M Block           409 MB/s (390 IOPS, 2.56s)              1.0 GB/s (998 IOPS, 1.00s)

【VPSPlayer】深圳 BGP 挂机宝测试

zxxx大佬:

  1. wget –no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh &&
  2. chmod +x unixbench.sh &&
  3. ./unixbench.sh

System Benchmarks Index Score 877.8
System Benchmarks Index Score 1580.9

  1. ————————————————————————
  2. Benchmark Run: Sat Jan 02 2021 09:58:47 – 10:25:53
  3. 2 CPUs in system; running 1 parallel copy of tests
  4. Dhrystone 2 using register variables       35730805.5 lps   (10.0 s, 7 samples)
  5. Double-Precision Whetstone                     5389.7 MWIPS (5.4 s, 7 samples)
  6. Execl Throughput                               3519.8 lps   (29.9 s, 2 samples)
  7. File Copy 1024 bufsize 2000 maxblocks        501168.8 KBps  (30.0 s, 2 samples)
  8. File Copy 256 bufsize 500 maxblocks          128540.4 KBps  (30.0 s, 2 samples)
  9. File Copy 4096 bufsize 8000 maxblocks       1697671.0 KBps  (30.0 s, 2 samples)
  10. Pipe Throughput                              675610.2 lps   (10.0 s, 7 samples)
  11. Pipe-based Context Switching                 108283.1 lps   (10.0 s, 7 samples)
  12. Process Creation                               5755.6 lps   (30.0 s, 2 samples)
  13. Shell Scripts (1 concurrent)                   3007.9 lpm   (60.0 s, 2 samples)
  14. Shell Scripts (8 concurrent)                   1342.0 lpm   (60.0 s, 2 samples)
  15. System Call Overhead                         417115.5 lps   (10.0 s, 7 samples)
  16. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  17. Dhrystone 2 using register variables         116700.0   35730805.5   3061.8
  18. Double-Precision Whetstone                       55.0       5389.7    979.9
  19. Execl Throughput                                 43.0       3519.8    818.6
  20. File Copy 1024 bufsize 2000 maxblocks          3960.0     501168.8   1265.6
  21. File Copy 256 bufsize 500 maxblocks            1655.0     128540.4    776.7
  22. File Copy 4096 bufsize 8000 maxblocks          5800.0    1697671.0   2927.0
  23. Pipe Throughput                               12440.0     675610.2    543.1
  24. Pipe-based Context Switching                   4000.0     108283.1    270.7
  25. Process Creation                                126.0       5755.6    456.8
  26. Shell Scripts (1 concurrent)                     42.4       3007.9    709.4
  27. Shell Scripts (8 concurrent)                      6.0       1342.0   2236.6
  28. System Call Overhead                          15000.0     417115.5    278.1
  29.                                                                    ========
  30. System Benchmarks Index Score                                         877.8
  31. ————————————————————————
  32. Benchmark Run: Sat Jan 02 2021 10:25:53 – 10:53:18
  33. 2 CPUs in system; running 2 parallel copies of tests
  34. Dhrystone 2 using register variables       66244505.4 lps   (10.0 s, 7 samples)
  35. Double-Precision Whetstone                    10505.9 MWIPS (6.1 s, 7 samples)
  36. Execl Throughput                               6122.4 lps   (29.8 s, 2 samples)
  37. File Copy 1024 bufsize 2000 maxblocks        699221.8 KBps  (30.0 s, 2 samples)
  38. File Copy 256 bufsize 500 maxblocks          198127.2 KBps  (30.0 s, 2 samples)
  39. File Copy 4096 bufsize 8000 maxblocks       2134166.7 KBps  (30.0 s, 2 samples)
  40. Pipe Throughput                             1311894.7 lps   (10.0 s, 7 samples)
  41. Pipe-based Context Switching                 275763.1 lps   (10.0 s, 7 samples)
  42. Process Creation                              12133.2 lps   (30.0 s, 2 samples)
  43. Shell Scripts (1 concurrent)                  10060.3 lpm   (60.0 s, 2 samples)
  44. Shell Scripts (8 concurrent)                   1472.2 lpm   (60.1 s, 2 samples)
  45. System Call Overhead                         746920.9 lps   (10.0 s, 7 samples)
  46. System Benchmarks Index Values               BASELINE       RESULT    INDEX
  47. Dhrystone 2 using register variables         116700.0   66244505.4   5676.5
  48. Double-Precision Whetstone                       55.0      10505.9   1910.2
  49. Execl Throughput                                 43.0       6122.4   1423.8
  50. File Copy 1024 bufsize 2000 maxblocks          3960.0     699221.8   1765.7
  51. File Copy 256 bufsize 500 maxblocks            1655.0     198127.2   1197.1
  52. File Copy 4096 bufsize 8000 maxblocks          5800.0    2134166.7   3679.6
  53. Pipe Throughput                               12440.0    1311894.7   1054.6
  54. Pipe-based Context Switching                   4000.0     275763.1    689.4
  55. Process Creation                                126.0      12133.2    963.0
  56. Shell Scripts (1 concurrent)                     42.4      10060.3   2372.7
  57. Shell Scripts (8 concurrent)                      6.0       1472.2   2453.7
  58. System Call Overhead                          15000.0     746920.9    497.9
  59.                                                                    ========
  60. System Benchmarks Index Score                                        1580.9
  61. ======= Script description and score comparison completed! =======

WooSi大佬:
8錯 可惜我已經有華為雲了

0
猜你喜欢
  • 为什么我所有浏览器都翻译不了
  • 甲骨文vps xshell 连不上
  • 502 Bad Gateway 有人为此负责吗?
  • 哎 过年两个几十亿的项目该怎么选大佬帮忙啊
  • 有个Netflix租号生意的不成熟想法
评论 (0)
再想想
    暂无评论
搜索
清秋
站长
4755
文章
10
评论
16
获赞
最新文章
宝塔7.7原版+开心脚本+优化脚本
5月 25, 2022
pacificrack 测评:$20/年,6G内存/4核/80gSSD/15T流量,送一个快照+一个备份
3月 21, 2021
良心云新活动:4年2核4G内存6M带宽云服务器只需432元
1月 30, 2021
一键测试Linux VPS主机性能脚本(配置/CPU/速度/路由)
1月 2, 2021
随便看看
宝塔7.7原版+开心脚本+优化脚本
5月 25, 2022
快讯
广东新增本土确诊9例
6月 4, 2021
特斯拉公司召回部分进口汽车
6月 3, 2021
华为正式发布鸿蒙手机操作系统
6月 3, 2021
31省份新增确诊24例 本土15例
6月 3, 2021
华为正式发布HarmonyOS 2
6月 3, 2021
更多
  • 首页
  • 我要投稿
  • 快讯
Copyright © 2018-2022 测评信息. Designed by nicetheme.