Questions tagged [stress]
41 questions
9
votes
5 answers
DB (SQL) automated stress/load tools?
I want to measure the performance and scalability of my DB application. I am looking for a tool that would allow me to run many SQL statements against my DB, taking the DB and script (SQL) file as arguments (+necessary details, e.g. host name, port,…

Shaul Dar
- 881
- 3
- 10
- 16
3
votes
5 answers
Logging mysql queries
I am about to begin developing a logging system for future implementation in a current PHP application to get load and usage statistics from a MYSQL database.
The statistic will later on be used to get info about database calls per second, query…

Industrial
- 41,400
- 69
- 194
- 289
2
votes
2 answers
Open Source testing for SQL Server 2000 and 2005
Are there any open source testing tools for testing the Sql Server 2000 stress .

Greens
- 3,061
- 11
- 43
- 61
2
votes
1 answer
Solidworks deformation before yield point
I'm running a solidworks drop test simulation and I'm having some trouble making sense of the results. The idea is basically a hollow shell made of aluminum that will impact the ground at 5 m/s. It is carrying some weight inside which I was unsure…

Elbimio
- 1,041
- 2
- 10
- 25
1
vote
0 answers
How to apply input and output stress using stress-ng
I have an application which sends frames from client to server using I/O bound package async, which provides single-threaded, multiplexing I/O access over sockets.
I run stress-ng cpu and memory test with 10-90 % with ten-step on the client-side.…

gohar luck
- 29
- 5
1
vote
1 answer
Ad hoc distribution issues with iTunes 10+ (Xcode 3.1.4, Leopard)
I have an old version of Xcode so have been unable to create an .ipa file. I also only have leopard installed as the company I work for does not wish to purchase an upgrade so close to a new version being released.
The issue I am having is that when…

stumac85
- 2,057
- 2
- 13
- 9
1
vote
1 answer
httpd process always 256
I am using Amazon EC2 and apache 2.4, when I conduct stress tests, the httpd max processes is always 256
[ec2-user@xxxxxx]ps aux | grep httpd
259
httpd conf
StartServers 10
MinSpareServers 10
…

Leon Lai
- 41
- 1
- 6
1
vote
1 answer
How to read averaged nodal stress from abaqus odb file using python script?
I know how to read element or element node stress value (unaveraged) using python script.
field = stressField.getSubset(region=topCenter,position=INTEGRATION_POINT, elementType = 'CAX4')
But i want averaged stress values at nodes. FYI, my odb does…

karunanidhi mahendran
- 26
- 1
- 4
1
vote
2 answers
Read stresses 'S' of Abaqus results with python
Good evening,
i have done a script for getting a model and to generate results. I've tried to write in the same script a way for getting to read the values of stresses but python says :
" File "C:/Users/TFG", line 250, in …

Sebas Perez Muñoz
- 11
- 2
1
vote
0 answers
Pico TTS stress
I'm using the SVOX Pico TTS with Italian language. Lot's of words are pronounced with a wrong "stress" - i.e. like the accent mark is placed in the wrong place.
Is there a syntax to force the stress wherever I want?
Or any ohter hints to correctly…

Mark
- 4,338
- 7
- 58
- 120
1
vote
1 answer
How to request nodal stress output in ABAQUS Python script
I need nodal stresses in the odb. I am aware that I can simply generate a query in the visualization module and therefore can obtain the averaged nodal stress (which I dont think will be of use as its performed after the analysis and I cannot do…

user5827667
- 37
- 3
- 7
1
vote
1 answer
`tce-load -wi stress` doesn't work?
I want to install the stress command in docker machine, but when I run:
tce-load -wi stress
It fails:
Downloading: stress.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum:…

Freewind
- 193,756
- 157
- 432
- 708
1
vote
2 answers
UDP Broadcast stress
I am writing an application that relies on UDP Broadcasting.
Does anyone know what kind of stress this puts on your network? I would like to have multiple clients on the same network broadcasting frequently.
Any information on this would be…

Ori
- 4,961
- 10
- 40
- 39
1
vote
1 answer
Java Gridgain application starts to fail after 1 day of stress testing
So I have a an application which is running on top of gridgain and does so quite successfully for about 12-24 hours of stress testing before it starts to act funny. After this period of time the application will suddenly start replying to all…

Jamie Cook
- 4,375
- 3
- 42
- 53
0
votes
1 answer
How to Simulate stress test reports generated from on a server based on another server config?
I did some stress tests on a stage server and got some reports and thresholds and now I want to know what will be the numbers on the production server?
Is there any solutions to simulate the results on the production server based on another server…