What does /proc expose vis-a-vis LWPs?
> >> Thanks for the answer! I would really like to know how to see which >> thread is running on which processor to see if my multithreaded >> app (which uses the pipeline model) is really using the 6 available CPUs on my >> platform. Is there such a beast? > >/proc on Solaris doesn’t expose this information, so I doubt that any >non-Sun utility can show it. I don’t know if Sun has something (bundled or >unbundled). As for migrating LWPs from one processor to another – it’s >perfectly normal on Solaris. You are wrong.