Share via


Problem in Identifying L1 cache in Virtaul Machine

Question

Thursday, November 29, 2018 5:34 AM

Hi,

I am installing a Virtual Machine on the physical host having(8vCPU) and installing windows server 2012R2 OS.

But as I check under Task Manager>Performance, the L1 cache is showing N/A.

How I will be able to know the what amount of L1 cache memory my Virtual Machine is using?

Kindly help!!

All replies (4)

Friday, November 30, 2018 6:39 AM

Hi

Thanks for your question.

By design, L1 Cache doesn’t exist in the VM system, as shown N/A in the performance of the task manager.

Meanwhile, we could use the cmdlets wmic to check the current cache size, even more detailed information about CPU on the system. Please refer to the following article,

https://www.techvigil.com/tips-tricks/379/verify-processor-cache-size-speed/

wmic cpu get L2CacheSize, L2CacheSpeed, L3CacheSize, L3CacheSpeed
wmic cpu list full
wmic cpu get >cpuinfo.txt

Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

Besides, I find the symptom in my lab, when the VM is Hyper host, we can see L1 Cache shown in the task manager of this VM as below. You could test it. If any concern, please feel free to let me know.

Best regards,

Michael

Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]


Tuesday, December 4, 2018 7:24 AM

Hi,

Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance.

Best Regards,

Michael

Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]


Friday, December 7, 2018 5:01 AM

<g class="gr_ gr_30 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" data-gr-id="30" id="30">Hi</g> Michael Thanks for the reply.

Actually, I am using a VMware environment for my Virtual Machine.

But I will check and let you know.

Thanks again!


Monday, December 10, 2018 9:40 AM

Hi,

How are things going on?

Please feel free to let me know if you need further assistance.

Best regards,

Michael

Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]