探测Win2K/XP/2003本机系统信息( 九 )


printf("TotalCommittedPage:t%dn",SystemPerfInfo.TotalCommittedPages);
printf("CommitLimit:tt%-10dt",SystemPerfInfo.TotalCommitLimit);
printf("PeakCommitment:tt%dn",SystemPerfInfo.PeakCommitment);
printf("PageFault:tt%-10dt",SystemPerfInfo.PageFaults);
printf("WriteCopyFault:tt%dn",SystemPerfInfo.WriteCopyFaults);
printf("TransitionFault:t%-10dt",SystemPerfInfo.TransitionFaults);
printf("DemandZeroFault:t%dn",SystemPerfInfo.DemandZeroFaults);
printf("PagesRead:tt%-10dt",SystemPerfInfo.PagesRead);
printf("PageReadIos:tt%dn",SystemPerfInfo.PageReadIos);
printf("PagesWritten:tt%-10dt",SystemPerfInfo.PagefilePagesWritten);
printf("PageWriteIos:tt%dn",SystemPerfInfo.PagefilePageWriteIos);
printf("MappedFilePagesWritten:t%-10dt",SystemPerfInfo.MappedFilePagesWritten);
printf("MappedFileWriteIos:t%dn",SystemPerfInfo.MappedFileWriteIos);
printf("PagedPoolUsage:tt%-10dt",SystemPerfInfo.PagedPoolUsage);
printf("NonPagedPoolUsage:t%dn",SystemPerfInfo.NonPagedPoolUsage);
printf("PagedPoolAllocs:t%-10dt",SystemPerfInfo.PagedPoolAllocs);
printf("NonPagedPoolAllocs:t%dn",SystemPerfInfo.NonPagedPoolAllocs);
printf("PagedPoolFrees:tt%-10dt",SystemPerfInfo.PagedPoolFrees);
printf("NonPagedPoolFrees:t%dn",SystemPerfInfo.NonPagedPoolFress);
printf("SystemCodePage:tt%-10dt",SystemPerfInfo.SystemCodePage);
printf("TotalSystemCodePage:t%dn",SystemPerfInfo.TotalSystemCodePages);
printf("TotalFreeSysPTE:t%-10dt",SystemPerfInfo.TotalFreeSystemPtes);
printf("TotalSystemDriverPages:t%dn",SystemPerfInfo.TotalSystemDriverPages);
printf("PagedPoolPage:tt%-10dt",SystemPerfInfo.PagedPoolPage);
printf("SystemDriverPage:t%dn",SystemPerfInfo.SystemDriverPage);
printf("FastReadWait:tt%-10dt",SystemPerfInfo.FastReadWait);
printf("FastReadNoWait:tt%dn",SystemPerfInfo.FastReadNoWait);
printf("FastReadNoPossible:t%-10dt",SystemPerfInfo.FastReadNotPossible);
printf("FastReadResourceMiss:t%dn",SystemPerfInfo.FastReadResourceMiss);
printf("FastMdlReadWait:t%-10dt",SystemPerfInfo.FastMdlReadWait);
printf("FastMdlReadNoWait:t%dn",SystemPerfInfo.FastMdlReadNoWait);
printf("FastMdlReadNotPossible:t%-10dt",SystemPerfInfo.FastMdlReadNotPossible);
printf("FastMdlReadResourceMiss:%dn",SystemPerfInfo.FastMdlReadResourceMiss);

printf("MapDataWait:tt%-10dt",SystemPerfInfo.MapDataWait);
printf("MapDataNoWait:tt%dn",SystemPerfInfo.MapDataNoWait);
printf("MapDataWaitMiss:t%-10dt",SystemPerfInfo.MapDataWaitMiss);
printf("MapDataNoWaitMiss:t%dn",SystemPerfInfo.MapDataNoWaitMiss);
printf("ReadAheadIos:tt%-10dt",SystemPerfInfo.ReadAheadIos);
printf("PinMappedDataCount:t%dn",SystemPerfInfo.PinMappedDataCount);
printf("PinReadWait:tt%-10dt",SystemPerfInfo.PinReadWait);
printf("PinReadNoWait:tt%dn",SystemPerfInfo.PinReadNoWait);
printf("PinReadWaitMiss:t%-10dt",SystemPerfInfo.PinReadWaitMiss);
printf("PinReadNoWaitMiss:t%dn",SystemPerfInfo.PinReadNoWaitMiss);
printf("CopyReadWait:tt%-10dt",SystemPerfInfo.CopyReadWait);
printf("CopyReadNoWait:tt%dn",SystemPerfInfo.CopyReadNoWait);
printf("CopyReadWaitMiss:t%-10dt",SystemPerfInfo.CopyReadWaitMiss);
printf("CopyReadNoWaitMiss:t%-10dn",SystemPerfInfo.CopyReadNoWaitMiss);
printf("MdlReadWait:tt%-10dt",SystemPerfInfo.MdlReadWait);
printf("MdlReadNoWait:tt%dn",SystemPerfInfo.MdlReadNoWait);
printf("MdlReadWaitMiss:t%-10dt",SystemPerfInfo.MdlReadWaitMiss);
printf("MdlReadNoWaitMiss:t%dn",SystemPerfInfo.MdlReadNoWaitMiss);
printf("LazyWriteIos:tt%-10dt",SystemPerfInfo.LazyWriteIos);
printf("LazyWritePages:tt%dn",SystemPerfInfo.LazyWritePages);
printf("DataPages:tt%-10dt",SystemPerfInfo.DataPages);
printf("DataFlushes:tt%dn",SystemPerfInfo.DataFlushes);
printf("FirstLevelTbFills:t%-10dt",SystemPerfInfo.FirstLevelTbFills);
printf("SecondLevelTbFills:t%dn",SystemPerfInfo.SecondLevelTbFills);
printf("ContextSwitches:t%-10dt",SystemPerfInfo.ContextSwitches);

推荐阅读