How do I boost the Linux performace


 
Thread Tools Search this Thread
Operating Systems Linux How do I boost the Linux performace
Prev   Next
# 1  
Old 11-03-2008
How do I boost the Linux performace

Hi All,

I installed Linux recently on my PC and finding it difficult to boost its performance.
It takes hell lot of time to open Mozilla, text pad , & even the booting process is too slow, many a times I got to manually power off to shutdown the computer.

I will be glad if you could help me boost the Linux performance on my PC.

Please take a look at the following details
1) Linux distribution : CentOS 5
2) RAM : 1 GB
3) AMD 2 GHz Processor
4) 80 GB of hard drive

TOP outut:

top - 11:03:46 up 1:11, 2 users, load average: 0.26, 0.33, 0.78
Tasks: 155 total, 2 running, 153 sleeping, 0 stopped, 0 zombie
Cpu(s): 7.5%us, 5.9%sy, 0.0%ni, 86.1%id, 0.2%wa, 0.2%hi, 0.0%si, 0.0%st
Mem: 903652k total, 891696k used, 11956k free, 5936k buffers
Swap: 1835000k total, 142072k used, 1692928k free, 694892k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3876 Tom 16 0 88580 11m 7244 S 12 1.3 0:07.03 gnome-terminal
3623 Tom 5 -10 760m 280m 271m S 10 31.8 24:56.90 vmware-vmx
3323 root 15 0 220m 14m 8032 R 3 1.7 3:06.25 Xorg
3614 Tom 15 0 104m 5212 3132 S 1 0.6 1:08.58 vmplayer
4223 Tom 15 0 2192 1048 796 R 0 0.1 0:00.30 top
1 root 15 0 2060 544 524 S 0 0.1 0:00.55 init
2 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/0
3 root 34 19 0 0 0 S 0 0.0 0:00.00 ksoftirqd/0
4 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/0
5 root RT -5 0 0 0 S 0 0.0 0:00.00 migration/1
6 root 35 19 0 0 0 S 0 0.0 0:00.00 ksoftirqd/1
7 root RT -5 0 0 0 S 0 0.0 0:00.00 watchdog/1
8 root 10 -5 0 0 0 S 0 0.0 0:00.19 events/0
9 root 10 -5 0 0 0 S 0 0.0 0:00.22 events/1
10 root 10 -5 0 0 0 S 0 0.0 0:00.00 khelper
11 root 10 -5 0 0 0 S 0 0.0 0:00.00 kthread
15 root 10 -5 0 0 0 S 0 0.0 0:00.00 kblockd/0
16 root 10 -5 0 0 0 S 0 0.0 0:00.07 kblockd/1
17 root 10 -5 0 0 0 S 0 0.0 0:00.00 kacpid
126 root 15 -5 0 0 0 S 0 0.0 0:00.00 cqueue/0
127 root 15 -5 0 0 0 S 0 0.0 0:00.00 cqueue/1
130 root 10 -5 0 0 0 S 0 0.0 0:00.00 khubd
132 root 12 -5 0 0 0 S 0 0.0 0:00.03 kseriod
200 root 18 0 0 0 0 S 0 0.0 0:06.24 pdflush
201 root 15 0 0 0 0 S 0 0.0 0:06.21 pdflush
202 root 10 -5 0 0 0 S 0 0.0 0:11.25 kswapd0
203 root 14 -5 0 0 0 S 0 0.0 0:00.00 aio/0
204 root 14 -5 0 0 0 S 0 0.0 0:00.00 aio/1
356 root 11 -5 0 0 0 S 0 0.0 0:00.00 kpsmoused
388 root 14 -5 0 0 0 S 0 0.0 0:00.00 ata/0
389 root 14 -5 0 0 0 S 0 0.0 0:00.00 ata/1
390 root 14 -5 0 0 0 S 0 0.0 0:00.00 ata_aux
394 root 10 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_0
395 root 10 -5 0 0 0 S 0 0.0 0:00.00 scsi_eh_1

Any help would be greatly appreciated.

Thanks in advance..

Last edited by jayfriend; 11-04-2008 at 11:15 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

Using boost in program created by g++

I am trying to use the split provided by boost. I have a string and want to split on "/". string value = "trig/4"; Have no idea how to compile and link it. I have extracted boost in /chrisd/tomso-12.04/source/library/boost_1_52_0 In my program /raytrac.cc I have put ... (5 Replies)
Discussion started by: kristinu
5 Replies

2. Programming

Boost.Test and CMake

Hi, I just started using CMake and the Boost Libraries. In this progress I encountered some problems. One of these problems is combining Boost unit tests with cmake. I don't know how to set the whole project up. I tried to set up a simple test project. This contains a main.cpp a comp.cpp and the... (0 Replies)
Discussion started by: ElCoyote
0 Replies

3. UNIX for Dummies Questions & Answers

How do I declare boost?

Hello all, I am trying to "make" a database system, VDB (Veritas Data Base), and when I run "make" I receive the following error: VDBException.h:19: error: expected `)' before '*' token VDBException.h:20: error: expected `)' before '*' token VDBException.h:43: error: expected `)' before '*'... (4 Replies)
Discussion started by: Tyler_92
4 Replies

4. Programming

Boost C++ ASIO Networking

Hi, Based on the following example in the Boost C++ website: www. boost.org/doc/libs/1_47_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp]doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp I tried to create a similar TCP server that waits to accept a client connection... (0 Replies)
Discussion started by: tanlccc
0 Replies

5. Solaris

Solaris Performace and Tools

I always had helpful replies from this site when ever I have posted a question. My current problem is that I am trying to read a book titled "Solaris(TM) Performance and Tools: DTrace and MDB Techniques for Solaris 10" and I am frustrated because inspite of the fact that it is a good book I just... (2 Replies)
Discussion started by: Tirmazi
2 Replies

6. Solaris

boost thread not accessible to boost::move error

Hi All I am working unders Sun Solaris and I am not "/opt/boost/boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>). Do you know if there are other solutions other than... (2 Replies)
Discussion started by: manustone
2 Replies

7. Solaris

Sun Studio 10 + Boost 1.36

Is it possible to build Boost 1.35 using Sun Studio 10? I can build Boost 1.35 using Sun Studio 11 successful. However, i'm unable to build it using Sun Studio 10 using the exact method. I really apprecaite if any expert can help on this. Thanks, (2 Replies)
Discussion started by: shingpui
2 Replies

8. HP-UX

XML parsing performace comparison with windows using sax

sorry wrong forum..i dont know how to delete this or how to move it to HP UX section... I tested SAX XML parsing using xerces(http://xerces.apache.org/xerces-j/). I tested on Windows XP and HP-UX . I found that parsing time on HP is 5 times that on Windows. My server startup reads a lot of XML... (1 Reply)
Discussion started by: saurabh.sid
1 Replies
Login or Register to Ask a Question