Last active
August 29, 2015 14:06
-
-
Save ejholmes/6803f4dff0aa8b764b3a to your computer and use it in GitHub Desktop.
WLM Breakdown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select btrim(c.condition) as "wlm group", s.state, count(distinct s.query) from stv_wlm_query_state s | |
inner join stv_wlm_classification_config c on s.service_class = c.action_service_class | |
group by "wlm group", s.state; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment