Alcatel Carrier Internetworking Solutions 6624 Switch User Manual


 
page -192 OmniSwitch Troubleshooting Guide September 2005
CliShell0 02314da8 272 02b33a3c malloc SSYaccStac SSYaccInit
CliShell0 023183d8 512 02b33a3c malloc CliParse clishell_m
CliShell0 027b0100 576 02b33a3c malloc CliParse clishell_m
CliShell0 0107a128 2404 02b33a3c malloc CliParse clishell_m
CliShell0 0107aa98 1280 02b33a3c malloc CliParse clishell_m
Stp Vx C Sem024fdcc8 28 0011f038 semCCreate zcSelect stpSock_st
LnkAgg Vx C Sem 023182e8 28 0011f038 semCCreate zcSelect lagg_Sock_
AmapMgr Vx C Sem 02318270 28 0011f038 semCCreate zcSelect xmap_main_
GrpMob Vx C Sem 035fe5b8 28 0011f038 semCCreate zcSelect gmcWaitFor
GmapMgr Vx C Sem 02317fa0 28 0011f038 semCCreate zcRecvfrom gmap_main_
VlanMgr Vx C Sem 02317cd0 28 0011f038 semCCreate zcSelect vmcWaitFor
NanDrvr Vx C Sem 02318158 28 0011f038 semCCreate zcRecvfrom nanDriver
Output fields are described here:
Release History
Release 5.1; command was introduced.
output definitions
Task Name The task that “owns” the memory block.
Comments The type of memory block that has been allocated. Comments include:
TCB Stack—this block belongs to the task whose name is listed
PX Msg Q—Posix Message Queue
Vx Msg Q—vxWorks Message Queue
P Sem—Posix Semaphore
Vx B Sem—vxWorks binary semaphore
Vx C Sem—vxWorks counting semaphore
Vx M Sem—vxWorks mutual exclusion semaphore
Leak—Memory leak.
Memory Address The address of the memory block.
Memory Size The size of the memory block.
Address of OS Call The address of the call that allocated the block.
OS Function Called The function that contained the call that allocated the block.
Calling Function The function that called the above-mentioned function.
Previous Caller The function that called the above-mentioned function.