Performance and paging problems


 
Thread Tools Search this Thread
Operating Systems AIX Performance and paging problems
# 1  
Old 11-17-2009
Performance and paging problems

... a disk drive to be 100% busy?

hdisk0 100.0 1.3K 342.7 1.3K 22.0 PgspIn 651 % Noncomp 75.5
hdisk1 100.0 1.3K 320.2 1.2K 20.0 PgspOut 6 % Client 75.5

It's really slowing down performance on my system and I would like to know what is causing this.

A point in the right direction would be appreciated.

thanks.
# 2  
Old 11-17-2009
Hi,
by the looks of what you have posted, your system is badly paging what is causing your performance issue.
Please check your memory consumption, using 'vmstat -I 5 5' and check your memory settings - especially minperm, maxperm, lru_file_repage and similar settings. I would bet dollars for donuts that your system is not tuned at all and that you are using way more memory than you physically have.

***
please use code tags and choose a more descriptive title of your thread

Kind regards
zxmaus
# 3  
Old 11-17-2009
That "looks" like a two line cut and paste from a topas screen but I'm just guessing here because you gave so little information.

Anyway, I have nothing better to do than try and do your job for you so here goes.

If my guess is correct and this it a quick two line scrape from a topas screen then it looks like the system has seriously run out of memory and is paging its self to death.

Just a guess you understand because you have given so little information about the problem.

You have a few options:

Ask a reasonable question and back it up with a reasonable amount of information about the problem and the system.
Install more memory.
Reduce the load on the system.
Tune the memory management on the system.
Reboot in the hope some rouge process will stop using all the memory.
Move the paging space off of hdisk 0 and 1

Your question is a bit like:
It has gone dark, what is the problem?
It could be night time.
You may have had a power cut.
You may have gone blind.
Your light bulb might have blown.
You might have your head stuck up your ar....

You see what I mean?

HTH ;-)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

MySQL Performance Problems

Just restarted MySQL a few times. There seems to be a problem with MySQL performance because one table (our man page table) is too large and I need to move that table to a new database and out of the main forums DB. That table is over 7 GB, bigger than the rest of the DB combined: ... (14 Replies)
Discussion started by: Neo
14 Replies

2. Programming

Xlib - Rotation and interpolation of pixmap - Performance problems

I need to rotate a pixmap in XLib with some kind of interpolation to reduce the aliasing. I came up with the following code, which uses bilinear interpolation. It works fine: the rotated image looks perfect, but unfortunately it takes 5 or 6 seconds for each rotation. (in a 300x300, 16 colours... (5 Replies)
Discussion started by: mghis
5 Replies

3. AIX

AIX 5.3 performance problems

Hello, I encounter some performance issues on my AIX 5.3 server running in a LPAR on a P520. How do I investigate performance issues in AIX. Is there any kind of procedure that takes me to the steps to investigate my server and find the sub systems that is causing the issues? The performance... (1 Reply)
Discussion started by: petervg
1 Replies

4. AIX

Paging

Hi , I have 8Gb memory in my JS21 server. When I run svmon it shows 3655Mb memory is utilized and 4344Mb free. I have configured 8Gb paging space and 14% is utilized which is 1Gb. I dont have memory issues but just want to know Why 1gb paging is utilized when my almost 4Gb real memory is free?... (6 Replies)
Discussion started by: vjm
6 Replies

5. SCO

CPU Performance Problems on VMWARE

hi We have migrated SCO 5.0.6 into ESX4, but the VM eats 100% of the virtual CPU. Here is top print from the SCO VM: last pid: 16773; load averages: 1.68, 1.25, 0.98 02:08:41 79 processes: 75 sleeping, 2 running, 1 zombie, 1 onproc CPU states: 0.0% idle, 17.0% user,... (7 Replies)
Discussion started by: ccc
7 Replies

6. Shell Programming and Scripting

paging

I need a script which sends a mail when paging is happening and which process is causing paging? (5 Replies)
Discussion started by: jayaramanit
5 Replies

7. AIX

paging on san

Hi All, Is there's a problem if I put the paging on a san external storage? Thanks in advance, itik (1 Reply)
Discussion started by: itik
1 Replies

8. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies

9. UNIX for Dummies Questions & Answers

Paging

Hi all, Is there a paging utility in UNIX, when we can page some one for some condition Best Regards Omran (1 Reply)
Discussion started by: omran
1 Replies
Login or Register to Ask a Question