If you think that Apply Changes is taking longer than usual, you can list the durations of past Apply Changes to determine whether the length of an Apply Changes is typical.
The durations of past Apply Changes are stored in the reloadtimes
table of the opsview
database.
Prerequisites
- None
Procedure
-
Log in to the orchestrator as
root
. -
Query the
opsview.reloadtimes
table usingcx
:
/opt/opsview/coreutils/utils/cx opsview 'SELECT id, FROM_UNIXTIME(start_config), FROM_UNIXTIME(end_config), duration, post_reload_duration FROM reloadtimes ORDER BY id DESC limit 10;'
More or fewer rows
Change the number oflimit 10
to see more or fewer rows from the opsview.reloadtimes
table.
Comments
0 comments
Please sign in to leave a comment.