Advertisement
Guest User

Untitled

a guest
Jun 6th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. # netmetr --debug
  2. Checking uuid on the control server...
  3. Sending the following request to https://control.netmetr.cz/RMBTControlServer/se ttings
  4.  
  5. {
  6. "uuid": "<nope>",
  7. "language": "en_US",
  8. "timezone": "CEST",
  9. "name": "RMBT",
  10. "terms_and_conditions_accepted": "true",
  11. "type": "DESKTOP",
  12. "version_code": "1",
  13. "version_name": "1.0"
  14. }
  15. response:
  16. {
  17. "settings": [
  18. {
  19. "urls": {
  20. "url_ipv6_check": "https://ipv6.control.netmetr.cz/RMBTControlServer/ip" ,
  21. "control_ipv4_only": "ipv4.control.netmetr.cz",
  22. "url_ipv4_check": "https://ipv4.control.netmetr.cz/RMBTControlServer/ip" ,
  23. "control_ipv6_only": "ipv6.control.netmetr.cz",
  24. "statistics": "https://www.netmetr.cz/en/stats_app.html"
  25. },
  26. "qostesttype_desc": [
  27. {
  28. "name": "DNS",
  29. "test_type": "DNS"
  30. },
  31. {
  32. "name": "Non Transparent Proxy",
  33. "test_type": "NON_TRANSPARENT_PROXY"
  34. },
  35. {
  36. "name": "HTTP Proxy",
  37. "test_type": "HTTP_PROXY"
  38. },
  39. {
  40. "name": "Website",
  41. "test_type": "WEBSITE"
  42. },
  43. {
  44. "name": "UDP",
  45. "test_type": "UDP"
  46. },
  47. {
  48. "name": "TCP",
  49. "test_type": "TCP"
  50. },
  51. {
  52. "name": "JITTER",
  53. "test_type": "JITTER"
  54. }
  55. ],
  56. "versions": {
  57. "control_server_version": "master_2.0.83-CZ_0.9.28-267-gb45eb5a"
  58. },
  59. "history": {
  60. "devices": [],
  61. "networks": []
  62. }
  63. }
  64. ],
  65. "error": []
  66. }
  67. Requesting test config from the control server...
  68. Sending the following request to https://control.netmetr.cz/RMBTControlServer/te stRequest
  69.  
  70. {
  71. "client": "HW-PROBE",
  72. "language": "en_US",
  73. "time": 1591476751000,
  74. "timezone": "CEST",
  75. "type": "DESKTOP",
  76. "uuid": "<nope>",
  77. "version": "0.1",
  78. "version_code": "1"
  79. }
  80. response:
  81. {
  82. "user_server_selection": false,
  83. "test_server_address": "ipv4.speed.netmetr.cz",
  84. "test_server_port": 8081,
  85. "test_server_name": "CZ.NIC (Prague)",
  86. "test_server_encryption": false,
  87. "test_server_type": "RMBT",
  88. "test_duration": "5",
  89. "test_numthreads": "3",
  90. "test_numpings": "10",
  91. "client_remote_ip": "<nope>",
  92. "result_url": "https://control.netmetr.cz/RMBTControlServer/result",
  93. "result_qos_url": "https://control.netmetr.cz/RMBTControlServer/resultQoS",
  94. "test_token": "<nope>",
  95. "test_uuid": "<nope>",
  96. "test_id": 7711660,
  97. "test_wait": 0,
  98. "error": []
  99. }
  100. Starting ping test...
  101. ping_1_msec = 9.05
  102. ping_2_msec = 8.92
  103. ping_3_msec = 9.73
  104. ping_4_msec = 9.60
  105. ping_5_msec = 9.45
  106. ping_6_msec = 9.48
  107. ping_7_msec = 9.16
  108. ping_8_msec = 9.29
  109. ping_9_msec = 9.76
  110. ping_10_msec = 9.57
  111. Starting speed test...
  112. ==== rmbt 09170aeef ====
  113. connecting...
  114. timeout
  115. could not read from server
  116. timeout
  117. could not read from server
  118. timeout
  119. could not read from server
  120. dl_throughput_mbps = 0.000000
  121. ul_throughput_mbps = 0.000000
  122. Exiting.
  123. Speed test result:
  124. {
  125. "cnf_file_flows":"\/tmp\/tmplrm72gid.xz"
  126. }
  127. {
  128. "res_id_test":"<nope>",
  129. "res_time_start_s":1591476761,
  130. "res_time_end_s":1591476791,
  131. "res_status":"fail_init",
  132. "res_status_msg":"timeout; could not read from server",
  133. "res_version_client":"09170aeef",
  134. "res_encrypt":false,
  135. "res_tcp_congestion":"cubic",
  136. "res_uname_sysname":"Linux",
  137. "res_uname_nodename":"turris",
  138. "res_uname_release":"4.14.180",
  139. "res_uname_version":"#0 SMP Wed Jun 3 00:57:44 2020",
  140. "res_uname_machine":"aarch64"
  141. }
  142.  
  143. Traceback (most recent call last):
  144. File "/usr/bin/netmetr", line 11, in <module>
  145. load_entry_point('netmetr==1.5.4', 'console_scripts', 'netmetr')()
  146. File "/usr/lib/python3.7/site-packages/netmetr/__main__.py", line 621, in main
  147. File "/usr/lib/python3.7/site-packages/netmetr/__main__.py", line 254, in import_speed_flows
  148. KeyError: 'dl'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement