Indonesian Back|Track Team
Share Memantau panas harddisk anda - Printable Version

+- Indonesian Back|Track Team (https://www.indonesianbacktrack.or.id/forum)
+-- Forum: Defensive Zone (https://www.indonesianbacktrack.or.id/forum/forum-173.html)
+--- Forum: IDS - IPS & Monitoring system (https://www.indonesianbacktrack.or.id/forum/forum-191.html)
+--- Thread: Share Memantau panas harddisk anda (/thread-4021.html)

Pages: 1 2


Memantau panas harddisk anda - zee eichel - 11-14-2012

Ass.wbr ..

Kembali lagi saya berbagi dengan teman-teman disini...semoga gk repost sebab ane juga udah cari2 ini gk ada sih Big Grin

ok .. pada kesempatan ini ane mau share mengenai salah satu tools ringan pada ubuntu 12.04 LTS dan ini ada di repository yang berguna untuk mendeteksi panas pada harddisk kita. ini berguna untuk sistem monitoring atau sysadmin. sebelumnya kita harus tau dulu akibat hdd atau harddisk yang kita gunakan panas Smile

1. kinerja komputer melemah,
2. dapat berdampak pada hardware lainnya karena panas bisa menyebar dan hawa panas dari hdd dapat di rasakan oleh hardware lainnya

Penyebab hdd panas

1. sering defrag ( pengguna windows )
2. sering install ulang
3. memasukan software yang tidak kompetibel
4. serangan virus
5. bad sector dan kondisi hdd yang sudah tidak baik lagi
6. umur hdd

Ok cukup teorinya, kita coba untuk melihat informasi hdd

pertama install dulu

[shcode=bash]root@dracos:~# sudo apt-get install hddtemp[/shcode]


[shcode=bash]root@dracos:~# hddtemp -h
Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...

hddtemp displays the temperature of drives supplied in argument.
Drives must support S.M.A.R.T.

TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.

-b --drivebase : display database file content that allow hddtemp to
recognize supported drives.
-D --debug : display various S.M.A.R.T. fields and their values.
Useful to find a value that seems to match the
temperature and/or to send me a report.
(done for every drive supplied).
-d --daemon : run hddtemp in TCP/IP daemon mode (port 7634 by default.)
-f --file=FILE : specify database file to use.
-F --foreground : don't daemonize, stay in foreground.
-l --listen=addr : listen on a specific interface (in TCP/IP daemon mode).
-n --numeric : print only the temperature.
-p --port=# : port to listen to (in TCP/IP daemon mode).
-s --separator=C : separator to use between fields (in TCP/IP daemon mode).
-S --syslog=s : log temperature to syslog every s seconds.
-u --unit=[C|F] : force output temperature either in Celsius or Fahrenheit.
-q --quiet : do not check if the drive is supported.
-v --version : display hddtemp version number.
-w --wake-up : wake-up the drive if need.
-4 : listen on IPv4 sockets only.
-6 : listen on IPv6 sockets only.

Report bugs or new drives to <[email protected]>.
hddtemp version 0.3-beta15[/shcode]

Kita jalankan dengan memasukan dir hdd kita


[shcode=bash]
root@dracos:~# hddtemp /dev/sda1
/dev/sda1: ST3160318AS: 40°C[/shcode]

semoga berguna yah Smile :-bd

tested on : dracos linux v2 beta x64 , ubuntu 12.04, backtrack 5 R3


RE: Memantau panas harddisk anda - MONO-X - 11-14-2012

(11-14-2012, 10:25 AM)zee eichel Wrote: Ass.wbr ..

Kembali lagi saya berbagi dengan teman-teman disini...semoga gk repost sebab ane juga udah cari2 ini gk ada sih Big Grin

ok .. pada kesempatan ini ane mau share mengenai salah satu tools ringan pada ubuntu 12.04 LTS dan ini ada di repository yang berguna untuk mendeteksi panas pada harddisk kita. ini berguna untuk sistem monitoring atau sysadmin. sebelumnya kita harus tau dulu akibat hdd atau harddisk yang kita gunakan panas Smile

1. kinerja komputer melemah,
2. dapat berdampak pada hardware lainnya karena panas bisa menyebar dan hawa panas dari hdd dapat di rasakan oleh hardware lainnya

Penyebab hdd panas

1. sering defrag ( pengguna windows )
2. sering install ulang
3. memasukan software yang tidak kompetibel
4. serangan virus
5. bad sector dan kondisi hdd yang sudah tidak baik lagi
6. umur hdd

Ok cukup teorinya, kita coba untuk melihat informasi hdd

pertama install dulu

[shcode=bash]root@dracos:~# sudo apt-get install hddtemp[/shcode]


[shcode=bash]root@dracos:~# hddtemp -h
Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...

hddtemp displays the temperature of drives supplied in argument.
Drives must support S.M.A.R.T.

TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.

-b --drivebase : display database file content that allow hddtemp to
recognize supported drives.
-D --debug : display various S.M.A.R.T. fields and their values.
Useful to find a value that seems to match the
temperature and/or to send me a report.
(done for every drive supplied).
-d --daemon : run hddtemp in TCP/IP daemon mode (port 7634 by default.)
-f --file=FILE : specify database file to use.
-F --foreground : don't daemonize, stay in foreground.
-l --listen=addr : listen on a specific interface (in TCP/IP daemon mode).
-n --numeric : print only the temperature.
-p --port=# : port to listen to (in TCP/IP daemon mode).
-s --separator=C : separator to use between fields (in TCP/IP daemon mode).
-S --syslog=s : log temperature to syslog every s seconds.
-u --unit=[C|F] : force output temperature either in Celsius or Fahrenheit.
-q --quiet : do not check if the drive is supported.
-v --version : display hddtemp version number.
-w --wake-up : wake-up the drive if need.
-4 : listen on IPv4 sockets only.
-6 : listen on IPv6 sockets only.

Report bugs or new drives to <[email protected]>.
hddtemp version 0.3-beta15[/shcode]

Kita jalankan dengan memasukan dir hdd kita


[shcode=bash]
root@dracos:~# hddtemp /dev/sda1
/dev/sda1: ST3160318AS: 40°C[/shcode]

semoga berguna yah Smile :-bd

tested on : dracos linux v2 beta x64 , ubuntu 12.04, backtrack 5 R3

thank oms. :-)


RE: Memantau panas harddisk anda - amanojaku - 11-14-2012

yang buat prosesor ada gak om Big Grin ?
ane kawatir ama sobat prosesor ane,tiap kali pake aircrack fan prosesor langsung muter kenceng banget Angry


RE: Memantau panas harddisk anda - Clound_Carbelius - 11-15-2012

Nice om :-bd :-bd

ini sama kya pensensor ya om :-?


RE: Memantau panas harddisk anda - zee eichel - 11-15-2012

(11-14-2012, 07:01 PM)amanojaku Wrote: yang buat prosesor ada gak om Big Grin ?
ane kawatir ama sobat prosesor ane,tiap kali pake aircrack fan prosesor langsung muter kenceng banget Angry

ada2 om ane post deh ...

(11-15-2012, 07:40 AM)Clound_Carbelius Wrote: Nice om :-bd :-bd

ini sama kya pensensor ya om :-?

wah boleh tuh sekali2 om posting Blush



RE: Memantau panas harddisk anda - Clound_Carbelius - 11-15-2012

(11-15-2012, 09:15 PM)zee eichel Wrote:
(11-14-2012, 07:01 PM)amanojaku Wrote: yang buat prosesor ada gak om Big Grin ?
ane kawatir ama sobat prosesor ane,tiap kali pake aircrack fan prosesor langsung muter kenceng banget Angry

ada2 om ane post deh ...

(11-15-2012, 07:40 AM)Clound_Carbelius Wrote: Nice om :-bd :-bd

ini sama kya pensensor ya om :-?

wah boleh tuh sekali2 om posting Blush

Inysallah om :d


RE: Memantau panas harddisk anda - amanojaku - 11-15-2012

oke om zee,di tunggu yang buat prosesor Big Grin
ni kok ane nulis su-hu malah jadi sobat (sobat prosesor) ya ? Big Grin



RE: Memantau panas harddisk anda - Clound_Carbelius - 12-19-2012

(11-15-2012, 10:59 PM)amanojaku Wrote: oke om zee,di tunggu yang buat prosesor Big Grin
ni kok ane nulis su-hu malah jadi sobat (sobat prosesor) ya ? Big Grin

Setuju :-bd
ane juga nunggu yang buat Prosesor nya :d


RE: Memantau panas harddisk anda - ANto Van De Vard - 12-19-2012

yg processor pke sensors,.

klo gk salah udah pernah dibikin jg dah threadnya sama om zee


RE: Memantau panas harddisk anda - juicided - 12-19-2012

bisa dipasang pada conky juga
${exec hddtemp /dev/sda1}
:-bd