Hi List,
One issue that seems to be there with web-search is:
On the web-page you specify that the "target response time requires 99%
of the requests to be serviced within 200ms.
However, in the ASPLOS 2012 paper, it is said that 90% of the requests
are serviced within 500ms.
If I need to cite in a paper, which one should I use?
Moreover, the client faban gives us C90RESP: Current 90th%ile response
time as of last interval period,
not available before steady state, but on the webpage you specify 99%.
Should the boldfaced lines (read in case of plain txt: 1151, 393, 409)
be changed in faban driver?
or is there is a specific Berkley hack for this that I'm missing?
com/sun/faban/driver/engine/Metrics.java:1150 :
//Rajiv: .90d to .99d
*com/sun/faban/driver/engine/Metrics.java:1151 :
cntPct = (int)(txCntStdy[i] * .9**0**d);*
com/sun/faban/driver/engine/Metrics.java:1189 : cnt99
= (int)(txCntStdy[i] * .99d);
com/sun/faban/driver/engine/RuntimeMetrics.java: 392
: //Rajiv: .90d to .99d
*com/sun/faban/driver/engine/RuntimeMetrics.java: 393
: cnt90 = (int) ((txCntStdy[i] - prev.txCntStdy[i]) *
.9**0**d);*
com/sun/faban/driver/engine/RuntimeMetrics.java: 408 :
//Rajiv: .90d to .99d
*com/sun/faban/driver/engine/RuntimeMetrics.java: 409 :
cnt90 = (int) (txCntStdy[i] * .9**0**d);*
Best,
Rajiv
WARNING / LEGAL TEXT: This message is intended only for the use of the
individual or entity to which it is addressed and may contain
information which is privileged, confidential, proprietary, or exempt
from disclosure under applicable law. If you are not the intended
recipient or the person responsible for delivering the message to the
intended recipient, you are strictly prohibited from disclosing,
distributing, copying, or in any way using this message. If you have
received this communication in error, please notify the sender and
destroy and delete any copies you may have received.
http://www.bsc.es/disclaimer