Lab 4 - samuel-richardson/Sam-Tech-Journal GitHub Wiki

Lab 4

In this lab information about the CPU and caches was acquired through the terminal and task manager.

Launch Task Manager

Search task manger in windows bar or use crtl + alt + del then select task manager

How to use wmic

By using wmic with parameters such as CPU followed by get and the information wanted the terminal will display the information For example, to get the number of CPU cores use "wmic CPU get numberOfCores". wmic can also display cache sizes and the number of logical processors.