Advertisement
Guest User

Untitled

a guest
Jul 7th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 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/settings
  4.  
  5. {
  6. "uuid": "<hidden>",
  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-281-ge83a7a8"
  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/testRequest
  69.  
  70. {
  71. "client": "HW-PROBE",
  72. "language": "en_US",
  73. "time": 1594139725000,
  74. "timezone": "CEST",
  75. "type": "DESKTOP",
  76. "uuid": "<hidden>",
  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": "109.105.51.148",
  92. "result_url": "https://control.netmetr.cz/RMBTControlServer/result",
  93. "result_qos_url": "https://control.netmetr.cz/RMBTControlServer/resultQoS",
  94. "test_token": "<hidden>",
  95. "test_uuid": "<hidden>",
  96. "test_id": <hidden>,
  97. "test_wait": 0,
  98. "error": []
  99. }
  100. Starting ping test...
  101. ping_1_msec = 9.36
  102. ping_2_msec = 9.68
  103. ping_3_msec = 9.64
  104. ping_4_msec = 9.07
  105. ping_5_msec = 9.36
  106. ping_6_msec = 9.71
  107. ping_7_msec = 9.55
  108. ping_8_msec = 9.12
  109. ping_9_msec = 9.00
  110. ping_10_msec = 9.14
  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\/tmppxxves2o.xz"
  126. }
  127. {
  128. "res_id_test":"<hidden>",
  129. "res_time_start_s":1594139731,
  130. "res_time_end_s":1594139761,
  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. ERROR: Speed measurement failed: 'res_dl_throughput_kbps' missing in result
  144. Download sync code from the control server.
  145. Sending the following request to https://control.netmetr.cz/RMBTControlServer/sync
  146.  
  147. {
  148. "language": "en_US",
  149. "timezone": "CEST",
  150. "uuid": "<hidden>"
  151. }
  152. response:
  153. {
  154. "sync": [
  155. {
  156. "sync_code": "<hidden>"
  157. }
  158. ],
  159. "error": []
  160. }
  161. Your Sync code is: <hidden>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement