Tagged Questions

6
votes
6answers
299 views

Slow response-time cheat sheet

Does anyone have links to current and historical papers and authoritative links (statistics and blog posts) regarding response-time for user interfaces? Naturally the authoritative link is Human …
2
votes
4answers
172 views

Percentiles of Live Data Capture

I am looking for an algorithm that determines percentiles for live data capture. For example, consider the development of a server application. The server might have response times as follows: 17 ms …
2
votes
3answers
646 views

How to measure response-time of network using Java?

We have a client and a server. I want to measure the response-time of the network between them. When I send a request to server it should immediate respond to my request, it should be like a ping …
1
vote
4answers
106 views

Performance Testing fundamentals

Hi. I have some basic questions around understanding fundamentals of Performance testing. I know that under various circumstances we might want to do - Stress Testing - Endurance Testing etc. But my …
0
votes
0answers
42 views

Performance effect of enabling apache response time log directive

What affect will enabling the response time (%D) LogFormat directive have on apache performance? The response time is the time taken to serve a request in microseconds. Response time can be enabled …
0
votes
1answer
127 views

AJAX/JQuery response time performance widget

I'm looking for an AJAXian widget that shows the time between client browser and server. Any ideas?