performance-testing Questions
1
Solved
The following is a question about the performance of the ABAP TRY/CATCH construct. In particular, it is not about throwing or catching exceptions.
Is there a performance cost when entering TRY/CATC...
Regazzi asked 13/2, 2023 at 12:17
1
Solved
I have searched somewhat within VSCode extensions, plugins, googled, but nothing seems to give me similar tool as standard VS provides.
There is a whole list of code profilers for the big VS, (only...
Unwarranted asked 13/9, 2021 at 16:56
3
I have a performance test that is running in jmeter on a win7 machine.
The performance test is comprised of 2 threads groups( user1, user2) and each thread makes 40 requests to a website using ht...
Colbert asked 3/7, 2014 at 20:53
4
Solved
I have a lambda function written in Python that uses a couple of heavyweight dependencies (NumPy, pandas, goodtables, etc.) and is also connected to a VPC (for access to a Postgres RDS instance)
T...
Orotund asked 17/3, 2019 at 11:5
6
Solved
As indicated in the official loadimpact/k6 documentation, we are able to execute a single k6 script as follows:
k6 run ../tests/http_get.js
How would I go about executing multiple script files i...
Avebury asked 5/3, 2018 at 15:13
2
One of the Jmeter requests which I captured contains the 'LongPolling' transport method. So it takes high load time/latency.
I don't want to have this much of high latency in the request.
How can...
Deville asked 2/3, 2018 at 20:12
9
I have a very large CSV file (8000+ items) of URLs that I'm reading with a CSV Data Set Config element. It is populating the path of an HTTP Request sampler and iterating through with a while contr...
Pharmacy asked 28/8, 2013 at 5:21
11
Solved
Is there a simple way to time the execution of a command in PowerShell, like the 'time' command in Linux?
I came up with this:
$s=Get-Date; .\do_something.ps1 ; $e=Get-Date; ($e - $s).TotalSeconds...
Trapan asked 18/8, 2010 at 15:17
3
Solved
Is there any possibilities to get my below mentioned Graph Results in JMeter test, which is executed in non GUI mode. I can extract its values using csv, but we need to run the test in non GUI mode...
Monaghan asked 3/7, 2017 at 5:47
10
Solved
I'm trying to run JMeter in non-gui mode (from the command line).
I've seen in a number of places, including the official docs, that this following command will do what I want:
jmeter -n –t test....
Lorin asked 9/8, 2016 at 13:47
13
Solved
We want to use JMeter.
I've downloaded the production version as directed in the user manual at http://jmeter.apache.org/usermanual/get-started.html
But how do I get started and install the softw...
Jamey asked 24/3, 2014 at 13:8
3
Solved
Is there a way to find which line of code generated a MySQL statement in a Rails development log?
In order to do some performance optimization, I would like to find which part of my app is creatin...
Fredkin asked 27/9, 2012 at 23:4
2
One of the functions in my node.js app is calling an external API using the fetch function.
I am trying to find the most accurate way to measure the response time for the said API.
i am using the...
Cand asked 20/4, 2020 at 11:13
2
Solved
Am working with lots of mid-complexity Java/Jsp applications and wondering what would be an added advantage of doing performance testing using say Jmeter over profiling using Jprofiler/Netbeans pro...
Dreg asked 8/2, 2012 at 4:41
5
Solved
I’ve been having issues lately because my dependencies has been updated to use netty 4.1 and Gatling has not been updated for a while, and still work only on Netty 4.0.
Anybody knows any al...
Leone asked 11/11, 2017 at 17:2
3
I'm using Xcode 7. iPhone 5s simulator (iOS 9.0).
I'm trying to use XCTestCase -measureBlock: to measure time spent on some of my functions. This runs the code inside the block 10 times and report...
Nullification asked 25/9, 2015 at 5:2
3
Solved
I append link[rel=preconnect] in my page's HTML code. But how can I check works preconnect or not?
Preconnect does not appear in the Network panel of DevTools, I don't see it in chrome://tracing.
W...
Apportion asked 7/10, 2016 at 20:20
5
Solved
Is there a simple way to capture the Response times for the requests and responses in a PostMan script?
I am trying to do the following by creating a Collection and then in the Tests, writing the ...
Cam asked 7/12, 2017 at 5:20
2
As indicated in the official loadimpact/k6 documentation, we are able to execute k6 scripts as follows:
k6 run github.com/loadimpact/k6/samples/http_get.js
Is it possible to pass in custom comma...
Crepuscular asked 3/3, 2018 at 22:31
2
I am using react-native 0.52.0 and react- 16.2.0 . My react-native application runs slowly. I want to optimize its performance. Can anyone tell me what are the ways in which we can make react nativ...
Grasshopper asked 26/2, 2018 at 5:44
3
Solved
I want to pass some parameters to my request body. I don't want to send the random string. But I need to pass the random values from selected values. Ex; I have 5 values, say value1,value2,value3,v...
Palocz asked 26/11, 2014 at 8:9
2
I'm trying to run my test through non gui mode. But it throws the warning in my Mac terminal.
Paule asked 9/8, 2019 at 4:11
4
Solved
I'm monitoring docker containers via Prometheus.io. My problem is that I'm just getting cpu_user_seconds_total or cpu_system_seconds_total.
How to convert this ever-increasing value to a CPU percen...
Ombudsman asked 21/1, 2016 at 12:25
1
In an attempt to measure the bandwidth of the main memory, I have come up with the following approach.
Code (for the Intel compiler)
#include <omp.h>
#include <iostream> // std::cout
#...
Koloski asked 10/3, 2022 at 16:42
2
Solved
We are doing performance testing on our WebSockets web app. As our app is used in Africa, we need to also test it on very slow connection speeds.
Chrome's network throttling feature works great fo...
Exergue asked 8/2, 2016 at 19:25
1 Next >
© 2022 - 2025 — McMap. All rights reserved.