performance-testing

Taurus: Attribute Error - 'NoneType' object has no attribute 'get'

左心房为你撑大大i 提交于 2019-12-25 07:15:11
问题 I keep getting an error which says: 11:50:51 ERROR: AttributeError: 'NoneType' object has no attribute 'get' This is the code which i have written: --- execution: concurrency: 10 ramp-up: 1m hold-for: 2m scenario: script: PerformanceTestPlan.jmx concurrency: 10 ramp-up: 1m hold-for: 2m scenario: script: ProcessorTestPlan.jmx 回答1: I believe you should ask Taurus-related questions at Taurus Support Forum, discussion here is JMeter-oriented. In regards to your question, the syntax is not very

How to perform load testing using visual studio [ 2015 Enterprise ]

百般思念 提交于 2019-12-25 06:59:24
问题 First of all i am new to testing. I want to perform load testing on web api's [ around 70 ]. I am using VS2015 Enterprise that comes with load testing feature but i am not aware how to use. Steps that i want to perform are: 1) Response time of the service when running a single request. 2) Memory consumption used by the service when running a single request. 3) Maximum number of concurrent requests supported by the service 4) Memory consumption used by the service when running the maximum

Data driven web tests agents does not have unique data

霸气de小男生 提交于 2019-12-25 05:48:22
问题 I tried above solution mentioned in Data driven load testing with Visual Studio - where are web tests generated? also created plugin and added to solution still I can see my deployment folder in all agent machine contains all the users mentioned in my web test, the users are not distributed among agent and load test failed as every agent used same user to login and access. is there any step missing in above post, if anyone had similar issue please share workaround. Thank you. 来源: https:/

can nested function or method call reduce performance of application

爱⌒轻易说出口 提交于 2019-12-25 04:45:25
问题 I am developing application using asp.net and C# in which our project architecture has lot of nested function calls. public Employe GetEmployeOrder(orderid, employe){ GetEmployeOrderWithDetails(orderid, employe.ShippingId,BillingId); } public Employe GetEmployeOrderWithDetails(guid orderid,guid ShippingId,guid BillingId) { // Another function call } You might have got an idea what scenario I am talking about. If I have such nested calls then is it going to affect performance of my application

Averages greater than 95 percentile in jmeter

主宰稳场 提交于 2019-12-25 03:59:09
问题 my average response time is coming greater than the 99 percentile( in JMeter). 回答1: So what? My too. This is normal situation when you have: low number of samplers with high response time and high number of samplers with low response time In above setup I used 1 Dummy Sampler with 1000 milliseconds response time and 100 Dummy Samplers with 1 millisecond response time resulting in average response time of 11 ms and 99% of 4 ms. More information: JMeter Glossary Percentile Arithmetic Mean 回答2:

Web Performance Test: SignalR - Unrecognized user identity

半世苍凉 提交于 2019-12-25 02:37:10
问题 When running a recorded Web Test using Visual Studio, initializing the signalr connection triggers the error. Unrecognized user identity. The user identity cannot change during an active SignalR connection. Request: GET /Computer/signalr/connect? transport=foreverFrame& connectionToken=xxx& connectionData=yyy& tid=7& frameId=1 HTTP/1.1 User-Agent : Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) Accept : */* Accept-Language : en-GB Accept-Encoding : GZIP Host : test.host.com

Gatling (and JMeter) struggling to maintain Requests per Second (RPS)?

谁说胖子不能爱 提交于 2019-12-25 02:19:31
问题 I'm load testing an API. We have a problem - our response times are too large, sometimes close to a minute. We want to be at the range of under a second. But that is besides the point. When I use a load testing tool, such as Gatling, the RPS sent seem to hit a halt. As you can see in the attached image, there is an initial 15 seconds of 20RPS, and suddenly almost no RPS at all. How can I maintain constant RPS? Probably it has to do with the poor response times, but what if I don't care about

Can Visual Studio 2012 Load testing capture performance counters of Linux server and Oracle data base?

核能气质少年 提交于 2019-12-25 02:08:13
问题 I need to test Oracle ERP system module which runs on Linux server and uses oracle as a database. I have some past experience with web performance and load testing however I am not sure whether Visual Studio 2012 is capable of capturing server side performance counters when it comes to linux platform and oracle data base profiling and tracing counters. so following are my questions : Can I capture server specific counters using vs 2012 ? Is VS 2012 capable of oracle sql tracing and profiling

HDD access + search time calculation algorithm based on read/write speed and HDD buffer size

廉价感情. 提交于 2019-12-25 00:50:15
问题 I want to write application that will calculate average (access + search) HDD time by performing a benchmark. I know how to do test on file read/wite speed from HDD to memory and I can check on manufacturer page what is HDD's internal buffer size. Test would be performed on defragmentet partition so I think the result isn't bad approximation of real values. If read speed were equal to write speed then I could do average_value = (copy_time - (file_size / read_speed * 2)) / (file_size / HDD

POST request from JMeter

ε祈祈猫儿з 提交于 2019-12-24 19:23:18
问题 I am using latest version of JMeter and trying to make a POST request from JMeter however I am not able to see dropdown to change HTTP method . can you please suggest why dropdown is not visible to me ? Please find below screen shot of JMeter . It has no dropdown to specify HTTP method. 回答1: You are looking into HTTP Request Defaults configuration element where all the default values can be specified. It is good that you have it as if you will need to change URL, protocol, path, whatever you