dtorkin

Untitled

May 18th, 2025 (edited)
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.44 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./svm_app
  2. SVM Multi-Port Server starting...
  3. Message handlers initialized.
  4. SVM: Loading configuration...
  5. Configuration parsed successfully from 'config.ini'.
  6. Found configurations for 1 SVM instances in file.
  7. Found configurations for 2 SVM instances in file.
  8. Found configurations for 3 SVM instances in file.
  9. Found configurations for 4 SVM instances in file.
  10. --- Effective Configuration ---
  11. interface_type = ethernet
  12. UVM Target: 192.168.189.129:8080
  13. Keep-Alive Timeout: 15 seconds
  14. Response Timeout: 5 seconds
  15. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  16. Simulate Control Failure: No
  17. Disconnect After: -1 messages
  18. Simulate Response Timeout: No
  19. Send Warning on Confirm: No (TKS: 1)
  20. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  21. Simulate Control Failure: Yes
  22. Disconnect After: -1 messages
  23. Simulate Response Timeout: No
  24. Send Warning on Confirm: No (TKS: 1)
  25. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  26. Simulate Control Failure: No
  27. Disconnect After: -1 messages
  28. Simulate Response Timeout: Yes
  29. Send Warning on Confirm: No (TKS: 1)
  30. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  31. Simulate Control Failure: No
  32. Disconnect After: 5 messages
  33. Simulate Response Timeout: No
  34. Send Warning on Confirm: No (TKS: 1)
  35. -----------------------------
  36. SVM: Will attempt to start 4 instances based on config.
  37. DEBUG SVM MAIN - Instance 0 Settings: LAK=0x08, simulate_control_failure=0, disconnect_after=-1, simulate_timeout=0, send_warning=0, tks=1
  38. DEBUG SVM MAIN - Instance 1 Settings: LAK=0x09, simulate_control_failure=1, disconnect_after=-1, simulate_timeout=0, send_warning=0, tks=1
  39. DEBUG SVM MAIN - Instance 2 Settings: LAK=0x0A, simulate_control_failure=0, disconnect_after=-1, simulate_timeout=1, send_warning=0, tks=1
  40. DEBUG SVM MAIN - Instance 3 Settings: LAK=0x0B, simulate_control_failure=0, disconnect_after=5, simulate_timeout=0, send_warning=0, tks=1
  41. SVM: Loading configuration...
  42. Configuration parsed successfully from 'config.ini'.
  43. Found configurations for 1 SVM instances in file.
  44. Found configurations for 2 SVM instances in file.
  45. Found configurations for 3 SVM instances in file.
  46. Found configurations for 4 SVM instances in file.
  47. --- Effective Configuration ---
  48. interface_type = ethernet
  49. UVM Target: 192.168.189.129:8080
  50. Keep-Alive Timeout: 15 seconds
  51. Response Timeout: 5 seconds
  52. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  53. Simulate Control Failure: No
  54. Disconnect After: -1 messages
  55. Simulate Response Timeout: No
  56. Send Warning on Confirm: No (TKS: 1)
  57. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  58. Simulate Control Failure: Yes
  59. Disconnect After: -1 messages
  60. Simulate Response Timeout: No
  61. Send Warning on Confirm: No (TKS: 1)
  62. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  63. Simulate Control Failure: No
  64. Disconnect After: -1 messages
  65. Simulate Response Timeout: Yes
  66. Send Warning on Confirm: No (TKS: 1)
  67. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  68. Simulate Control Failure: No
  69. Disconnect After: 5 messages
  70. Simulate Response Timeout: No
  71. Send Warning on Confirm: No (TKS: 1)
  72. -----------------------------
  73. SVM: Will attempt to start 4 instances based on config.
  74. Thread-safe QueuedMessage queue created with capacity 400
  75. SVM: Listener thread 0 initiated for Port 8080 (LAK 0x08).
  76. SVM: Listener thread 1 initiated for Port 8081 (LAK 0x09).
  77. SVM: Listener thread 2 initiated for Port 8082 (LAK 0x0A).
  78. SVM: Listener thread 3 initiated for Port 8083 (LAK 0x0B).
  79. SVM: Starting common threads (Timer, Sender)...
  80. Ethernet: Listening on port 8080 (handle: 3)
  81. Ethernet: Listening on port 8083 (handle: 4)
  82. Listener thread started for SVM ID 3 (LAK 0x0B, Port 8083, Listen FD 4)
  83. Listener (SVM 3): Waiting for connection on port 8083...
  84. Listener thread started for SVM ID 0 (LAK 0x08, Port 8080, Listen FD 3)
  85. Listener (SVM 0): Waiting for connection on port 8080...
  86. SVM Timer thread started.
  87. Ethernet: Listening on port 8082 (handle: 6)
  88. Listener thread started for SVM ID 2 (LAK 0x0A, Port 8082, Listen FD 6)
  89. Listener (SVM 2): Waiting for connection on port 8082...
  90. SVM: All common threads started. 4 listeners active. Running...
  91. SVM Main: Waiting for shutdown signal...
  92. Ethernet: Listening on port 8081 (handle: 5)
  93. Listener thread started for SVM ID 1 (LAK 0x09, Port 8081, Listen FD 5)
  94. Listener (SVM 1): Waiting for connection on port 8081...
  95. SVM Sender thread started (reads global outgoing queue).
  96. Listener (SVM 0): Accepted connection from 192.168.189.128:59958 (Client FD 8)
  97. Thread-safe QueuedMessage queue created with capacity 100
  98. Listener (SVM 0): Instance activated. Worker threads started.
  99. Listener (SVM 1): Accepted connection from 192.168.189.128:35126 (Client FD 10)
  100. SVM Receiver thread started for instance 0 (handle: 8).
  101. Thread-safe QueuedMessage queue created with capacity 100
  102. SVM Processor thread started for instance 0.
  103. Listener (SVM 1): Instance activated. Worker threads started.
  104. Listener (SVM 3): Accepted connection from 192.168.189.128:58634 (Client FD 7)
  105. Thread-safe QueuedMessage queue created with capacity 100
  106. Listener (SVM 3): Instance activated. Worker threads started.
  107. SVM Processor thread started for instance 3.
  108. Listener (SVM 2): Accepted connection from 192.168.189.128:34186 (Client FD 9)
  109. Thread-safe QueuedMessage queue created with capacity 100
  110. Listener (SVM 2): Instance activated. Worker threads started.
  111. SVM Processor thread started for instance 1.
  112. SVM Processor thread started for instance 2.
  113. SVM Receiver thread started for instance 1 (handle: 10).
  114. SVM Receiver thread started for instance 2 (handle: 9).
  115. SVM Receiver thread started for instance 3 (handle: 7).
  116.  
  117. dtorkin@ubuntu1:~/Desktop/practice$ sudo ./uvm_app OR
  118. UVM: Effective RadarMode selected: OR (0)
  119. UVM: Загрузка конфигурации...
  120. Configuration parsed successfully from 'config.ini'.
  121. Found configurations for 1 SVM instances in file.
  122. Found configurations for 2 SVM instances in file.
  123. Found configurations for 3 SVM instances in file.
  124. Found configurations for 4 SVM instances in file.
  125. --- Effective Configuration ---
  126. interface_type = ethernet
  127. UVM Target: 192.168.189.129:8080
  128. Keep-Alive Timeout: 15 seconds
  129. Response Timeout: 5 seconds
  130. SVM 0: Port=8080, LAK=0x08 (Loaded: Yes)
  131. Simulate Control Failure: No
  132. Disconnect After: -1 messages
  133. Simulate Response Timeout: No
  134. Send Warning on Confirm: No (TKS: 1)
  135. SVM 1: Port=8081, LAK=0x09 (Loaded: Yes)
  136. Simulate Control Failure: Yes
  137. Disconnect After: -1 messages
  138. Simulate Response Timeout: No
  139. Send Warning on Confirm: No (TKS: 1)
  140. SVM 2: Port=8082, LAK=0x0A (Loaded: Yes)
  141. Simulate Control Failure: No
  142. Disconnect After: -1 messages
  143. Simulate Response Timeout: Yes
  144. Send Warning on Confirm: No (TKS: 1)
  145. SVM 3: Port=8083, LAK=0x0B (Loaded: Yes)
  146. Simulate Control Failure: No
  147. Disconnect After: 5 messages
  148. Simulate Response Timeout: No
  149. Send Warning on Confirm: No (TKS: 1)
  150. -----------------------------
  151. UVM: Found 4 SVM configurations in config file.
  152. Thread-safe UVM request queue created with capacity 50
  153. Thread-safe UVM Response queue created with capacity 200
  154. UVM: Connecting to SVMs...
  155. UVM: Attempting to connect to SVM ID 0 (IP: 192.168.189.129, Port: 8080)...
  156. Ethernet: Connected to 192.168.189.129:8080 (handle: 3)
  157. UVM: Successfully connected to SVM ID 0 (Handle: 3).
  158. UVM: Attempting to connect to SVM ID 1 (IP: 192.168.189.129, Port: 8081)...
  159. Ethernet: Connected to 192.168.189.129:8081 (handle: 4)
  160. UVM: Successfully connected to SVM ID 1 (Handle: 4).
  161. UVM: Attempting to connect to SVM ID 2 (IP: 192.168.189.129, Port: 8082)...
  162. Ethernet: Connected to 192.168.189.129:8082 (handle: 5)
  163. UVM: Successfully connected to SVM ID 2 (Handle: 5).
  164. UVM: Attempting to connect to SVM ID 3 (IP: 192.168.189.129, Port: 8083)...
  165. Ethernet: Connected to 192.168.189.129:8083 (handle: 6)
  166. UVM: Successfully connected to SVM ID 3 (Handle: 6).
  167. UVM: Connected to 4 out of 4 configured SVMs.
  168. UVM: Запуск потоков Sender, Receiver(s) и GUI Server...
  169. UVM: All necessary threads started. Selected RadarMode: OR
  170. UVM: Entering main processing loop (Ctrl+C to exit)...
  171. UVM Sender thread started.
  172. UVM Receiver thread started for SVM ID 0 (handle: 3).
  173. UVM Receiver thread started for SVM ID 1 (handle: 4).
  174. GUI Server: Starting listener on port 12345
  175. GUI Server: Waiting for GUI connection on port 12345...
  176. UVM Receiver thread started for SVM ID 3 (handle: 6).
  177. UVM Receiver thread started for SVM ID 2 (handle: 5).
  178.  
  179.  
Advertisement
Add Comment
Please, Sign In to add comment