Linux Lite Forums
Speed Issues - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17)
+--- Thread: Speed Issues (/showthread.php?tid=1419)



Speed Issues - Alex - 01-17-2015

When I first installed LL a few months ago I was impressed by its speed both on and off line. Since then there seems to have been an apparent slow down in speed, even in the time it takes to log in. In the old days with Win Xp this effect usually meant that the system needed a spyware/adware clean-up and a defrag session.

As I understand Linux systems both of these operations are not necessary - so, what might be slowing down my operations?

I did a system report, but it is double-speak to me and for some reason it was published as a html document in my browser ? I copied it onto a LO document (20 pages!)

Any ideas?


Re: Speed issues - bitsnpcs - 01-17-2015

Hello Alex,

have you tried running Lite Cleaner ?


Re: Speed issues - Alex - 01-17-2015

Yes i use it frequently - it does not seem to influence speed in any way; should it?


Re: Speed issues - bitsnpcs - 01-17-2015

Hello Alex,

it may have helped by cleaning the specific areas if they had been the issue.

Hopefully someone will have more ideas for you to try soon.


Re: Speed issues - Valtam - 01-17-2015

(01-17-2015, 04:10 AM)Alex link Wrote: I did a system report, but it is double-speak to me and for some reason it was published as a html document in my browser ? I copied it onto a LO document (20 pages!)

https://www.freecinema2022.gq/manual/hardware.html#report


Re: Speed issues - riser - 01-18-2015

I suggest you review the space available on each partition.  I have been using Linux Lite and similar distros for years, and never noticed a slowdown unless a partition gets too filled up (not healthy for Linux filesystems).

If you do have a partition that is full, cleaning it up can help.  If it does not, you may need to back up the data, format it, and restore the data to reset the inode metadata.

Also, check amount of memory used.  You may have runaway process(es) that use swap space if configured to do so.


Re: Speed issues - shengchieh - 01-20-2015

From my website (signature), I have

http://rudd-o.com/archives/2007/10/02/tales-from-responsivenessland-why-linux-feels-slow-and-how-to-fix-that/ (Tales from responsivenessland: why Linux feels slow, and how to fix that)
http://tree.celinuxforum.org/CelfPubWiki/BootupTimeResources (bootup; CELF Technology/Project)
http://lifehacker.com/software/linux/make-your-linux-system-leaner-with-10-tweaks-333798.php (Slim Down and Speed Up Linux)
http://howto.wired.com/wiki/Speed_Up_Linux (Speed Up Linux)
http://www.linuxplanet.com/linuxplanet/tutorials/6800/1/ (What's Bogging Down Your Linux PC? Tracking Down Resource Hogs; 7/21/09)
http://tuxradar.com/content/make-linux-faster-and-lighter (Make Linux faster and lighter; 10/30/09)

Sheng-Chieh



Re: Speed issues - Alex - 01-22-2015

Thanks for all the links, shengchieh! I found all of them a little hard to follow for my level of Linux expertize (<0). If someone could put all of those suggestions into a GUI interface maybe I could follow simple instructions.

Smile


Re: Speed Issues - shengchieh - 01-26-2015

Sorry for the delay - my brother's family were here this weekend.

I looked the links closely.  Let's try the advice on this one.

What's Bogging Down Your Linux PC? Tracking Down Resource Hogs
http://www.linuxplanet.com/linuxplanet/tutorials/6800/1/

Open up a terminal and type top.  Note you can move the "cursor" using the right/left arrow.  Do so and let it adjust by mem, cpu, etc.  And see the process name on the right.
To kill a process, do

pkill [name of process]

OR

kill [process ID]

Do

man pkill
man kill

to learn off these two commands.

Sheng-Chieh