Support #557

Updated by Madars almost 4 years ago

1. Number align in xadmin psc, psrv, mibget - Numbers in columns shall be aligned to the right (as it English language states)

2.

At times svsemids prints

<pre>
NDRX 1> svsemids
sh: 1: ��:: not found
SEMAPHORE ID
------------
NDRX 1>
</pre>

3. xadmin svqids seems to print shared mem blocks instead of semaphores:

<pre>
NDRX 1> svqids
MSG QUEUE ID
------------
52723715
1074790404
53411845
53116934
</pre>

1074790404 is shared mem:
<pre>
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x0052e2c1 0 xx 600 56 6
0x005311a1 32769 xx 600 56 7
0x673a67f7 65538 xx 600 6928 6
0x00000000 52723715 xx 600 4194304 2 dest
0x00000000 1074790404 xx 600 524288 2 dest
0x00000000 53411845 xx 600 524288 2 dest
</pre>

4. Is RQADDR used in epoll?

<pre>
NDRX 1> ppm -2
BINARY SVBIN SRVID PID SVPID RQADDR
-------- -------- ----- -------- -------- -----------------------
tprecove tprecove 1 19198 19198 /n00b,srv,addr,tprecover,1
tpevsrv tpevsrv 300 21854 21854
tpadmsv tpadmsv 310 19200 19200 /n00b,srv,addr,tpadmsv,310
atmi.sv1 atmi.sv1 1400 21855 21855
atmi.sv2 atmi.sv2 1600 21856 21856
atmi.sv2 atmi.sv2 1601 21857 21857
tmsrv tmsrv 1650 21858 21858
tmqueue tmqueue 1660 21859 21859
cconfsrv cconfsrv 1700 21860 21860
cpmsrv cpmsrv 9999 19207 19207 /n00b,srv,addr,cpmsrv,9999

</pre>

Back