How do I see what's in the run queue on GNU/Linux?

Solution 1:

Start with top. It should list all or most of the run queue in the first page. Also 'ps r -A' will list all processes in the run queue.