Questions tagged [response-time]

Measurement of time spent from sending the request until received a response

219 questions
0
votes
1 answer

Multiple website makes an API call at the same time

First of all, apology for my bad english. I just want to clarify things. If there are multiple website's user (let's say 1000) and try to access my API's endpoint (let say everyone is accessing the registration endpoint) at the same time (or if not…
Emman
  • 41
  • 2
0
votes
1 answer

How to get Time To First Byte of a list of domains with python

I have a list of domains and I need to get some stat for example average response time for the index page of each site about them. I wanna to get the Time To First Byte for each domain. I searched a little but I did not find any complete answer to…
Stateless
  • 293
  • 2
  • 4
  • 18
0
votes
1 answer

Jmeter: Zero minimum response time, what does it mean?

I have Thread settings as: Users: 20 Ramp-up: 2 Scheduler: 14400 My Laptop info: Operating System: Windows 7 Professional 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.150202-1526) Language: English (Regional Setting:…
paul
  • 4,333
  • 16
  • 71
  • 144
0
votes
1 answer

Website Performance testing measures

I have a MVC application hosted in a Server and I want to measure the performance of it for each request. I have got several online testing tools and I could not find a way to get the below measures in a single tool. The time between the user…
0
votes
2 answers

Retrieving res.json() data from same node application

I am currently developing API server using node.js and express.js. I want to know information about how long does each api take to response. For that, I am using response-time to get time taken. app.use(responseTime(function(req, res, time) { var…
Khay
  • 1,530
  • 13
  • 28
0
votes
1 answer

What's the relationship between QPS/TPS, response time and number of concurrent users

Some Concepts: TPS means Transactions per second Response time is the total amount of time it takes to respond to a request for service Is this formula true? TPS = number of concurrent users / response time
zhumengzhu
  • 698
  • 5
  • 22
0
votes
2 answers

Python Request response time timeouts

I am trying to perform some benchmarking and having some issues with Request. The problem is that if the response time is high it throws some errors. How can I make it return the else if the request.get waits more than for instance 2 seconds. time…
user3580316
0
votes
1 answer

4 processors, 2 simultaneous thread running, Why service time increases

I want to clear my concept on thread scheduling. I have asked this question before but due to no response i am trying to ask it in convinient manner My system has 4 processors when I run single CPU-bound task on a thread it completes in around 30ms.…
0
votes
2 answers

PHP API performance improvement

I am new in API development, and I just started making a POC of my Project as per my project requirements 1. I will receive a request from User based on that Request. 2. I have to request several other providers using API provided by them (at…
0
votes
0 answers

Web service running constantly and Tomcat app displays results

-I built a dashboard to monitor the response time of different URLs; in the splash page you get a list of these URLs along with their response times. The response times refresh every 60 seconds automatically. It is a Tomcat application where the…
Luis Delgado
  • 103
  • 1
  • 6
0
votes
1 answer

JMeter response times much larger than the requests' latencies

JMeter machines with versions: 2.13 r13365067, 2.11.20140918 | Java: OpenJDK 1.7.0_79 | OS: Debian 8.1 I'm having a problem where some HTTP requests seem to be processed far too long on a load injector that isn't really under load. Examples from…
K.Sy
  • 90
  • 1
  • 3
  • 10
0
votes
0 answers

Zend application taking too long to load

I have a Zend application at one folder (domain.com/portal) and installed another at domain.com/site. Both works fine, except that the app at /portal loads really fast while the one at /site takes about 15s to load! Using Google PageSpeed I…
0
votes
1 answer

nginx response or sample time vs latency vs connect time with jmeter

I have a pretty good nginx configuration and I am trying to test the load for 1000 requests in 10 seconds for loading index.html page from nginx with https connection. For all the 1000 samples, latency and connect time is consistent. But the…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Increasing the call rate automaticallyin SIPp and dump it in CSV file

I use this command in sipp for generating load on my SIP servlet container ./sipp -sf uac.xml 127.0.0.1:5080 -trace_rtt Two things I need. The first one is increasing the load automatically, for example: add 100 call/second. The second one is the…
0
votes
2 answers

Testing tool for performance

Which is the best Performance tool to measure the response time for a web application in IE10 and above. I've used http watch and fiddler. Kindly suggest any other tools, which are good and simple Also kindly let me know what is memory leakage in…