Sponsored Content
Full Discussion: performance issue in AIX
Operating Systems AIX performance issue in AIX Post 302419452 by zaxxon on Friday 7th of May 2010 08:05:22 AM
Old 05-07-2010
Moving to AIX subforum.

---------- Post updated at 02:05 PM ---------- Previous update was at 01:48 PM ----------

You could check several things:
  • Make sure your box has no general performance problem. This can be achived with running topas or vmstat (get it working! Smilie) instead of just iostat since they give much more interessting info on virtual memory (paging space in/outs etc.), kernel thread queues etc...
  • Make sure there is no other jobs running at this time in parallel which were not running in the days before when everything was fine.
  • Set up nmon and nmontools (nmon2rrd) for long term monitoring (free available via IBM websites). With the tools you can generate nice looking reports in form of html sites with good formatted graphics so it will be easier to identify in a short time, if there were any obscurities in the different runs, like other processes running in parallel which are not supposed to be there and so on.

Having var at 90% should not be an issue. No idea what isql does but from googling I guess it's just a SQL java client to issue some SQL on a box. Is the database in that case running on the same box or a remote box? You might have to check if the issued runs are different in execution etc. ie. if table scans occure that because of a now missing index or something like that. Need a bit more info about your infrastructure, what you are doing with isql etc. and which app is on which box etc.

The 0.1% to 0.3% should be really no issue. If your box has no room CPU wise for 0.2%, then there you have another big general problem.

And make vmstat running - it is very helpful.
 

10 More Discussions You Might Find Interesting

1. AIX

performance issue

We have a AIX v5.3 on a p5 system with a poor performing Ingres database. We added one CPU to the system to see if this would help. Now there are two CPU's. with sar and topas -P I see good results: CPU usage around 30% with topas I only see good results in the process output screen, the... (1 Reply)
Discussion started by: rein
1 Replies

2. UNIX for Advanced & Expert Users

performance issue

Hi, on a linux server I have the following : vmstat 2 10 procs memory swap io system cpu r b w swpd free buff cache si so bi bo in cs us sy id 0 4 0 675236 39836 206060 1617660 3 3 3 6 8 7 1 1 ... (1 Reply)
Discussion started by: big123456
1 Replies

3. Shell Programming and Scripting

performance issue

I want to read a file. is it good to use File I/O or shell script?? which one is the best option? (1 Reply)
Discussion started by: vishwaraj
1 Replies

4. AIX

Performance issue in expect library on AIX 5.3

Hi All, I am getting a performance issue in expect5.43.0 library on IBM AIX 5.3. When I have used exp_fexpectv call for pattern matching with the expect string, the execution latency of the call is approximately 200 ms. In that way, I am able to complete only 4 or 5 transactions per... (2 Replies)
Discussion started by: ravindra_maddal
2 Replies

5. AIX

Performance issue in AIX 5.3

Is there is any way to increase the CPU utilization of a Embedded SQL program in AIX 5.3 .. for performance purpose. (0 Replies)
Discussion started by: Gyanendra Awast
0 Replies

6. UNIX for Advanced & Expert Users

Performance issue!

In my C program i am using very large file(approx 400MB) to read parts of it frequently. But due to large file the performance of the program goes down very badly. It shows very high I/O usage and I/O wait time. My question is, What are the ways to optimize or tune I/O on linux or how i can get... (10 Replies)
Discussion started by: mavens
10 Replies

7. Shell Programming and Scripting

Performance issue or something else?

Hi All, I have the following script which I use in Nagios to check the health of the applications, the problem with it is that the curl part ($TOTAL) does not return anything after running for 2-3 hrs, even though from command line the script runs fine but not from Nagios. There are 17... (1 Reply)
Discussion started by: jacki
1 Replies

8. AIX

AIX performance issue

Hi Guys, This is the situation I am in. Provide your views and input where should I start? I have one P7 test server and a p520 production server. the job is taking pretty long on the P7 test server when compared to the P5 production server. below is the full detail. Informix... (5 Replies)
Discussion started by: ithinksgreen
5 Replies

9. UNIX for Dummies Questions & Answers

Performance issue

hi I am having a performance issue with the following requirement i have to create a permutation and combination on a set of three files such that each record in each file is picked and the output is redirected in a specific format but it is taking around 70 odd hours to prepare a combination... (7 Replies)
Discussion started by: mad_man12
7 Replies

10. AIX

Performance issue

Hi, We have 2 lpars on p6 blade. One of the lpar is having 3 core cpu with 5gb memory running sybase as database. An EOD process takes 25 min. to complete. Now we have an lpar on P7 server with entitled cpu capacity of 2 with 16 Gb memory and sybase as database. The EOD process which takes... (17 Replies)
Discussion started by: vjm
17 Replies
GENBOX(1)						      General Commands Manual							 GENBOX(1)

NAME
       genrbox - generate a RADIANCE description of a box

SYNOPSIS
       genrbox mat name xsiz ysiz zsiz [ -i ][ -r rad | -b bev ]

DESCRIPTION
       Genbox  produces  a  RADIANCE  scene  description of a parallelepiped with one corner at the origin and the opposite corner at (xsiz, ysiz,
       zsiz).  The sides of the box will be parallel to the three coordinate planes.  The surfaces that make up the box will be  modified  by  mat
       and  their  identifiers	will  begin  with  name.  The -i option can be used to produce a box with inward directed surface normals.  The -r
       option can be used to specify the radius for rounded edges.  The -b option can be used to specify the indentation for beveled edges.

EXAMPLE
       To produce a rectangular box made of wood with beveled edges:

	 genrbox wood box1 5 8 3 -b .5 > box1

AUTHOR
       Greg Ward

BUGS
       Because spheres and cylinders are used to construct boxes with rounded edges, a transparent box of this type appears quite messy.

SEE ALSO
       genrev(1), gensurf(1), genworm(1), rpict(1), rvu(1), xform(1)

RADIANCE							     11/15/93								 GENBOX(1)
All times are GMT -4. The time now is 08:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy