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

added queries for histograms

parent f13ee975
No related branches found
No related tags found
No related merge requests found
SELECT browse.responseTimeHistogram
FOR SERVICE 'scenario.browse' AS browse
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT manage.responseTimeHistogram
FOR SERVICE 'scenario.manage' AS manage
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT mfgejb.responseTimeHistogram
FOR SERVICE 'scenario.dealer.ejb' AS mfgejb
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT mfgws.responseTimeHistogram
FOR SERVICE 'scenario.dealer.ws' AS mfgws
USING dml@'/../specjent2010.properties';
\ No newline at end of file
SELECT purchase.responseTimeHistogram
FOR SERVICE 'scenario.purchase' AS purchase
USING dml@'/../specjent2010.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