Red Hat / Fedora :: C++ Application CPU Usage Goes To 800% In A -Quad CPU - In RHEL 64 Bit Kernel
Feb 10, 2010
I am facing an high CPU Usage 800% in a(Quad CPU, RHEL 64 bit kernel) with my C++ application .
The details are below:
1)The C++ Application has been compiled in RHEL (2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux)32 bit server(Quad CPU 8 cpu) in Dev lab. When this application has been tested for 12 hrs in the Dev lab, the CPU usage is varying between 20% to 50% .
However, when the above C++ application deployed in production which is RHEL (2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64 x86_64 GNU/Linux)64 bit server the CPU usage is found to be increasing constantly to 800%.
2)When the CPU reached to 800% in Production Server, we have taken the pstack of the C++ Application process by using the command pstack p [captured thread id ] and we found that the pstack is showing the high CPU
usage (800%) in below libraries:
If there is any GLIB /pthread library/any other differences between 32 bit and 64 bit kernel. Since the application has been compiled in a 32 bit kernel and deployed in 64 bit kernel. Please provide your support on the same.
View 1 Replies
ADVERTISEMENT
Feb 17, 2010
application to monitor application wise network usage?
View 3 Replies
View Related
Aug 6, 2010
I've come across a really strange issue with one of my RHEL servers. The "free" command shows that 7019 MB of memory are actually in use by my system, but when summing up the actual usage (or even virtual usage like the example below) it doesn't add up - the sum is far less than what is reported by "free":
Code:
[root@server1 ~]# free -m
total used free shared buffers cached
Mem: 12011 7946 4065 0 4 23
-/+ buffers/cache: 7919 4092
[code]....
View 2 Replies
View Related
Apr 4, 2010
My RHEL 6 computer at work cannot have access to the internet. Is there any way I can upgrade my kernel without internet access? I do ofcourse of another PC with internet access and a USB flash drive.
View 2 Replies
View Related
Oct 27, 2010
We bought a board with vortex 86x processor. we tried to install RHEL6 beta version. when we select the installation choice we were getting below error: "This kernel requires an i586 cpu, but only detected an i486 cpu. Unable to boot please use a kernel appropritate for your cpu."
We have contacted the board personal. he said(in his words)"If you need to use redhat, you have to use the config & patch file provided in the development note to develop a kernel which is suitable for redhat."
View 9 Replies
View Related
Mar 12, 2009
The RHEL 4 update 7 installation CD installs the kernel with version 2.6.9-78.EL and therefore must contain corresponding vmlinuz and initrd.img. However I would like to have an all modules initrd that is used during installation but for a different version (2.6.9-78.0.13.EL). Is there a way in which I could obtain/make such an initrd?
View 3 Replies
View Related
May 3, 2010
As the thread states, I wonder why my RAM usage is about 56% without any application running. It turns to 58% while opening Firefox (with only one Tab/Page opened) and typing this post. Is there something wrong?
View 9 Replies
View Related
Nov 13, 2010
I recently noticed my RAM problem. When I start any application it increases RAM usage but even after I close it RAM usage doesn't go down. Instead when I restart that application RAM usage goes up again. Using ubuntu 10.10
View 6 Replies
View Related
Mar 23, 2010
I want an application/program whatever that can save how much I have downloaded an uploaded, so I can keep track of things. Is there something like this that I can use on Linux?
View 8 Replies
View Related
Feb 14, 2009
We run Jboss app server that of course is all multithreaded under one JVM. I have couple of question regarding monitoring on per thread basis:
1. Is there a way to see which thread is bound to which CPU core?
2. Is there a way to see the CPU, Memory usage per thread? Something like prstat on Sun box which is real time and gives detailed information about threads per CPU
View 6 Replies
View Related
Jul 23, 2010
i have a c++ application that consumes a lot of run time memory. It is a very large project with a lot of sub-modules. My target is to reduce the runtime memory usage as much as possible. Therefore i would like to know if there is a tool that i can use to profile the code (note that i am not interested in checking for memory leaks / corruptions so Valgrind is not for my purpose) I need to know which module has the most static data like large arrays or a lot of variables to know where to start reducing.
View 3 Replies
View Related
Jun 7, 2010
I just wanted to use a network bandwidth usage monitoring application. Scenario: I am using an EV-DO based USB broadband modem with a limited GB plan. For additional data usage they charge per MB. Currently I use either wvdial (mostly) or pon to start the connection. So if there is any network monitoring application which could log time used and data used for the session, it would be great. Actually debian has too many different network monitoring applications, But I am not sure which one suits well for this purpose.
View 5 Replies
View Related
Dec 10, 2010
I'm running into a problem where my system is running out of disk space on the root partition, but I can't figure out where the runaway usage is. I've had a stable system for a couple of years now, and it just ran out of space. I cleaned some files up to get the system workable again, but can't find the big usage area, and I'm getting conflicting results.For example, when I do a df it says I'm using 44GB out of 58 GB:
Code:
[root@Zion ~]# df -h
Filesystem Size Used Avail Use% Mounted on
[code]....
View 5 Replies
View Related
Feb 4, 2010
will Fedora 12 support my processor, an Intel Core i7-720QM Quad Core?
View 3 Replies
View Related
Jun 3, 2010
So I got my Fedora 12 (kernel 2.6.31.5-127.fc12) server behind router with static IP. My router configured so it redirects all ports queries to local adress appropriate ports and local adress is in DmZ.Iam trying to setup DNS on my server. My domain name provider already got domain name server pointed at my routers static IP.Then I used manuals and configured named as follows:
options {
listen-on port 53 { 127.0.0.1; };
listen-on-v6 port 53 { ::1; };
[code]....
View 5 Replies
View Related
Sep 1, 2011
is there any way to monitor each application network bandwidth usage ?I've used gnome-system-monitor, but unfortunately it just show the total network activity
View 3 Replies
View Related
Mar 24, 2010
I currently have two internet interfaces installed, one is ethernet (eth0) and the second is wireless (wlan0). Many command line applications allow you to specify which interface should be used, but many gui apps don't provide this option or at least I haven't found it. I have some questions:
1. How would I tell Firefox to use only my wlan0 interface? If it's possible in Firefox, is this also possible with Google Chrome?
2. If a program doesn't provide a command line argument to support this, is there a standalone application that could help manage preferences for multiple applications?
View 2 Replies
View Related
Mar 9, 2011
I was trying to have a go at installing MAC on my dell alongside Ub and W7. I copied the grub2 to the first part of my sda5 so as to put the mac loader in MBR.I have since repaired grub2 back to MBR.But now my beloved Ubuntu starts up then continuosly increases RAM usage till 90% then SWAP 90% even when no application is running!!
View 2 Replies
View Related
Jan 4, 2011
How can i install a microsoft base application on my RHEL v9.2
View 2 Replies
View Related
Jun 12, 2011
I have a desktop PC that I built back when I was a teenager, running Ubuntu 10.04 LTS and nothing else. I love it, but for one thing: the dang CPU usage hits at least 99% whenever any application besides Xorg is open and running. This doesn't affect performance too much, but if Windows XP Home Edition never gets close to 100% usage, then I figure there's something going on.
[Code]...
View 9 Replies
View Related
Jul 10, 2010
I'm having an interesting problem. I have an AMD quad core and for some reason I can't install x86_64 packages only i686 it originally didn't bother me, but now that i've finally decided to install an ATI graphics card I bought off a friend before i was running fedora but i can't installthe driver for it.
View 2 Replies
View Related
May 27, 2011
I installed Fedora 15 on my relatively new Laptop machine and stumbled upon an odd thing:Even though my CPU is an Intel i7-640M dual core (2x 2.8 Ghz) it somehow seems to be recognized as a quad. System monitor shows 4 CPUs (all of the used to some extend) and even "cat /proc/cpuinfo" gives me 4 processors:
Code:
processor: 0
vendor_id: GenuineIntel
cpu family: 6
[code]...
At the same time the system (while relatively stable) is incredibly slow when it comes to complicated calculations (I do neuron simulations on a custom C++ framework).
View 4 Replies
View Related
Oct 20, 2010
I need to implement operating system level visualization to isolate a application on RHEL 5.5. Which one tool in following for implementation Linux-VServer, lxc, OpenVZ or anyone else.
View 2 Replies
View Related
Jan 13, 2009
I am sure that all of us know the result of top command in linux. i want to get the value that the top command return as CPU usage, memory usage. so how do i do(programming relation)?
View 3 Replies
View Related
Dec 16, 2010
just updated to the kernel 2.6.36.2 contained in this repository: Index of /repositories/Kernel:/stable/openSUSE_11.3 The x86_64 type. And im getting a kernel panic after about 15 minutes of machine usage. Is it an error in packaging or what?
View 9 Replies
View Related
Jan 11, 2010
Was upgrading to the newest kernel in RHEL5 from 2.6.18-164 to 2.6.18-164.10.1 but when I rebooted the machine it gave me these errors.
Unable to access resume device(/dev/VolGroup00/LogVol01)
mount: could not find filesystem /dev/root
setuproot: moving /dev failed: no such file or directory
setuproot: error mounting /proc no such file or directory
setuproot: error mounting /sys no such file or directory
switchroot: mount failed: no such file or directory
kenel panic - not syncing Attempted to kill init!
So I rebooted the machine and picked the old kernel to boot up (2.6.18-164) and everything came back up fine. I don't understand why it keeps failing when trying to boot to the new kernel. I am using the yum upgrade command, is there a different command I should be using?
View 1 Replies
View Related
Jul 6, 2010
Where can I find the documentation for RHEL 5.4 kernel 2.6.18?
View 1 Replies
View Related
Apr 29, 2010
I am in verse to compile a new kernel 2.6.34-rc5 on RHEL 6 Beta.I have been following [URL] for the same. how can i select all the options during :
Code:
make menuconfig/make gconf/make xconfig
I just saved it under .config and when I ran : make modules it threw errro saying "modules not included". So i want to select complete options during make xconfig.
View 3 Replies
View Related
Aug 2, 2011
how to upgrade or install a updated kernel version (3.0).I am using RHEL 5 with kernel 2.6.18-8.I am trying to upgrade through source downloaded at [URL.Also will it be a good practice to upgrade the existing kernel?
View 3 Replies
View Related
Feb 14, 2011
we are facing the problem related to Kernel panic in linux . Could u send me details of kernel panic . Why the kernel panic occur and how to resolve this problen
View 2 Replies
View Related