Skip to content

system-globaldata

The following operations can be performed on "system-globaldata":

show system globaldata

Display historical data for global counters.

Synopsis

show system globaldata <counters> [<countergroup>] [-startTime <string> | (-last <integer> [<unit>])] [-endTime <string>] [-dataSource <string>] [-core <integer>]

Arguments

counters

Specify the counters to be collected.

countergroup

Specify the (counter) group name which contains all the counters specific to this particular group.

startTime

Specify start time in mmddyyyyhhmm to start collecting values from that timestamp.

endTime

Specify end time in mmddyyyyhhmm upto which values have to be collected.

last

Last is literal way of saying a certain time period from the current moment. Example: -last 1 hour, -last 1 day, et cetera. Default value: 1

unit

Specify the time period from current moment. Example 1 x where x = hours/ days/ years.

Possible values: HOURS, DAYS, MONTHS

dataSource

Specifies the source which contains all the stored counter values.

core

Specify core ID of the PE in nCore.

Output

response

startUpdate

lastupdate

Example

show system globaldata cpu_usage -last 1 hours

Was this article helpful?