***************************************************************************************************************************************
3.32.12	processors	: Redfish processors API.

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish processors <list | get> [ID] [args...]

	[ID]		: The system resource ID in Redfish systems collection (default will choose the first ID).

1.	<list>		: Show all processors resource members.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish processors list [ID]
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish processors list Self
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish processors list
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish processors list Self

2.	<get>		: Get processor details information.
	<num>		: Processor ID number.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish processors get [ID] <num>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish processors get Self 1
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish processors get 2
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish processors get Self 1
***************************************************************************************************************************************