VirtualBox

Ignore:
Timestamp:
Aug 8, 2008 3:40:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34340
Message:

FE/VBoxManage: add number of online CPUs to "list hostinfo"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r11031 r11260  
    27032703        RTPrintf("Host time: %s\n", pszTime);
    27042704
     2705        ULONG processorOnlineCount = 0;
     2706        CHECK_ERROR (Host, COMGETTER(ProcessorOnlineCount)(&processorOnlineCount));
     2707        RTPrintf("Processor online count: %lu\n", processorOnlineCount);
    27052708        ULONG processorCount = 0;
    27062709        CHECK_ERROR (Host, COMGETTER(ProcessorCount)(&processorCount));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette