Advertisement
Guest User

Untitled

a guest
Oct 16th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. [root@lab002107-flip-server ~]$ kamctl ps
  2. {
  3. "jsonrpc": "2.0",
  4. "result": [
  5. {
  6. "IDX": 0,
  7. "PID": 3826296,
  8. "DSC": "main process - attendant"
  9. }, {
  10. "IDX": 1,
  11. "PID": 3826297,
  12. "DSC": "udp receiver child=0 sock=192.168.2.107:5060"
  13. }, {
  14. "IDX": 2,
  15. "PID": 3826298,
  16. "DSC": "udp receiver child=0 sock=192.168.2.107:9060"
  17. }, {
  18. "IDX": 3,
  19. "PID": 3826299,
  20. "DSC": "slow timer"
  21. }, {
  22. "IDX": 4,
  23. "PID": 3826300,
  24. "DSC": "timer"
  25. }, {
  26. "IDX": 5,
  27. "PID": 3826301,
  28. "DSC": "secondary timer"
  29. }, {
  30. "IDX": 6,
  31. "PID": 3826302,
  32. "DSC": "Dialog Clean Timer"
  33. }, {
  34. "IDX": 7,
  35. "PID": 3826303,
  36. "DSC": "SNMP AgentX"
  37. }, {
  38. "IDX": 8,
  39. "PID": 3826305,
  40. "DSC": "ctl handler"
  41. }, {
  42. "IDX": 9,
  43. "PID": 3826306,
  44. "DSC": "JSONRPCS FIFO"
  45. }, {
  46. "IDX": 10,
  47. "PID": 3826307,
  48. "DSC": "JSONRPCS DATAGRAM"
  49. }, {
  50. "IDX": 11,
  51. "PID": 3826308,
  52. "DSC": "tcp receiver (generic) child=0"
  53. }, {
  54. "IDX": 12,
  55. "PID": 3826309,
  56. "DSC": "tcp main process"
  57. }
  58. ],
  59. "id": 3831982
  60. }
  61. [root@lab002107-flip-server ~]$ for i in $(seq 0 12);do echo; echo process $i:;kamctl rpc corex.pkg_summary idx 1;done
  62.  
  63. process 0:
  64. {
  65. "jsonrpc": "2.0",
  66. "result": {
  67. },
  68. "id": 3832067
  69. }
  70.  
  71. process 1:
  72. {
  73. "jsonrpc": "2.0",
  74. "result": {
  75. },
  76. "id": 3832089
  77. }
  78.  
  79. process 2:
  80. {
  81. "jsonrpc": "2.0",
  82. "result": {
  83. },
  84. "id": 3832111
  85. }
  86.  
  87. process 3:
  88. {
  89. "jsonrpc": "2.0",
  90. "result": {
  91. },
  92. "id": 3832133
  93. }
  94.  
  95. process 4:
  96. {
  97. "jsonrpc": "2.0",
  98. "result": {
  99. },
  100. "id": 3832155
  101. }
  102.  
  103. process 5:
  104. {
  105. "jsonrpc": "2.0",
  106. "result": {
  107. },
  108. "id": 3832177
  109. }
  110.  
  111. process 6:
  112. {
  113. "jsonrpc": "2.0",
  114. "result": {
  115. },
  116. "id": 3832199
  117. }
  118.  
  119. process 7:
  120. {
  121. "jsonrpc": "2.0",
  122. "result": {
  123. },
  124. "id": 3832221
  125. }
  126.  
  127. process 8:
  128. {
  129. "jsonrpc": "2.0",
  130. "result": {
  131. },
  132. "id": 3832243
  133. }
  134.  
  135. process 9:
  136. {
  137. "jsonrpc": "2.0",
  138. "result": {
  139. },
  140. "id": 3832265
  141. }
  142.  
  143. process 10:
  144. {
  145. "jsonrpc": "2.0",
  146. "result": {
  147. },
  148. "id": 3832287
  149. }
  150.  
  151. process 11:
  152. {
  153. "jsonrpc": "2.0",
  154. "result": {
  155. },
  156. "id": 3832309
  157. }
  158.  
  159. process 12:
  160. {
  161. "jsonrpc": "2.0",
  162. "result": {
  163. },
  164. "id": 3832331
  165. }
  166.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement