system-entitydata¶
The following operations can be performed on "system-entitydata":
show system entitydata¶
Display the historical data for entity specific counters.
Synopsis¶
show system entitydata
Arguments¶
type Specify the entity type.
name Specify the entity name.
counters Specify the counters to be collected.
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 entitydata lbvserver v1 totalrequests -last 1 days
rm system entitydata¶
Removes the specified entity from historical charting along with all the associated counters till the current time stamp.
Synopsis¶
rm system entitydata [
Arguments¶
type Specify the entity type.
name Specify the entity name.
allDeleted Specify this if you would like to delete information about all deleted entities from the database.
allInactive Specify this if you would like to delete information about all inactive entities from the database.
dataSource Specifies the source which contains all the stored counter values.
core Specify core ID of the PE in nCore.