dtorkin

Untitled

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