Skip to content
Snippets Groups Projects
Commit 15606b9f authored by Simon Eismann's avatar Simon Eismann
Browse files

updates to the queries

parent 758ac0c2
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_XboUoADcEeatrcRg2tGXDw" name="unlimited since not bottleneck" number="600"/>
</configSpec>
<configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_cDmlUQDcEeatrcRg2tGXDw" name="I/O" schedulingPolicy="FCFS" processingRate="1.0">
<processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
<nrOfParProcUnits id="_f3On8ADcEeatrcRg2tGXDw" name="unlimited since not bottleneck" number="600"/>
</configSpec>
</computeNodes>
</consistsOf>
</resourcelandscape:DistributedDataCenter>
LIST METRICS (RESOURCE '_H_n5oQDcEeatrcRg2tGXDw' AS DBServerCPU,
RESOURCE '_cDmlUQDcEeatrcRg2tGXDw' AS DBServerIO,
RESOURCE '_qVhoQQDbEeatrcRg2tGXDw' AS WLServerCPU,
SERVICE '_1zpUkADfEeatrcRg2tGXDw' AS call,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS do
......
SELECT DBServerCPU.utilization,
DBServerIO.utilization,
WLServerCPU.utilization
WLServerCPU.utilization,
call.avgResponseTime,
do.avgResponseTime,
do.throughput
FOR RESOURCE '_H_n5oQDcEeatrcRg2tGXDw' AS DBServerCPU,
RESOURCE '_cDmlUQDcEeatrcRg2tGXDw' AS DBServerIO,
RESOURCE '_qVhoQQDbEeatrcRg2tGXDw' AS WLServerCPU,
SERVICE '_1zpUkADfEeatrcRg2tGXDw' AS call,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment