I need to find the maximum threads per processor in the following systems. So far
1. Redhat Linux -> cat /proc/sys/kernel/threads-max 2. HPUX 11.31 [ia64] -> kctune | grep max_thread_proc 3. Solaris 10 [ SPARC ] -> ?? 4. AIX 6.1(TL5) -> ??
Please help me find out for Solaris and AIX.