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

learn more… | top users | synonyms

0
votes
0answers
8 views

'backborad' with high CPU usage percentage on iPhone4 of iOS6.0 while using opengles

honestly wish your help! Using OpenGLES2.0 on iPhone4 with iOS6.1.2, the CPU usage of 'backboard' is up to about 17% , while running my application with 35% CPU usage to render video frames up to ...
0
votes
0answers
40 views

Java Issue: Memory and CPU usage in MAC OS

I am developing a javaFx application for MAC and Windows, and I found that the application is using extremely large memory and cpu usage in MAC compared to Windows. When I see my application's ...
0
votes
2answers
14 views

Approximately evaluate the time needed for running an algorithm by CPU frequency

I just want to know, is that possible to evaluate approximately (to 1/6 hour) the time needed for executing an program ( an algorithm for example) , knowing the all the source codes and the frequency ...
0
votes
1answer
29 views

owner “mysql” cpu usage >45% in my process manager on whm [closed]

In my whm this command /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/mysite.com.err --pid-file=/var/lib/mysql/mysite.com.pid is using 45 % of cpu, can ...
2
votes
2answers
49 views

VBA on Excel only use one processor, how can I use more?

VBA is known to work on only one processor at the same time, so when I run a macro, Excel only uses 50% of CPU instead of totally (dual-core). Is there a workaround to make VBA use both processors ? ...
0
votes
0answers
24 views

How can we measure a cpu utilization in % for the script written in PHP

I just want to know how much the PHP script utilized the cpu in the units of "%"(percentage). I have tried by using the PHP function getrusage(). Can any of you help me . Thanks in advance
-1
votes
0answers
9 views

WMIPRVSE Pegs CPU [closed]

We're running Windows Server 2008 SP2. When launching one of our service the CPU utilization for WMIPRVSE goes to 100% and stays there for almost 45 seconds. After which the service finally starts ...
1
vote
1answer
58 views

How do I write this Powershell Function More Efficently?

I.ve come at this many different ways and looked on alot of sites about Efficient Powershell Scripts but I still could use help making this script more efficient...It uses 3-4% of CPU. The Main Drag ...
0
votes
0answers
10 views

multiple CPU's usage symetrical

I have noticed this a number of times while doing computational expensive tasks on my computer, anywhere from computing hashes, to rendering videos. In this specific situation I was rendering a video ...
0
votes
1answer
13 views

Monitoring System performance(Windows) though Java Program

I need to monitor CPU usage of the system(Windows) every week and at a particular point of day and extract the specific data onto an excel sheet. Do we have any specific API in Java available for ...
0
votes
0answers
57 views

Hit and miss ration in chache and average time calculation

I'm trying to solve a objective type question , came In examination. I actually don't know the right answer, and don't know how to get it , need your help. Thank you . Question : In a certain system ...
0
votes
1answer
24 views

Accessing Hardware Information with Processing

I know this topic has been discussed for JAVA, but I can't manage to crack it. I really am starting to throw my toys out the cot here. I am using Processing 2.07b and I want to access my CPU usage or ...
0
votes
0answers
34 views

Counting FLOPs and size of data and check whether function is memory-bound or cpu-bound

I am going to analyse and optimize some C-Code and therefore I first have to check, whether the functions I want to optimize are memory-bound or cpu-bound. In general I know, how to do this, but I ...
1
vote
1answer
58 views

redis memory and cpu spikes

We use redis for some data in our app, and it's totally great. I noticed however occasional cpu and memory spikes on the redis-server process. This is the Giraffe dashboard from both our production ...
0
votes
1answer
20 views

Libevent use too much CPU

Recently I write a simple example using libevent, #include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <sys/types.h> #include ...
-2
votes
2answers
82 views

Why is the CPU usage of my threaded python merge sort only 50% for each core?

Questions Why is the CPU usage of my threaded python merge sort only 50% for each core? Why does this result in "cannot create new thread" errors for relatively small inputs (100000) How can I make ...
0
votes
1answer
19 views

Octo.py only using between 0% and 3% of my CPUs

I have been running a Python octo.py script to do word counting/author on a series of files. The script works well -- I tried it on a limited set of data and am getting the correct results. But when ...
-1
votes
0answers
23 views

Memory usage on Oracle 11g [closed]

I have installed Oracle 11g in Oracle 5 OS. In that pc no other applications are running. When only Oracle database is running(Idle running) it is consuming RAM like for 1 hour it used 100MB. My ...
-1
votes
1answer
46 views

How to “force” single thread legacy applications into using multiple processors [closed]

I have a small multi-core server that performs a variety of tasks, most of which are multi-threaded and have been speed-tuned satisfactorily. However, some of the tasks rely on existing ...
0
votes
1answer
36 views

Efficient use of CPU idle time for parallel URL processing

We have a job service in production server which is triggering during the interval of 2 minutes with the help of a timer. This service is collecting 20 tasks from database, then creates 20 URLs(same ...
0
votes
2answers
26 views

Is there a way to slowdown mysql query for lower cpu usage?

I am ordering INT rows by DESC on a table with 300k rows and selecting @rownum:=@rownum+1 to update the same row's RANK field. It works perfectly but takes a long time. I can accept the longer time, ...
0
votes
0answers
16 views

Run Tomcat 6 on all cores

Tomcat 6 is running on a linux server with 32 cores, but what I found is it is only using 1 core with 100% usage and rest of the cores are idle. I figured out that we can set affinity of a process to ...
-2
votes
1answer
98 views

Need C# code for showing CPU Utilization in Progress Bar of Windows Form Application

Someone please provide code for displaying current CPU Utilization on a Progress Bar of a Windows Form. I have tried with solutions present on this site but getting so many errors. Have no idea what ...
0
votes
0answers
18 views

CPU utilization for preeemptive tasks

Three tasks T1, T2 and T3 with priorities T1>T2>T3 are synchronized using a binary semaphore. Initially, T3 runs for 50ms after having set the semaphore, when it is preempted by T2. T2 runs ...
0
votes
1answer
19 views

Are these slow query log entries indicating a server overload or inefficient queries?

Needing some insight. The slow query log is slowly expanding with errors like this. I'm new at the analysis of these, but it seems that these queries aren't necessarily slow. Is it possible that the ...
0
votes
1answer
46 views

Getting Memory Usage in percentage (%) in C#

I want to get the Memory Usage of a particular process in percentage (%). Below is the code which I used for CPU. But I am unable to get the same for Memory. There are so many counters in Memory ...
1
vote
1answer
27 views

How to efficiently determine application generating packets

While working on a research project, I have been able to semi-successfully match outbound packets to their source application by running psutil's get_connections and matching remote addresses with a ...
0
votes
1answer
70 views

Python socketserver send data to multiple clients cpu use high

My code accepts gps data from multiple sources aggregates it and sends it back out to multiple clients connected to a threaded single socket. I got it working but the output threads seem to run off ...
0
votes
0answers
23 views

strange CPU utilization while using VMware Fusion

Because I'm developing for another Unix platform with slightly different APIs, I'm running builds on a VMware Fusion VM on my Mac. This uses a lot of CPU time. Watching the CPU utilization as reported ...
0
votes
0answers
21 views

Monitoring a certain process for CPU cores usage in windows

I am trying to monitor a special process to see how much processing power it takes from each of the CPU cores. I know how to this for all processes via task manager but not for a single process. I was ...
-4
votes
0answers
20 views

How to Store CPU and Memory Utilization from task manager in Database [closed]

I want to store the CPU and Memory Utilization of all the individual tasks after every 5 mins. from the task manager into a DB, say SQL Database. Is it possible to write a console application in C# ...
0
votes
2answers
64 views

CPU processing in the code

How do I know how much CPU processing is using a certain routine in my code. This would be possible? I can pick up using this as my program ... using: CpuUsage _cu = new CpuUsage(); cpuCounter = new ...
0
votes
1answer
39 views

CPU Cycle count as approximation for the number of executed instructions

I am trying to measure CPU cycles spent executing certain code on Windows. While running code above (Visual C++ 11) I've noticed that CPU cycles could significantly vary from run to run. As there is ...
5
votes
2answers
82 views

Any way to reduce htmlspecialchars() CPU usage?

I have a php 5.4/mysql website with 5 million hits per day, running on a linux server with nginx and php-fpm. Database is located on a separate server. I've noticed, that at peak times, my webserver ...
0
votes
0answers
32 views

Amazon RDS CPU Utilization due to COUNT query

I have published my website on Amazon EC2 (Singapore region) and I have used MySQL RDS medium instance for data storage in the same region. In my case, most of the select queries have some COUNT ...
0
votes
1answer
35 views

High CPU Usage in Gosu Drawing Program with Ruby

I have been tinkering with making a drawing application in Gosu using Ruby, but am running into some high CPU usage. I know one possible cause. First, I am simply adding a primitive to an hash every ...
3
votes
1answer
70 views

How to debug Node + Socket.io CPU Issues

We are running a Node Socket.io server with Express 3. The server is monitored using Forever. The service is running well, but the CPU grows throughout the day, until it reaches 90%+ and then suddenly ...
0
votes
1answer
63 views

How can I get the real CPU time used in PHP?

How can I calculate the CPU time actually used by my php script? Note this is NOT what I'm looking for: <?php $begin_time=microtime(true); //.. //end of the script: ...
1
vote
1answer
69 views

Mule CPU maxing out with a very small load

System under test: Mule ESB 3.3.1 OS: CentOS 5.1 64 bit Quad-core 3 GHz 32 GB RAM The Mule ESB is simply intercepting SOAP requests; validating the SOAP requests for a valid token and simply ...
0
votes
2answers
68 views

High CPU within Object.wait()

I have a typical conditional variable implemented in Java's fundamental synchronized/wait: ConcurrentHashMap incompleted = ...; // the notifier incompleted.remove(key); synchronized (this) { if ...
2
votes
4answers
93 views

CPU and Memory usage of a method call in iPhone

I am trying to add some performance stats to a method call for my iPhone app. I used the following to find the time to process: #define TICK NSDate *startTime = [NSDate date] #define TOCK ...
2
votes
2answers
86 views

What is the difference between this Ruby and shell code?

I have a shell-script calculating the CPU-usage in percent. As I want to extend the functionality, and want to do this in Ruby instead of calling the shell script from Ruby. I tried to rewrite the ...
1
vote
1answer
65 views

How do I monitor the usage by CPU on Android?

I know that I can monitor the total usage by using, for instance: adb top -m 10 But I would be interested in monitoring each CPU separately. Using top on Linux, I can use the interactive command ...
1
vote
1answer
84 views

Check CPU usage of any process(like tomcat) programmatically

How to check the CPU usage for a particular process(like tomcat) and for how much time it is consuming the same CPU amount programmatically ? The problem is 8 tomcats has been configured, out of ...
0
votes
0answers
74 views

android /proc/stat cpu stats not monotonic

I'm using /proc/stat to calculate system cpu usage. Lately, I've been occasionally seeing strange events where the cpu line entries aren't monotonic. e.g. /proc/stat might have cpu 41593 1901 39537 ...
0
votes
0answers
73 views

Realtime memory usage for processes in Linux (PSS) and CPU consumption

I want to monitor memory usage for each process in system which is not belong to root. This data is being used to draw charts in "realtime" (1 second interval). The best information about memory usage ...
0
votes
1answer
131 views

Limiting the number of processors available to Windows Server 2008 R2

I'm working on setting up a test environment, but I need to scale down the hardware we're using for our SQL box, which is running Windows Server 2008 R2 SP 1 and SQL 2008. I'm noticing that ...
4
votes
1answer
268 views

IntelliJ IDEA 12.1 eat 100% CPU from time to time

I've just updated my IntelliJ IDEA to latest 12.1 version and I found my laptop CPU usage become 100% from time to time, monitor the progress manager I found IDEA fork an new Java process regularly ...
0
votes
2answers
63 views

Process for eating up CPU usage

This may be an "out-there" question, but here goes: I'm currently writing a bandaid script for an application to check multiple processes under the same name, such as chrome.exe using a ...
0
votes
4answers
202 views

High CPU Utilization in java application - why?

I have a Java Application (web-based) that at times shows very high CPU Utilization (almost 90%) for several hours. Linux TOP command shows this. On application restart, the problem goes away. So to ...

1 2 3 4 5 15