=====================================================================================================================================
3.12	msr

	abstract: Get CPU model specific registers.

	usage	: java -jar GbtUtility-2.1.76.jar [options] msr

	output	: Show all register status diagnosis, will show error if register byte got error.
		  "CPU_X ok" means cpu is noraml, "CPU_X error" means cpu is abnormal.

	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar msr
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 msr
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 msr
=====================================================================================================================================
