Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi all, I'm using Mandriva 2006 and installed it great, except from the graphical drivers, but that's another story. I started linux one day, and found it a little slower than usual, I opened Gnome system monitor and found out that the cpu was used at 100% all the time. I quit kopete, kde wallet, amarok, and even the network monitor, but there was no difference. I know I haven't foud any process that was taking more than 2% of the cpu, but I also admit that I don't know anything else than gnome system monitor to see the cpu usage and the running processes.
The cpu in question is an AMD sempron 3000+ and it has 512 MB of ram at its disposition.
Thanks in advance for any help.
Hey Buddy, type "top" in shell and send us the output. top is an interactive command that shows the current running tasks ordered by cpu usage (by default) - very useful
[top]
5649 root 25 0 2664 1132 988 R 97.6 0.2 8:45.47 lisa
4862 root 15 0 161m 12m 4008 S 1.0 2.5 0:06.80 X
5761 martin 15 0 73476 25m 19m S 0.7 5.2 0:02.00 kopete
5543 martin 16 0 23112 15m 7388 S 0.3 3.1 0:00.40 net_applet
1 root 16 0 1564 540 472 S 0.0 0.1 0:00.59 init
2 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
3 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 events/0
4 root 18 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
5 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
7 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
92 root 10 -5 0 0 0 S 0.0 0.0 0:00.14 kblockd/0
124 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
125 root 15 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
127 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
126 root 25 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
716 root 15 0 0 0 0 S 0.0 0.0 0:00.00 kseriod
783 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 ata/0
[/top]
If I understand right, it's LISA that takes the cpu. That's just about great, the LAN server... If I kill it, does it do anything to the Samba file sharing? Are they interlinked?
If I understand right, it's LISA that takes the cpu. That's just about great, the LAN server... If I kill it, does it do anything to the Samba file sharing? Are they interlinked?
if you kill lisa, nothing will happen to samba...
Quote:
LISa is a small daemon which is intended to run on end user systems. It provides something like a "network neighbourhood", but only
relying on the TCP/IP protocol stack, no smb or whatever.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.