LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to rectify Linux server slowness, maybe related to swap usage? (https://www.linuxquestions.org/questions/linux-server-73/how-to-rectify-linux-server-slowness-maybe-related-to-swap-usage-946169/)

linux273 05-21-2012 11:27 AM

How to rectify Linux server slowness, maybe related to swap usage?
 



We have a Linux server and an exclusive process run on that server. The process usually takes around 7 hours to complete but on some days we have also noticed that it took up to 10/11 hours.

We generally use vmstat command to see the memory allocations.

On days, it has ran normally, the ‘Swapped’ indicator (o/p of vmstat) showed ‘0’ whereas on days it ran slowly, the ‘Swapped’/Swpd indicator was a good number ( in M megabytes).

I would appreciate if someone can tell me if swapping is anyway related to the slowness here. If yes, then we do the system use swap memory when thousands of megabytes are still free.

How we can rectify the scenario and avoid slowness?
Any other pointers are also welcomed. Thanks in Advance!!!

UndiFineD 05-21-2012 01:33 PM

Ofcourse swapping makes any application slow.
the harddisk is many times slower than internal memory.
as you said this is one process.
the fact that it needs to swap, while there is free memory available,
means the code is not optimized to make use of the memory available.

secondly I wonder if splitting the process into several partial problems would help you
as you can pinpoint more easily when / where the problem originates.

colucix 05-21-2012 01:46 PM

Please use a descriptive title for your thread excluding words like 'urgent' or 'help'. Using a proper title makes it easier for members to help you. This thread has been reported for title modification. Please do not add replies that address the thread title.


All times are GMT -5. The time now is 03:31 AM.