threads in my azure virtual machine

can123123123 61 Reputation points
2020-06-09T17:57:41.557+00:00

How can I find out the number of threads in my azure virtual machine?
,

Also, how can I increase the number of threads in my virtual machine?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,977 questions
0 comments No comments
{count} votes

Accepted answer
  1. Leon Laude 85,816 Reputation points
    2020-06-09T18:02:39.633+00:00

    Hi,

    You can check how many CPU threads (Logical Processors) in the Task Manager:

    1. Open Task Manager
    2. Select Performance tab
    3. Look Logical Processors (Threads)

    or run the following command in a PowerShell or Command Prompt:

    wmic CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List
    

    If you want to increase the number of CPU threads you'll need to create a new Azure virtual machine (VM) with more CPU power, you cannot increase the number of threads in an existing azure VM.

    Best regards,
    Leon

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.