Henrique - RJ
(usa Outra)
Enviado em 13/08/2016 - 13:53h
Pronto, meu conky já está com as tensões, rotações dos fans e temperaturas.
Vejam como ficou:
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
alignment no
background no
border_width 1
cpu_avg_samples 2
default_color black
default_outline_color black
default_shade_color black
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=10
gap_x 770
gap_y 160
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
own_window_class Conky
own_window_argb_visual yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
Conky
$hr
${color black}Uptime:$color $uptime
${color black}Frequency (in MHz):$color $freq
${color black}Frequency (in GHz):$color $freq_g
${color black}RAM:$color $mem/$memmax - $memperc% ${membar 4}
${color black}Swap:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color black}CPU Usage:$color $cpu% ${cpubar 4}
${color black}CPU Fan:$color ${hwmon 1 fan 1}rpm Fan:$color ${hwmon 1 fan 2}rpm
$hr
${color black}Voltages:$color
VCor0:${hwmon 1 vol 0}V VCor1:${hwmon 1 vol 1}V +3,3V:${hwmon 1 vol 2}V
+5,0V:${hwmon 1 vol 3}V +12,0V:${hwmon 1 vol 4}V -5,0V:${hwmon 1 vol 5}V
-12,0V:${hwmon 1 vol 6}V ???:${hwmon 1 vol 7}V Vbat:${hwmon 1 vol 8}V
$hr
${color black}Temperatures:
CPU:$color ${hwmon 1 temp 1}°C NB:$color ${hwmon 1 temp 2}°C SB:$color ${hwmon 1 temp 3}°C
HDD:$color ${execi 5 hddtemp /dev/sda}
$hr
${color black}File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color black}Networking:
Up:$color ${upspeed eth0} ${color black} - Down:$color ${downspeed eth0}
$hr
${color black}Name PID CPU%
${color black} ${top name 1} ${top pid 1} ${top cpu 1}
${color black} ${top name 2} ${top pid 2} ${top cpu 2}
${color black} ${top name 3} ${top pid 3} ${top cpu 3}
${color black} ${top name 4} ${top pid 4} ${top cpu 4}
Como ficou no desktop do Kaiana:
https://s9.postimg.org/ienkmy2nj/imagem2.png
O resultado do comando sensors no terminal:
henrique@henrique-desktop:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +45.0°C (crit = +70.0°C)
it87-isa-0290
Adapter: ISA adapter
in0: +1.07 V (min = +0.00 V, max = +4.08 V)
in1: +1.65 V (min = +0.00 V, max = +4.08 V)
in2: +3.34 V (min = +0.00 V, max = +4.08 V)
in3: +3.06 V (min = +0.00 V, max = +4.08 V)
in4: +3.04 V (min = +0.00 V, max = +1.01 V) ALARM
in5: +1.90 V (min = +0.00 V, max = +4.08 V)
in6: +1.23 V (min = +0.00 V, max = +4.08 V)
in7: +2.80 V (min = +3.57 V, max = +4.08 V) ALARM
Vbat: +3.18 V
fan1: 14062 RPM (min = 0 RPM)
fan2: 10227 RPM (min = 0 RPM)
temp1: +45.0°C (low = +127.0°C, high = +71.0°C) sensor = thermal diode
temp2: +45.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor
temp3: +30.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor
intrusion0: OK
k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +46.0°C
Core1 Temp: -28.0°C
henrique@henrique-desktop:~$
Agora ficou tudo documentado aqui no fórum para quem precisar.