--all-lg

Select all logical groups. --all-ne

Select all network entities --all-ug

Select all user groups --lg=lg1,lg2,...

Specify the logical group(s) names or range. --ne=ne1,ne2,...

Specify the network entity names or range. --nodes=node1,node2,...

Specify the node(s) names or range. --ug=ug1,ug2,...

Specify the user group(s) names or range.

EXAMPLES

To display all the sensors and alerts of the specified nodes:

#/opt/cmu/bin/cmu_monstat --nodes=n0001,n0002,n00[01-11]

To display all sensors values of all the nodes: (Alerts will not be displayed)

#/opt/cmu/bin/cmu_monstat --all-sensors --all-nodes

To display all alerts on all nodes part of 'sles11_x68_64' logical group:

#/opt/cmu/bin/cmu_monstat --all-alerts --prefix --lg=sles11_x86_64

To display cpuload and memory usage of the nodes n1,n2:

#/opt/cmu/bin/cmu_monstat --sensors=cpuload,memory_used --nodes=n[1-2]

To display cpuload sensor value and login alerts for node n1:

#/opt/cmu/bin/cmu_monstat --sensors=cpuload --alerts=login_alert--nodes=n1

To display all sensors along with statistics like Min, Max, Mean, std deviation, etc:

#/opt/cmu/bin/cmu_monstat --all-nodes --all-sensors --stats

To show the sensors threshold status in colors:

#/opt/cmu/bin/cmu_monstat --all-nodes --color

178