Questions tagged [cpu-load]

37 questions
0
votes
0 answers

Create an event listener triggered by CPU load percentage

In Task Manager, you can see your CPU load. I'm trying to create a script that sends an email if the CPU consistently stays above 80% for X minutes. Apparently you can get the CPU load in PowerShell by running this command: Get-WmiObject…
Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82
0
votes
1 answer

How to record the load on CPU for a particular time period?

I am trying to record the load on the CPU for certain time period using PowerShell. Is there any way to record the CPU utilization in the task manager? I have tried this: Tracking CPU and Memory usage per process. But it didn't work.
Harsh Jaswal
  • 447
  • 3
  • 14
0
votes
0 answers

Load spikes with low CPU high IO application

I'm running an application that makes hundreds of http calls per second and is parsing and storing the data in redis. The I/O operations are asynchronous but I'm still getting consistent load spikes. From other articles I've read the CPU is low…
Rawr
  • 2,206
  • 3
  • 25
  • 53
0
votes
1 answer

Identify server CPU process

Is there a Server-Side language or something under a LAMP server that may help to identify why is a certain -repetitive and huge CPU load- process running in my cPanel managed host that is not caused by visits nor cron jobs??? (The process being run…
DavidTaubmann
  • 3,223
  • 2
  • 34
  • 43
0
votes
2 answers

Linux acceptable load average

I have a linux dedicated server machine(8cores 8gbRAM) where i run some crawler php scripts. The load on the system ends up being arround 200, which sounds a lot. Since i am not using the machine to host content, what could be the sideeffects of…
Evan
  • 1,683
  • 7
  • 35
  • 65
0
votes
3 answers

How to make SQL query faster?

I have big DB. It's about 1 mln strings. I need to do something like this: select * from t1 WHERE id1 NOT IN (SELECT id2 FROM t2) But it works very slow. I know that I can do it using "JOIN" syntax, but I can't understand how.
Arsen Ibragimov
  • 425
  • 4
  • 18
0
votes
1 answer

What Would Happen if CPU Load Average is High

I read some articles about the CPU load average. They were talking about the definition, the differences between the CPU usage, and the optimal value (roughly equals to the number of cores). They also mentioned that if the number is high, you will…
fanchyna
  • 2,623
  • 7
  • 36
  • 38
1 2
3