Add cappingGmin support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15948 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
607ef66ea8
commit
08c3c1cefc
@ -94,10 +94,11 @@ B<For Flex node (power and x86):>
|
||||
|
||||
B<renergy> I<noderange> [-V] { all | [averageDC]
|
||||
[capability] [cappingvalue] [cappingmaxmin] [cappingmax]
|
||||
[cappingmin] [CPUspeed] [maxCPUspeed]
|
||||
[cappingmin] [cappingGmin] [CPUspeed] [maxCPUspeed]
|
||||
[savingstatus] [dsavingstatus] }
|
||||
|
||||
B<renergy> I<noderange> [-V] { cappingwatt=watt | cappingperc=percentage
|
||||
B<renergy> I<noderange> [-V] { cappingstatus={on | off}
|
||||
| cappingwatt=watt | cappingperc=percentage
|
||||
| savingstatus={on | off} | dsavingstatus={on-norm | on-maxp | off} }
|
||||
|
||||
=back
|
||||
@ -305,20 +306,21 @@ enabled, phase 2 or higher
|
||||
dynamicPowerMeasurementWithPowerCapping: the module with power meter capability,
|
||||
both measurement and capping enabled, phase 2 or higher
|
||||
|
||||
=item B<cappingGmin>
|
||||
|
||||
Query the Guaranteed Minimum power capping value in watts.
|
||||
|
||||
=item B<cappingmax>
|
||||
|
||||
Query the maximum of power capping value
|
||||
which can be set for a CEC or blade server. (Unit is watt)
|
||||
Query the Maximum of power capping value in watts.
|
||||
|
||||
=item B<cappingmaxmin>
|
||||
|
||||
Query the maximum and minimum of power capping value
|
||||
which can be set for a CEC or blade server. (Unit is watt)
|
||||
Query the Maximum and Minimum of power capping value in watts.
|
||||
|
||||
=item B<cappingmin>
|
||||
|
||||
Query the minimum of power capping value
|
||||
which can be set for a CEC or blade server. (Unit is watt)
|
||||
Query the Minimum of power capping value in watts.
|
||||
|
||||
=item B<cappingperc>=B<percentage>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user