VirtualBox

Ignore:
Timestamp:
Dec 11, 2010 11:12:01 PM (14 years ago)
Author:
vboxsync
Message:

VBoxManage: move vmstatistics to debugvm as a 'statistics' sub-command. Remove injectnmi completely from controlvm - the audience of this features is tiny but smart, so no need for compatibility stuff.

File:
1 edited

Legend:

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

    r34970 r34971  
    604604#endif /* VBOX_WITH_GUEST_CONTROL defined */
    605605
    606     /** @todo merge into debugvm */
    607     if (u64Cmd & USAGE_VM_STATISTICS)
    608         RTStrmPrintf(pStrm,
    609                      "VBoxManage vmstatistics     <vmname>|<uuid> [--reset]\n"
    610                      "                            [--pattern <pattern>] [--descriptions]\n"
    611                      "\n");
    612606    if (u64Cmd & USAGE_DEBUGVM)
    613607    {
    614608        RTStrmPrintf(pStrm,
    615609                     "VBoxManage debugvm          <uuid>|<name>\n"
     610                     "                            dumpguestcore --filename <name> |\n"
    616611                     "                            injectnmi |\n"
    617                      "                            dumpguestcore --filename <name>\n"
     612                     "                            statistics [--reset] [--pattern <pattern>] "
     613                     "                                [--descriptions]\n"
    618614                     "\n");
    619615    }
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