Vxworks Command - Cheat Sheet
ti [taskName|Id] : Displays detailed information from a specific task's TCB.
memShow // Get current free memory. taskSpawn("leakTest", 100, 0, 20000, myBadFunction) // Run suspected code. memShow // Compare free memory. Shrunk? Leak. objShowAll // See if objects (semaphores, msgQs) aren't being deleted. vxworks command cheat sheet
sysMemTop / memPartInfo — Inspect partitions and region sizes (implementation dependent). ti [taskName|Id] : Displays detailed information from a
