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

updated queries

parent 9b76c10e
No related branches found
No related tags found
No related merge requests found
LIST METRICS (RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1,
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1)
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS svc2)
USING dml@'minmodel.properties';
\ No newline at end of file
SELECT res1.utilization, svc1.avgResponseTime
SELECT svc2.throughput
FOR RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1,
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1
USING dml@'minmodel.properties';
\ No newline at end of file
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS svc2
USING dml@'C:\\Users\\Simon\\git\\dml-examples\\HelloWorldExample\\DQL-Queries\\minmodel.properties';
\ No newline at end of file
LIST METRICS (RESOURCE '_H_n50QDcEeatrcRg2tGXDw' AS res1)
LIST METRICS (RESOURCE '_H_n5oQDcEeatrcRg2tGXDw' AS DBServerCPU,
RESOURCE '_cDmlUQDcEeatrcRg2tGXDw' AS DBServerIO,
RESOURCE '_qVhoQQDbEeatrcRg2tGXDw' AS WLServerCPU,
SERVICE '_1zpUkADfEeatrcRg2tGXDw' AS call,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS do
)
USING dml@'ispass03.properties';
\ No newline at end of file
SELECT DBServerCPU.utilization,
DBServerIO.utilization,
WLServerCPU.utilization
FOR RESOURCE '_H_n5oQDcEeatrcRg2tGXDw' AS DBServerCPU,
RESOURCE '_cDmlUQDcEeatrcRg2tGXDw' AS DBServerIO,
RESOURCE '_qVhoQQDbEeatrcRg2tGXDw' AS WLServerCPU,
SERVICE '_1zpUkADfEeatrcRg2tGXDw' AS call,
SERVICE '_yiFNMEeqEeSW4Op0B0CyhQ' AS do
USING dml@'C:\\Users\\Simon\\git\\dml-examples\\ispass03\\DQL-Queries\\ispass03.properties';
\ No newline at end of file
SELECT service.avgResponseTime
FOR RESOURCE '_1zpUkADfEeatrcRg2tGXDw' AS service
USING dml@'ispass03.properties';
\ No newline at end of file
FOR SERVICE '_1zpUkADfEeatrcRg2tGXDw' AS service
USING dml@'C:\\Users\\Simon\\git\\dml-examples\\ispass03\\DQL-Queries\\ispass03.properties';
\ No newline at end of file
SELECT db_server_cpu.utilization
FOR RESOURCE '_H_n50QDcEeatrcRg2tGXDw' AS db_server_cpu
FOR RESOURCE '_H_n5oQDcEeatrcRg2tGXDw' AS db_server_cpu
USING dml@'ispass03.properties';
\ No newline at end of file
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