Questions tagged [cpu-usage]

CPU usage indicate how much of a workload is being handled by the CPU.

CPU-usage or CPU time is the amount of time for which a central processing unit (CPU) was used for processing instructions of a computer program.

CPU time accounting :http://public.dhe.ibm.com/software/dw/linux390/perf/CPU_time_accounting.pdf

2881 questions
1
vote
2 answers

How to look a single SQL Server query takes how much cpu time for completation

How to look a single SQL Server query takes how much cpu time for completion when i run the query via sql server management studio i want to see how much cpu time did this query consumed it will be pretty low but i need to see for comparing…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
1
vote
1 answer

Constant size of task - the same executing time on 1x and 2x CPU - OpenCl

I have a problem with understanding my results regarding Integral algorithm (implemented in OpenCl). I have access to two Intel Xeon E5-2680 v3 , one has 12 cores. From OpenCl I don't know why but I can see only one device but I can request 12 or 24…
Gzyniu
  • 71
  • 1
  • 1
  • 7
1
vote
1 answer

Very high CPU use on web application from very few users

We have a pretty simple asp.net web forms web site for members to make online payments/update address details. Problem is, due to legacy internal systems, we have to use some archaic XML web services that, once complete, need parsing (the services…
TheMook
  • 1,531
  • 4
  • 20
  • 58
1
vote
2 answers

Parallel For causes massive lag spikes after 2,3 minutes

Edit: I have noticed these lag spikes only occur while debugging in visual studio. If I run the .exe outside of Visual Stduio,the program doesnt use more than 3% of the CPU.Can anyone tell me why this is happening? I have encountered a problem…
Catalin
  • 147
  • 1
  • 2
  • 11
1
vote
2 answers

Controlling CPU Usage and Threading In Python

I'm running a computation heavy program in Python that takes about 10 minutes to run on my system. When I look at CPU usage, one of eight cores is hovering at about 70%, a second is at about 20%, and the rest are close to 0%.Is there any way I can…
1
vote
0 answers

Confusion in calculating CPU Utilization

I am in need of calculating cpu metrics for every 5mins so, I made use of psutil library in python, subtracted the current and old cpuvalue which lead to this. user=5.0, nice=2.0, system=3.0, idle=13.0, iowait=8.0, irq=0.0, softirq=4.0, steal=0.0,…
1
vote
1 answer

How to reduce usage of nVidia's nvwgf2umx.dll in UWP?

All of my UWP apps are calling WaitForSingleObjectEx and ReleaseSemaphore methods in nvwgf2umx.dll library if I use Win2d or UI.Composition API. Visual Studio Profiler reports me that about 80% of CPU usage is about nVidia library. I couldn't…
Jet Chopper
  • 1,478
  • 13
  • 22
1
vote
1 answer

Method for get the total utilization Mips of All Vms in cloudsim?

In CloudSim, how to assign the RAM and CPU usage of all cloudlets ? How to get the total utilization of ram and Mips for all VM(s)?
1
vote
5 answers

Gauge/measure CPU usage without TaskMgr?

I'm trying to gauge the CPU utilization level during a long-running process. I suspect that everytime I run task-manager to view the data, the process' CPU utilization goes down because taskmanager has a higher priority. If I give my process…
Suraj
  • 35,905
  • 47
  • 139
  • 250
1
vote
0 answers

CPU usage of oracle ASM

How to find how much CPU is being used by oracle ASM. Is there any table which stores the required data ? DO we have predefined table like v$datafiles which contains data related to the datafiles. Is there any other option available for getting the…
Shubham Pendharkar
  • 310
  • 1
  • 4
  • 17
1
vote
0 answers

ffmpeg x264 encoding cpu usage

I want to convert a mkv formatted video to mp4, using the ffmpeg application. and for that I ran below command in terminal: ffmpeg -y -i c38a4990774b3c23.mkv -c:v libx264 -c:a aac -r 25 -strict -2 -map_metadata -1 -movflags faststart -vf…
Amin Fazlali
  • 1,209
  • 1
  • 9
  • 17
1
vote
2 answers

Run scripts without cron or visit triggers?

Is it possible for Joomla (or Wordpress) to run scripts without cron or visit triggers?? We have this installation that has been using CPU seconds and it's index.php appears in the active processes list of cPanel, but no cron, nor visits are being…
DavidTaubmann
  • 3,223
  • 2
  • 34
  • 43
1
vote
1 answer

CPU Usage of a Process(task) Linux Kernel

How can I learn CPU usage percentage of a process in kernel-space? We are trying to limit CPU usage of a process looking at a field added to task_struct. For example if the field is 10 and the process has already consumed the %10 percent of total…
mehmet6parmak
  • 4,777
  • 16
  • 50
  • 71
1
vote
1 answer

MySQL high CPU usage with InnoDB (happens only with a bigger db > 100MB)

I'm searching for 3 days already and can't find out, why my MySQL server uses so much CPU. For example, when I run a query to SELECT like 100 rows from one of the tables, the CPU goes from 0 to 50%, or when I take a value from one of the tables and…
1
vote
0 answers

Google Cloud VM: CPU usage stats not showing anymore

I used to have a graph with my VM's CPU usage. Something like this: screenshot. Now it isn't there anymore. Any idea how I bring it back? Thanks
Nico
  • 49
  • 1
  • 8