Date: Tue, 05 Feb 2002 19:01:30 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: "Dreamtime.net Inc." <clients@dreamtime.net> Cc: freebsd-smp@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Questions on SMP Status Message-ID: <3C609C8A.2D0B5881@mindspring.com> References: <PPEHICINDCFBDLEJKAAGAEEJEJAA.clients@dreamtime.net>
next in thread | previous in thread | raw e-mail | index | archive | help
"Dreamtime.net Inc." wrote: > Is there a command to find out exactly what processes are running for each > processor? It seems when I run TOP, the only process that shows me which > processor is running is TOP. There are not per processor run queues at present. This means that processes are in three states: 1) Suspended (not on the run queue, not associated with a particular CPU) 2) Runnable, but not running (on the run queue, not associated with a particular CPU) 3) Running (on a particular CPU) In other words, the question you are really asking is "how do I obtain CPU affinity information?", and the answer is "there is no CPU affinity, and therefore no CPU affinity information to obtain". -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C609C8A.2D0B5881>