LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why Is My Computer Slowing Down?
#6
Hi,

Follow avj's recommendation to see if your disk is "SMART"

A few additional things:

To check for bad disk blocks:
Code:
sudo badblocks -v /dev/sdx
where x is your disk(s) , like:

Code:
dave@asus-mini-1:~$ sudo badblocks -v /dev/sda
[sudo] password for dave:
Checking blocks 0 to 125034839
Checking for bad blocks (read-only test): done                                                 
Pass completed, 0 bad blocks found. (0/0/0 errors)
Can take some time depending size/type of disk

To check basic disk access/speed:
Code:
sudo hdparm -t --direct /dev/sdx
where x is your disk(s) , like:
Code:
dave@asus-mini-1:~$ sudo hdparm -t --direct /dev/sda
/dev/sda:
Timing O_DIRECT disk reads: 1530 MB in  3.00 seconds = 509.42 MB/sec

dave@asus-mini-1:~$ sudo hdparm -t --direct /dev/sdb
/dev/sdb:
Timing O_DIRECT disk reads: 332 MB in  3.02 seconds = 110.01 MB/sec

Regarding defrag, this is hotly debated, but Linux "does" fragment,
BUT, the impact on day to day typical users is very minimal.
In high end servers/transactional systems, yes it is very important.

If you want to defrag..??
Code:
sudo e4defrag -v /<location>
where <location> is your disk partition(s) , like:
Code:
sudo e4defrag -v /
or
Code:
sudo e4defrag -v /home

Finally,
Menu > System > Resource Usage
Is there anything showing that seems to be "hogging" CPU/Memory.?

[Image: DZ36UQf.png]
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply


Messages In This Thread
Why Is My Computer Slowing Down? - by Dyslexic1 - 03-11-2015, 01:47 PM
Re: Computer slowing down. I read there no defrag - by Wirezfree - 03-11-2015, 05:52 PM
Re: Why Is My Computer Slowing Down? - by avj - 03-12-2015, 10:01 PM
Re: Why Is My Computer Slowing Down? - by avj - 03-12-2015, 10:38 PM
Re: Why Is My Computer Slowing Down? - by N4RPS - 03-13-2015, 03:28 AM
Re: Why Is My Computer Slowing Down? - by N4RPS - 03-19-2015, 08:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)