B.3 oclumon dumpnodeview local

Use the oclumon dumpnodeview local command to view log information from the system monitor service in the form of a node view.

Usage Notes

Note:

The oclumon dumpnodeview local command has no dependency on GIMR or MGMTDB and can return Cluster Health Monitor data irrespective of GIMR being configured.

Syntax

dumpnodeview local [[([(-system | -protocols | -alert | -v)] | 
	 [(-cpu | -process | -procagg | -device | -nic | -filesystem | -nfs) 
	 [-detail] [-all] [-sort metric_name] [-filter string] [-head]])
	 [([-s start_time  -e end_time] | -last duration)]] |
	 [-h]]

Parameters

Table B-10 oclumon dumpnodeview local Command Parameters

Parameter Description

local

Cluster Health Monitor local dump. Dumps metrics from node local Cluster Health Monitor repository.

-system

Dumps system metrics. For example: oclumon dumpnodeview local -system.

-cpu

Dumps CPU metrics. For example: oclumon dumpnodeview local -cpu.

-process

Dumps process metrics. For example: oclumon dumpnodeview local -process.

-procagg

Dumps process aggregate metrics. For example: oclumon dumpnodeview local -procagg.

-device

Dumps disk metrics. For example: oclumon dumpnodeview local -device.

-nic

Dumps network interface metrics. For example: oclumon dumpnodeview local -nic.

-filesystem

Dumps filesystem metrics. For example: oclumon dumpnodeview local -filesystem.

-nfs

Dumps NFS metrics. For example: oclumon dumpnodeview local -nfs.

-protocols

Dumps network protocol metrics, cumulative values from system start. For example: oclumon dumpnodeview local -protocols.

-alert

Dumps the alerts generated. For example: oclumon dumpnodeview local -alert.

-v

Displays verbose node view output. For example: oclumon dumpnodeview local -v.

Table B-11 oclumon dumpnodeview local Command Flags

Flag Description

-detail

Use this option to dump detailed metrics. Applicable to -process and -nic options.

For example: oclumon dumpnodeview local -process -detail.

-head number

Use this option to dump the node view of the specified number of metrics rows in the result. Applicable to -process option. Default is set to 5.

For example: oclumon dumpnodeview local -process -head 7.

-all

Use this option to dump the node views of all entries. Applicable to -process option.

For example: oclumon dumpnodeview local -process -all.

-sort metric_name

Use this option to sort based on the specified metric name, supported with -process, -device, -nic, -cpu,-procagg, -filesystem, -nfs options.

For example: oclumon dumpnodeview local -device -sort "ioR".

-filter string

Use this option to search for a filter string in the Name column of the respective metric.

For example: -process -filter "ora" will display the process metrics, which contain "ora" substring in their name. Supported with -process, -device, -nic, -cpu, -procagg, -filesystem, -nfs options.

For example: oclumon dumpnodeview local -process -filter "ora".

-s start_time

-e end_time

Use the -s option to specify a time stamp from which to start a range of queries and use the -e option to specify a time stamp to end the range of queries.

Specify time in YYYY-MM-DD HH24:MM:SS format surrounded by double quotation marks ("").

Note:

Specify these two options together to obtain a range.

-last duration

Use this option to specify a time, given in HH24:MM:SS format surrounded by double quotation marks (""), to retrieve the last metrics.

Specifying "00:45:00" will dump metrics for the last 45 minutes. For example: oclumon dumpnodeview local -nic -last "00:45:00".