Skip to content
Snippets Groups Projects
Commit 975ce0fa authored by Jürgen Walter's avatar Jürgen Walter
Browse files

fixed pet-clinic example queries

parent feb29450
No related branches found
No related tags found
No related merge requests found
LIST METRICS (SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP' AS OwnerControllerHTTP,
SERVICE 'org.springframework.samples.petclinic.web.WelcomeControllerHTTP.welcomeGET()' AS welcomeGET_works,
SERVICE 'org.springframework.samples.petclinic.web.VetControllerHTTP.showVetListGET()' AS showVetList_X,
SERVICE 'org.springframework.samples.petclinic.web.VetController.showVetList()' AS showVetList,
SERVICE 'org.springframework.samples.petclinic.web.VetController.showVetList(java.Util.map)' AS showVetList2,
SERVICE 'org.springframework.samples.petclinic.web.OwnerController.showVetList(java.Util.map)' AS initNewVisitForm,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGet(java.Util.map)' AS service_X,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGet()' AS service)
LIST METRICS ( SERVICE 'org.springframework.samples.petclinic.web.WelcomeControllerHTTP.welcomeGET()' AS welcomeGET,
SERVICE 'org.springframework.samples.petclinic.web.VetController.showVetList(java.util.Map)' AS showVetListGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGET(java.util.Map)' AS initFindFormGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.processFindFormGET(org.springframework.samples.petclinic.model.Owner,org.springframework.validation.BindingResult,java.util.Map)' AS processFindFormGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.showOwnerGET(int)' AS showOwnerGET)
USING kieker@'C:\\Users\\Jrgen\\Desktop\\eclipse versions\\tools-descartes-dml-dev-environment-develop_2016_12_20\\git\\pmx-dml\\tools.descartes.pmx.dml.test\\testFiles\\pet-clinic\\kieker-20161206-103218336-UTC-petclinic-KIEKER-SINGLETON';
\ No newline at end of file
SELECT welcomeGET_works.ResponseTime.DEFAULT
FOR SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP' AS OwnerControllerHTTP,
SERVICE 'org.springframework.samples.petclinic.web.WelcomeControllerHTTP.welcomeGET()' AS welcomeGET_works,
SERVICE 'org.springframework.samples.petclinic.web.VetControllerHTTP.showVetListGET()' AS showVetList_X,
SERVICE 'org.springframework.samples.petclinic.web.VetController.showVetList()' AS showVetList,
SERVICE 'org.springframework.samples.petclinic.web.VetController.showVetList(java.Util.map)' AS showVetList2,
SERVICE 'org.springframework.samples.petclinic.web.OwnerController.showVetList(java.Util.map)' AS initNewVisitForm,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGet(java.Util.map)' AS service_X,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGet()' AS service
SELECT
welcomeGET.responseTime,
showVetListGET.responseTime,
initFindFormGET.responseTime,
processFindFormGET.responseTime,
showOwnerGET.responseTime
FOR
SERVICE 'org.springframework.samples.petclinic.web.WelcomeControllerHTTP.welcomeGET()' AS welcomeGET,
SERVICE 'org.springframework.samples.petclinic.web.VetControllerHTTP.showVetListGET(java.util.Map)' AS showVetListGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.initFindFormGET(java.util.Map)' AS initFindFormGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.processFindFormGET(org.springframework.samples.petclinic.model.Owner,org.springframework.validation.BindingResult,java.util.Map)' AS processFindFormGET,
SERVICE 'org.springframework.samples.petclinic.web.OwnerControllerHTTP.showOwnerGET(int)' AS showOwnerGET
USING kieker@'C:\\Users\\Jrgen\\Desktop\\eclipse versions\\tools-descartes-dml-dev-environment-develop_2016_12_20\\git\\pmx-dml\\tools.descartes.pmx.dml.test\\testFiles\\pet-clinic\\kieker-20161206-103218336-UTC-petclinic-KIEKER-SINGLETON';
\ 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