Sponsored Content
Operating Systems AIX High CPU utilization by a pro*C process Post 302408882 by mugunthanvh on Tuesday 30th of March 2010 06:38:50 PM
Old 03-30-2010
Hi ,
Still now we dont have face any slow on the system. Also we dont have any business impact. Only thing is its occupying high CPU utilization.
For the same source code we have two different binaries for this program ( which we are discussing ).
One of the binary running fine without any high cpu utilization issue ( compiled during march 2009 )and the other binary running with high cpu utilization ( Newly compiled ). Both binary size looks different.
Both of them were compiled in teh AIX 6.1 with the xlc compiler version 9.0.0.8

I cant see did we changed any compilation options between these two binaries.

If any one help us to know is there a way to find the compilation option used during compilation ?

Regds
Mugunthan
 

10 More Discussions You Might Find Interesting

1. Solaris

High CPU Utilization

Good morning, I need some help figuring out what's eating up my cpu. My application can't get enough cpu to do its job. this is a sunfire V440 2CPU's at 1/593 GHZ with 8GB of memory. In the morning hours the box is at less than 3%. I can't figure out what else is using the CPU. We use foglight and... (2 Replies)
Discussion started by: bbouhaik
2 Replies

2. AIX

High CPU utilization

Hi am facing high cpu utilization on my sybase server. I have P550 Number Of Processors: 4 Processor Clock Speed: 1656 MHz CPU Type: 64-bit Kernel Type: 32-bit LPAR Info: 1 65-D837E Memory Size: 7840 MB in topas it shows Name PID CPU% PgSp Owner dataserv 565264 ... (1 Reply)
Discussion started by: vjm
1 Replies

3. Shell Programming and Scripting

High CPU Utilization of the script

There is a script which processes the incoming files from a particular directory and sleeps if it doesnt find any. Currently, i have been told that eventhough there are no files to process, the CPU utilization is very high. An independent evaluation by advisory specialist has found this script does... (2 Replies)
Discussion started by: nandu
2 Replies

4. Solaris

vsh is high - cpu utilization

Hi, I am working on a solaris app processor and the vsh goes high from time to time. I have executed various ps commands and switches and have found that it looks like the rlogind daemon is terminating vsh and not cleaning up after itself. There are also something like 10 zombies hanging around... (2 Replies)
Discussion started by: troystevens
2 Replies

5. Shell Programming and Scripting

script to check high cpu utilization for java process

Hello Team, I need help in preparing script to check for high cpu utilisation for java process. I have many java process on my system which consumes high cpu so i have to monitor it using script. ---------- Post updated 12-10-10 at 02:21 AM ---------- Previous update was 12-09-10 at... (1 Reply)
Discussion started by: coolguyamy
1 Replies

6. UNIX for Advanced & Expert Users

high cpu utilization

good morning. just wanted to ask if there's a way to check what causes the high cpu utilization of a server for the past 2 months? My jffnms report resulted to high utilization for a specific server last month. is there a way to check via a command line? thanks (9 Replies)
Discussion started by: lhareigh890
9 Replies

7. Shell Programming and Scripting

Gzip with high CPU utilization

Hello all, I am very new to unix and trying to solve this problem. I have cluster of 3 nodes. when I run TOP command on each server, I see a two GZIP processess with very high CPU utilization even,if I don't go backups or unzipping. Can somebody tell me what is the problem, I don't want... (1 Reply)
Discussion started by: nnani
1 Replies

8. UNIX for Advanced & Expert Users

[Solved] High CPU utilization

Hi, i am observing few processes taking high CPU and when i got some more detials about them it looks like this PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 9452 xmp 25 0 16736 1224 860 R 100.0 0.0 903:54.18 ffmpeg -i - 9777 xmp 25 0 16736 1224 ... (1 Reply)
Discussion started by: Siddheshk
1 Replies

9. Red Hat

High CPU Utilization

Hi Experts, I need to understand few basic things regarding top command result from one of the node i have collected: Cpu0 : 4.6%us, 2.0%sy, 0.0%ni, 91.4%id, 1.3%wa, 0.3%hi, 0.3%si, 0.0%st Cpu1 : 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : ... (5 Replies)
Discussion started by: mackjack87
5 Replies

10. Red Hat

Kswapd high cpu utilization.

Hi, Please suggest how to troubleshoot, kswapd is utilizing high cpu? also wanted to know which parameters are important and needs to be added with sar command for monitoring the performance of Linux (Oracle 5.8 -64 bit Please guide me. I am facing the issue where server is getting... (0 Replies)
Discussion started by: manoj.solaris
0 Replies
ic(1int)																  ic(1int)

Name
       ic - compiler for language support database

Syntax
       ic [ -Dname=def ] [ -Uname ] [ -Idir ] [ -v ] [ -o output ] [ source ]

Description
       The  command  generates a binary international database from a database language source file. The command either accepts its input from the
       file source or from the standard input, if you do not specify source .

       The name of the output file is the name of the codeset in the source file or the name you specify using the option.

       For information on creating a database language source file, see the Guide to Developing International Software.

Options
       -D   Defines name to the C preprocessor.  This option has the same effect as including the directive at the head of your source	file.  The
	    default name definition is 1.

       -U   Removes any initial preprocessor definition of name .

       -I   Causes the compiler to search the named directory for files you name in an directive.

       -o   Specifies  the  name you want to use for the output file.  By default, the compiler uses the name of the codeset in the source file to
	    name the output file.

       -v   Requests statistics on the number of simple and double letters in the source file, the number of tables in the source  file,  and  the
	    size of the output binary file.

Restrictions
       The length of the table name modifier is limited to 44 characters.

Examples
       The following command causes the compiler to compile the source file:
       % ic -v GER_CH.8859.in
       INTLINFO database GER_CH.8859:
	     257 code table entries (256 simple/1 multi-byte).
	       1 property table(s).
	       1 collation table(s).
	       1 string table(s).
	       3 conversion tables: toascii, tolower, toupper.
       5051 bytes total length.
       The  compiler  searches	for  the file in the current working directory.  The compiler writes compilation statistics to as requested by the
       option.	The compiler creates a binary file, named in the current working directory.

Return Values
       The compiler returns zero exit status for successful compilation; it returns nonzero status if it encounters errors that inhibit generation
       of a binary file.

Diagnostics
       The compiler issues four types of messages.  The following list describes each of the four types:

       warning	      The compiler has detected syntax that may be in error, but does not adversely effect the binary file.

       error nn       The compiler has detected an error severe enough to inhibit the generation of a correct binary file.

       fatal error    The  compiler  has detected an error that makes it impossible to proceed with the compilation.  This error most often occurs
		      during compilation of the code table.

       fatal bug      This occurs when there are internal errors in the compiler.  For example, this is generally produced  when  an  incompatible
		      source file is given as an input to

Files
       Temporary files

       C preprocessor

See Also
       intro(3int), setlocale(3), environ(5int), lang(5int), nl_langinfo(5int)
       Guide to Developing International Software

																	  ic(1int)
All times are GMT -4. The time now is 04:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy