Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@lab002107-flip-server ~]$ kamctl ps
- {
- "jsonrpc": "2.0",
- "result": [
- {
- "IDX": 0,
- "PID": 3826296,
- "DSC": "main process - attendant"
- }, {
- "IDX": 1,
- "PID": 3826297,
- "DSC": "udp receiver child=0 sock=192.168.2.107:5060"
- }, {
- "IDX": 2,
- "PID": 3826298,
- "DSC": "udp receiver child=0 sock=192.168.2.107:9060"
- }, {
- "IDX": 3,
- "PID": 3826299,
- "DSC": "slow timer"
- }, {
- "IDX": 4,
- "PID": 3826300,
- "DSC": "timer"
- }, {
- "IDX": 5,
- "PID": 3826301,
- "DSC": "secondary timer"
- }, {
- "IDX": 6,
- "PID": 3826302,
- "DSC": "Dialog Clean Timer"
- }, {
- "IDX": 7,
- "PID": 3826303,
- "DSC": "SNMP AgentX"
- }, {
- "IDX": 8,
- "PID": 3826305,
- "DSC": "ctl handler"
- }, {
- "IDX": 9,
- "PID": 3826306,
- "DSC": "JSONRPCS FIFO"
- }, {
- "IDX": 10,
- "PID": 3826307,
- "DSC": "JSONRPCS DATAGRAM"
- }, {
- "IDX": 11,
- "PID": 3826308,
- "DSC": "tcp receiver (generic) child=0"
- }, {
- "IDX": 12,
- "PID": 3826309,
- "DSC": "tcp main process"
- }
- ],
- "id": 3831982
- }
- [root@lab002107-flip-server ~]$ for i in $(seq 0 12);do echo; echo process $i:;kamctl rpc corex.pkg_summary idx 1;done
- process 0:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832067
- }
- process 1:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832089
- }
- process 2:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832111
- }
- process 3:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832133
- }
- process 4:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832155
- }
- process 5:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832177
- }
- process 6:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832199
- }
- process 7:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832221
- }
- process 8:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832243
- }
- process 9:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832265
- }
- process 10:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832287
- }
- process 11:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832309
- }
- process 12:
- {
- "jsonrpc": "2.0",
- "result": {
- },
- "id": 3832331
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement