LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Want a good fedora profiler (https://www.linuxquestions.org/questions/linux-newbie-8/want-a-good-fedora-profiler-706141/)

Saramukund 02-20-2009 04:36 AM

Want a good fedora profiler
 
Can anyone suggest me a good linux profiler for my proj work.. Some good one whose parameters can be extracted through scipts..

linuxlover.chaitanya 02-20-2009 05:39 AM

What exactly is your purpose? Just googling gives Oprofile and Sysprof that seem to be what you need. But I have used none of those.

Saramukund 02-20-2009 11:13 PM

Quote:

Originally Posted by linuxlover.chaitanya (Post 3450873)
What exactly is your purpose? Just googling gives Oprofile and Sysprof that seem to be what you need. But I have used none of those.

I have to monitor CPU usage for load balancing in virtualized environment.. Can the output of those profilers be extracted using scripts??

linuxlover.chaitanya 02-20-2009 11:16 PM

I already said I have not used any of those. For cpu usage I usually use top command that gives me real time usage of cpu.

Saramukund 02-20-2009 11:48 PM

though the top command displays the cpu usage, i want some profiler which monitors various system parameters periodically say every 5 min and provides it as an input to a script..this will help me balance the load on either a virtual or physical machine..

linuxlover.chaitanya 02-21-2009 12:18 AM

But why do you want to manipulate the cpu usage of a system? Anyhow, if you still want to do that you can try one of those profilers.

Saramukund 02-21-2009 01:24 AM

actually im supposed to balance the load of a virtualized network. Shud start or stop the virtual machines according to the load of the physical machine. In such a case monitoring of CPU usage periodically is mandatory.

linuxlover.chaitanya 02-21-2009 02:24 AM

In that case you are just monitoring the cpu usage and not manipulating it.


All times are GMT -5. The time now is 06:35 AM.