Questions tagged [high-load]

All aspects of high-loaded systems development and maintenance.

All aspects of high-loaded systems development and maintenance: design, algorithms, architecture, technologies, development, testing, databases, storage, support, hardware, hosting, management.

222 questions
0
votes
1 answer

How to handle kubernetes workload crash-loop under load

Here is what I consider a quite generic situation for which I'm not sure what the best solution is. Consider you have a k8s workload where pods need 10-30seconds to be Ready. If at some point you get a load spike that start to crash your pods for…
mveroone
  • 474
  • 7
  • 22
0
votes
1 answer

Nginx cache for frequent and different requests

I have a service. This service has a GET handle(/api/v1/retrieve_blocks). This handle's requests and responces are small, no more than 1024 characters. regular situation: this handle is constantly under 500rps. Almost all requests are different by…
0
votes
1 answer

Stress Test Interpretation

I ran a basic stress test and am having trouble interpreting the results. Setup Super simple node.js API (returns a string for a GET request) deployed on heroku's free tier Increased RPS until I started to see a lag in average response time…
stk1234
  • 99
  • 2
0
votes
1 answer

Postgres process spawns taking up CPU resources

Do you know why PostgreSQL would spin up a single process using a random command/name and then eat up CPU and memory? Killing the process does not effect the Django application which is utilizing PostgreSQL DB. The period between process respawns…
0
votes
1 answer

Very low memory usage during heavy load test

I have a wordpress website wich I did a heavy load test on. As you can see below the CPU usage is of course high but at the same time the RAM usage never goes higher than 0,4%. The load test doesn't produce any errors but the loading time of the…
0
votes
1 answer

How to check what triggered high CPU usage on past days, on Digital Ocean?

I want to investigate what caused a high cpu usage for several hours on 1/16. Digital Ocean graph shows a prolonged high cpu usage in the course of about 12 hours. Is there a log somewhere that I can tap into that would reveal to me more detail…
user5248
  • 103
  • 2
0
votes
1 answer

linux system slowdown debugging, high sys usage

I have a remote linux system that became super slow yesterday. Since the remote luks unlocking I've setup doesn't seem to work reliable and I won't be able to physically access the machine within the next 10 days I'm trying to debug this instead of…
xogoxec344
  • 36
  • 5
0
votes
2 answers

Distributing load over multiple load balancers

Given a website that could have many hundreds of thousands of concurrent users at peak times how can one manage the laod where load balancer resources can only support 40,000 concurrent connections? (System spec, out of my control) The only method I…
user6916458
  • 101
  • 1
0
votes
1 answer

Mysql High cpu load

I have a dedicated server with 48 cores, 128 GB of Ram, 2 nvme with RAID. I have a pretty large WordPress site with 5 GB of MySQL database. The concurrent traffic for the site is from 200 to 700 users. The server always shows that MySQL causes high…
0
votes
0 answers

High average load + low cpu usage + low disk usage + normal network usage + normal memory usage = ok or not?

I see high CPU average load several times a day on my server. For example, 21:20 and 22:45 on the following figure: However, my CPU, disk, and network are all OK: Disk Network CPU Memory Also do not see strange forks Interrupts…
0
votes
2 answers

Windows 10 VM pegs CPU at 100%

We have a Windows 10 VM with one vCPU and 8 gigs of RAM. It runs an HVAC design software that various users can RDP in and use. We've noticed that sometimes, the CPU will (seemingly randomly) max at 100%. When this happens, it becomes impossible to…
CacheMoney
  • 25
  • 7
0
votes
1 answer

Nginx socket reverse proxy got 503 responses on concurrent requests

I am using Nginx as a reverse proxy for my PHP base WebSocket application and I try to load test the WebSocket server with Nginx reverse proxy. And I got 503 errors when concurrent users reach around 1,000. But when I test the PHP application…
0
votes
0 answers

Using core affinity for Debian servers: isolate core to specific tasks?

I currently have an 8-core web server that is running into load problems due to heavy amounts of image processing--Imagemagick and other associated software will often spike the server's load up to 50+. My thought would be to isolate Imagemagick…
0
votes
1 answer

Directadmin Warning The system load average is X

I am not a server guru, could somebody help me understand what part of my server is under load and what can I do to fix this? My best guess is too many connection to node server + mysql, becuse most the time I am getting mysql connection refeused…
Exlord
  • 101
  • 6
-1
votes
1 answer

LAMP stack with AWS performance

I am planning to move my LAMP stack to AWS as the number of users increases. Current estimations suggest, that the Server has to handle roughly 100.000 users accessing the static landing page, out of which about 5.000 will use the internal pages…
mo_st
  • 39
  • 5
1 2 3
14
15