spacebass5000
Programmer
I am in charge of managing my companies SCO Openserver box. We use it for nothing more than Mas90. At most, only about 5-7 people use this box at one time.
A day or two after a recent reboot this box began to run slow. Or better yet, Mas90 on this box began to run slow. This performance degradation is most felt when hitting the Mas90 database from within the app.
I *think* the box is not swapping properly. Check this out:
bash-2.03# vmstat -s
782336 free swap space
37498 demand zero and demand fill pages
0 pages on swap
177928 pages in cache
3625 pages on file
70626 protection fault
0 pages are freed
0 success in swapping out a process
0 fail in swapping in a process
0 success in swapping in a process
0 swapping out a region
0 swapping in a region
294014 cpu context switches
10737682 system calls
If I am not mistaken, these are the statistics for the box since it was rebooted this morning. Nothing has been swapped!
Every time I run swap -l, I get this:
bash-2.03# swap -l
path dev swaplo blocks free
/dev/swap 1,41 0 782336 782336
So it seems as if I have some swap space configured. Why is nothing being swapped?
I would thoroughly appreciate any help you have to offer...
A day or two after a recent reboot this box began to run slow. Or better yet, Mas90 on this box began to run slow. This performance degradation is most felt when hitting the Mas90 database from within the app.
I *think* the box is not swapping properly. Check this out:
bash-2.03# vmstat -s
782336 free swap space
37498 demand zero and demand fill pages
0 pages on swap
177928 pages in cache
3625 pages on file
70626 protection fault
0 pages are freed
0 success in swapping out a process
0 fail in swapping in a process
0 success in swapping in a process
0 swapping out a region
0 swapping in a region
294014 cpu context switches
10737682 system calls
If I am not mistaken, these are the statistics for the box since it was rebooted this morning. Nothing has been swapped!
Every time I run swap -l, I get this:
bash-2.03# swap -l
path dev swaplo blocks free
/dev/swap 1,41 0 782336 782336
So it seems as if I have some swap space configured. Why is nothing being swapped?
I would thoroughly appreciate any help you have to offer...