Questions tagged [throughput]
421 questions
5
votes
2 answers
What does server throughput mean
If the throughput is increase how will be changed the response and request time?
If I have the data(request/min)?

Ballon
- 6,882
- 18
- 49
- 63
5
votes
1 answer
For XMM/YMM FP operation on Intel Haswell, can FMA be used in place of ADD?
This question is for packed, single-prec floating ops with XMM/YMM registers on Haswell.
So according to the awesome, awesome table put together by Agner Fog, I know that MUL can be done on either port p0 and p1 (with recp thruput of 0.5), while…

codechimp
- 1,509
- 1
- 14
- 21
5
votes
5 answers
Optimal CPU utilization thresholds
I have built software that I deploy on Windows 2003 server. The software runs as a service continuously and it's the only application on the Windows box of importance to me. Part of the time, it's retrieving data from the Internet, and part of the…

kvista
- 5,039
- 1
- 23
- 25
4
votes
1 answer
Twisted Throughput Limit Decreases
I am developing a program which allows for simulations of networks on a single machine. For this I am using Twisted for asynchronous I/O, as having a thread for each 'connection' might be a bit much. (I have also implemented a similar program in…

K_D
- 61
- 4
4
votes
1 answer
How to use TCP window scaling to increase throughput on AWS S3 in C++?
I am using the C++ SDK for AWS and would like to increase the per-client throughput of GET requests against AWS S3. I am emphasizing per-client, because otherwise, I would just use the S3 BitTorrent.
According to this AWS News Blog it is possible…

User12547645
- 6,955
- 3
- 38
- 69
4
votes
5 answers
How Throughput and Response time are related
I ran a JMeter test for 193 samples
where I could see my average response time as 5915ms and Throghput as 1.19832.
I just want to know how are they exactly related

B.Mishra
- 117
- 1
- 3
- 9
4
votes
2 answers
Why is the throughput of this C# data processing app so much lower than the raw capabilities of the server?
I have put together a small test harness to diagnose why the throughput of my C# data processing application (its core function selects records in batches of 100 from a remote database server using non-blocking IO and performs simple processing on…

Dan Hermann
- 1,107
- 1
- 13
- 27
4
votes
1 answer
Jmeter - What is the functioning of “Per User” checkbox under Throughput Controller?
I need to divide the load on my application with some percentages i.e. Login Module - 60%, Accounts - 10%, Other Modules - 30%. After few research i find a option under Throughput Controller section in jmeter using which i can control these…

Keshav
- 415
- 2
- 12
4
votes
1 answer
Jmeter Body of PUT request Bytes throughput Over Time
My goal is to get Bytes throughput Over Time metric more accurate.
General sense of my load test:
Load files with a GET HTTP request from localhost, save content of files as different variables like ContentVar.
Start PUT loop. Place ${ContentVar}…

Michael Tidwell
- 321
- 3
- 10
4
votes
1 answer
What is exact meaning of compaction_throughput_mb_per_sec?
As per the DataStax Cassandra yaml documentation link https://docs.datastax.com/en/cassandra/2.1/cassandra/configuration/configCassandra_yaml_r.html
compaction_throughput_mb_per_sec
(Default: 16) Throttles compaction to the specified total…

Aniket Dumbare
- 103
- 2
- 7
4
votes
1 answer
Are there existing performance measurement libraries on android that support ping, throughput and so on?
I am developing an Android app that needs to know the network performance such as latency, bandwidth and so on. I am wondering whether there is already such an library so that I can directly cooperate it into my code and I don't need to implement it…

Aiken
- 88
- 5
4
votes
2 answers
DynamoDB change in throughput
I am using DynamoDB and I want to change throughput of Dynamo tables.
Will throughput will be changed instantly or it will take some time to be affected completely?
I tried searching for the answer but could not find it even on the Amazon…

keen
- 3,001
- 4
- 34
- 59
4
votes
1 answer
clear differentiation of throughputs in gnuplot
I'm comparing the throughput of wireless link in two situations, i want to plot them both in a single graph. the problem is that the graph obtained by plotting throughput against time is as in this picture
when i plot both throughputs in the same…

Shashank
- 75
- 6
4
votes
2 answers
throughput for SignalR Connection
I have signalR application which has 5000 clients are connected to server. My client doesn't have any control to send a message or anything. my client is sending a 5 digit message to clients.
my question is if 5000 clients are connected to SignalR…

user2571774
- 41
- 2
4
votes
2 answers
Python ftplib: low download & upload speeds when using python ftplib
I was wondering if any one observed that the time taken to download or upload a file over ftp using Python's ftplib is very large as compared to performing FTP get/put over windows command prompt or using Perl's Net::FTP module.
I created a simple…

Tanmoy Dube
- 91
- 1
- 7