Tuesday 28 October 2014

Windows : How to Check the number of Processor and cores

Solution:

Open Command prompt  and type the following commands:

To get the number of processors:

echo %NUMBER_OF_PROCESSORS%

To get the full details about CPU:

WMIC CPU Get /Format:List


No comments:

Post a Comment

Oracle : Database Startup Time

 Oracle Instance Startup Time SET LINES 2000 SET PAGES 9999 COLUMN INSTANCE_NAME FOR A20 SELECT     instance_name,     to_char(startup_time,...