=====================================================================================================================================
3.40	diag

	abstract: Stress linpack

	usage	: java -jar GbtUtility-2.1.76.jar [options] diag <linpack | kill | update> <stress parameters> <debug=debug file path>(optional)
	
	<debug> : debug file for mapping BMC IP and data LAN IP
		  format example:
		  10.1.27.112,10.1.27.115
		  10.1.27.113,10.1.27.114

	[kill]  : kill the stress procedure on node
		  java -jar GbtUtility-2.1.76.jar [options] diag kill <debug=debug file path>(optional)
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar diag kill
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 diag kill debug=./debug
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 diag kill

	[linpack]: running linpack stress on node
		  java -jar GbtUtility-2.1.76.jar [options] diag linpack <mini ISO name> <stress minutes> <debug=debug file path>(optional)
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar diag linpack 4435_diag.iso 2
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 diag linpack 4435_diag.iso 2 debug=./debug
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 diag linpack 4435_diag.iso 2

	[update]: mount auto-update ISO to node and wait for complete
		  java -jar GbtUtility-2.1.76.jar [options] diag update <mini ISO name> <timeout minutes> <debug=debug file path>(optional)
	Example	:
		  by node list	 : java -jar GbtUtility-2.1.76.jar diag update 4435-update.iso 20
		  by single host : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 diag update 4435-update.iso 20 debug=./debug
		  by scan host	 : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.100 diag update 4435-update.iso 20

=====================================================================================================================================