This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using two CPUs?

Hi!
Is there a way to check whether one or two CPUs are used by ASL?
I started top as root, there is only one CPU shown, shouldn't there be two CPU stats listed, assuming I have two (well, I have two...)


This thread was automatically locked due to age.
Parents
  • top on my 5.x box doesn't break out the Cpu(s) display... I believe this is a limitation of the version of top on ASL.

    cat /proc/cpuinfo

    will show how many CPUs are seen by the kernel.

    Also, 
    uname -a
    will say SMP if an SMP kernel is running.

    Barry
Reply
  • top on my 5.x box doesn't break out the Cpu(s) display... I believe this is a limitation of the version of top on ASL.

    cat /proc/cpuinfo

    will show how many CPUs are seen by the kernel.

    Also, 
    uname -a
    will say SMP if an SMP kernel is running.

    Barry
Children