cpu-usage
Large CPU usage on a java process under Linux
I am running into trouble to determine what is wrong with my software. The situation is; -The program is always running on background and every X minutes performs some actions.[详细]
2023-04-04 22:22 分类:问答CPU usage percentage in MPI applications
I used开发者_如何学Go MPICH2. When I start my applications by using mpiexec, they run on the remote hosts (Win7) have 25% CPU usage. I want to increase the percentage if this can improve my applicatio[详细]
2023-04-03 18:20 分类:问答How should I manage expensive reporting crons for users who visit infrequently?
Let\'s say I have 5M users (for easy math) who vary widely in their visits per month. User loyalty, in visits per month[详细]
2023-04-03 13:28 分类:问答How to programmatically get the CPU utilization by the parent thread and sibling threads, from a worker thread?
My multi-threaded application (c++) uses pthreads. The application automatically generates t开发者_StackOverflowhreads and re-uses them on-demand, and allows a thread to be cancelled when it\'s been i[详细]
2023-04-03 01:38 分类:问答C# System CPU Usage and syncing with Windows Task Manager
this is a two part question, I wanted to post my code here on stack to help others with the same task.[详细]
2023-03-31 18:32 分类:问答Relation of the words :: 'Thread' and 'Core'
Does the number of threads created/able by a program开发者_如何学Go has any relation/constrain with the number or core that CPU has? Does the word thread has any relation with Cores of CPU at all?A co[详细]
2023-03-29 12:07 分类:问答How to find out how much CPU time was spent by boost Thread and all threads that thread has created?
So I create simple boost::thread it can create new threads that can create new threads etc. I want to be capable to get how much CPU time was 开发者_如何学Pythongiven to thread (and threads it has cre[详细]
2023-03-28 09:23 分类:问答CPU time after the process finished
Is there a function in Linux which allows me to see how much CPU did a process use after it finished? I need something simila开发者_StackOverflow中文版r to bash \"time\" command. I am fork()ing the pr[详细]
2023-03-27 17:07 分类:问答Monitoring info about running processes of an iPhone with Objective C
I\'m developing an iPhone app with XCode. I want to track the running applications of the phone and the memory, CPU usage for each of them. Stil开发者_开发问答l I wasn\'t able to find a way to do this[详细]
2023-03-25 23:10 分类:问答Android memory/battery usage
Since I was unable to run a service every day at 0:00, I decided to run it every 50 sec (by AlarmManager). I read that running a service every 1 sec kills the battery. I tried out my program with 1 se[详细]
2023-03-24 09:49 分类:问答