etc.service.factory.xml Maven / Gradle / Ivy
select current_month.category_nm category_nm,
nvl(current_month.max_kb - last_month.max_kb,0) as month_increase,
current_month.max_kb current_month_max_kb
from
(select category_nm, max(NUMBER_VALUE_KB) as max_kb, trunc(capture_date,'MONTH') as capture_month
from APP_DB_MON.monitoring_sizes
where round(capture_date,'MONTH') = round(sysdate,'MONTH')
group by category_nm, trunc(capture_date,'MONTH')) current_month,
(select category_nm, max(NUMBER_VALUE_KB) as max_kb, trunc(capture_date,'MONTH') as capture_month
from APP_DB_MON.monitoring_sizes
where round(capture_date,'MONTH') = round(add_months(sysdate,-1),'MONTH')
group by category_nm, trunc(capture_date,'MONTH')) last_month
where current_month.category_nm = last_month.category_nm(+)
order by current_month.category_nm
= trunc(sysdate,'DAY')
GROUP BY APPLICATION_NAME
order by max_session desc)) cc_session, CHEMCART.DS_APP app
Where rownum <= 10
and app.name = cc_session.application_name
]]>
#
Application Name
Description
Max User Count
Avg. idle Time (minutes)
]]>
No data available.
]]>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy