Hello Kishore,
For the average, you can setup a script that would run, say, every one hour or every 10 minutes, and insert-select from dbc.databases the "currentspool" field, grouped by databasename, into your history table. Then calculate average from there.
For the maximum, it would be more precise to capture the "peakspool" column. For one week analysis, make it zero at the beginning of the week, and then see how high it goes.
Regards,
Vlad.
Hello Kishore,
For the average, you can setup a script that would run, say, every one hour or every 10 minutes, and insert-select from dbc.databases the "currentspool" field, grouped by databasename, into your history table. Then calculate average from there.
For the maximum, it would be more precise to capture the "peakspool" column. For one week analysis, make it zero at the beginning of the week, and then see how high it goes.
Regards,
Vlad.