- 時間撮記:
- 2010-2-5 下午12:31:01 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r25672 r26284 1716 1716 RTPrintf("Guest:\n\n"); 1717 1717 1718 #ifdef VBOX_WITH_MEM_BALLOONING1719 1718 rc = machine->COMGETTER(MemoryBalloonSize)(&guestVal); 1720 1719 if (SUCCEEDED(rc)) … … 1725 1724 RTPrintf("Configured memory balloon size: %d MB\n", guestVal); 1726 1725 } 1727 #endif1728 1726 rc = machine->COMGETTER(StatisticsUpdateInterval)(&guestVal); 1729 1727 if (SUCCEEDED(rc)) … … 1844 1842 } 1845 1843 1846 #ifdef VBOX_WITH_MEM_BALLOONING1847 1844 rc = guest->GetStatistic(0, GuestStatisticType_PhysMemBalloon, &statVal); 1848 1845 if (SUCCEEDED(rc)) … … 1853 1850 RTPrintf("CPU%d: Memory balloon size %-4d MB\n", 0, statVal); 1854 1851 } 1855 #endif 1852 1856 1853 rc = guest->GetStatistic(0, GuestStatisticType_MemCommitTotal, &statVal); 1857 1854 if (SUCCEEDED(rc))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器