Questions tagged [tps]

Clarion TopSpeed Database Files

The TPS extension is used by Clarion TopSpeed database files. They can be viewed by Clarion's viewing program TopScan. Like other database files, they can also be password protected.

34 questions
0
votes
0 answers

Calculate expected CPU core utilization on production traffic from CPU utilization of one POD

We have a change moving into production which has increased response time and a increase in CPU utilization when tested in lower environment with a single POD. Old response time= 1600ms, new response time=1800ms. Old CPU utilization 0.15 of 1 core…
Rajesh Mappu
  • 483
  • 9
  • 23
0
votes
2 answers

How to obtain the expected TPS., which is calculated by parameters value?

I have used the normal thread group of 40 threads,180000 of throughput, and expected TPS is 3000.., But , Resulted only 2750 tps., How can I improve the TPS? I have tried the concurrency thread group along with the shaping timer combination.. Can u…
Gunasekari
  • 21
  • 2
0
votes
1 answer

Transaction per second Jmeter

hi i am new to Jmeter and using it for API testing. Had a query on how to calculate transaction per second in Jmeter for example if i have 14 http transaction in one thread group how to calculate it and ensure it generates 10 transactions per second…
sidhu
  • 1
  • 1
  • 1
0
votes
0 answers

Bulk delete records from .TPS database using OBDC Topspeed driver or Topscan

How would I go about to do a bulk record delete on a .TPS database? I've been trying with the ODBC V4 Topspeed driver in C# but each time I execute the delete command the program would just start hanging or if I add code to close the db…
hellmit100
  • 101
  • 1
  • 7
0
votes
1 answer

How to capture TPS for multiple system involved Jmeter

In my scenario, I have three systems A, B and C. I am creating load on System A and system A communicate in following way A -> B -> C. At last response comes to system A in following way A <- B <- C. I am being able to capture TPS via Jmeter for…
DanzerZoneJS
  • 441
  • 3
  • 7
  • 23
0
votes
1 answer

How to achieve TPS at Transaction level not at Request level in BlazeMeter/JMeter

Blockquote I am executing the tests with Apache JMeter using BlazeMeter PAAS. I have one requirement, I have multiple transactions in one scenario, and each transaction contains multiple requests, I want to achieve TPS per transaction level. Then…
Ramu
  • 21
  • 2
0
votes
0 answers

Geomorph R Grouping Variable

I am running some PC analysis with the geomorph package on r and am trying to understand how to group my specimens. My specimens are grouped by weeks (week 1, week 5 and week 10) and I am trying to confirm that my code is indeed correct and grouping…
tritz18
  • 1
  • 1
0
votes
2 answers

Jmeter tps adjustment

Do we need to adjust Throughput given by jmeter, to find out the actual tps of the system For eg : I am getting 100 tps for concurrent 250 users. This ran for 10 hrs. Can I come to a conclusion like my software can handle 100 transactions per…
hasitha
  • 21
  • 1
  • 3
0
votes
0 answers

Restful API,the TPS Slow down

My simple object like this: pom.xml org.springframework.boot spring-boot-starter-parent 1.5.10.RELEASE
lingo.lin
  • 29
  • 1
  • 2
  • 7
0
votes
0 answers

How do I get R to read out morphological data contained on .tps files?

I have 7 images of flowers that I have used the digitize2d function in the geomorph package to measure the nectar tube length data. While the function works and R tells me that "All specimens from the session have been digitized to the .tps file" I…
0
votes
1 answer

Unity 5 Third Person Script Error

I'm getting the error NullReferenceException: Object reference not set to an instance of an object ThirdPersonCamera.Update () (at Assets/scripts/ThirdPersonCamera.cs:24) My Code: using System.Collections; using System.Collections.Generic; using…
0
votes
1 answer

Plot a thin plate spline using scatterplot3d

Splines are still fairly new to me. I am trying to figure out how to create a three dimensional plot of a thin plate spline, similar to the visualizations which appear on pages 24-25 of Introduction to Statistical Learning…
user2047457
  • 381
  • 4
  • 13
0
votes
1 answer

error C2664: 'errno_t strcpy_s(char *,rsize_t,const char *)' : cannot convert parameter 2 from 'char [512]' to 'rsize_t'

Code: #define WIN32_LEAN_AND_MEAN #include #include #include #include // link with Ws2_32.lib #pragma comment(lib, "Ws2_32.lib") #define DEFAULT_PORT "27015" #define DEFAULT_BUFFER_LENGTH …
user2594182
  • 13
  • 1
  • 5
0
votes
2 answers

How to produce gridded output in R and eliminate grid squares that are not over land?

I am trying to produce gridded rainfall data over the UK by using a Thin Plate Spline algorithm and eliminate values that are not over land in R - a process I can only achieve so far manually. The problem is challenging (for me) and even…
AntonyDW
  • 349
  • 5
  • 17
-1
votes
1 answer

CloudSQL Postgress (11 or 14) very slow performance and TPS on good instance configuration

We are having a few issues with our CloudSQL instances, we have tried multiple configurations from 1vCpu to 4vCpu, up to 24gb RAM, 100GB SSD, we always have around the same results of around 300-500MS to respond a single small request, translating…
MorenoMdz
  • 316
  • 2
  • 6