I want to create a graph, which I can fill up with the following data sources:
tbs_name: This is the name of the Table-Space
tbs_usage: This is the usage from the Table-Space
My script returns me the following output:
Code: Select all
tbs_name:TBS1 tbs_usage:1 tbs_name:TBS2 tbs_usage:7683 tbs_name:TBS3 tbs_usage:4 tbs_name:TBS5 tbs_usage:14180
How can I now configure the graph, that I can see:
- The tablespace-name (certain color) with his tablespace-usage without having an own graph for every tablespace?
What "Data Sources Type" must the field "tbs_name" have?
My idea is, that I have one graph, where can I see all table-spaces with their usages.
Thanks a lot.
Hannes