В Вт, 23/04/2024 в 15:14 -0700, David Christensen пишет:
> On 4/23/24 14:35, Greg wrote:
> > Hi there,
> >
> > I got refurb IBM x3550 M3 7944 server and I'm a bit lost. Is there
> > any
> > Linux/Debian software (some gui would be nice) to monitor fan
> > speed,
> > temperatures, voltages, disks.. ?
> >
> > Thanks in advance for any help
> > Greg
> >
>
>
> If you installed the Xfce desktop, add the "Sensor" plug-in/ applet
> to
> the Panel. Panel can display various temperatures, fan speeds, etc..
>
>
> Note that you may to set the SUID bit on /usr/sbin/hddtemp for disk
> drive readings to be available:
>
> # chmod u+s /usr/sbin/hddtemp
>
>
> David
>
Hello.
You can use bpytop, that shows usage and stats for processor, memory,
disks, network and processes. Or btop (it is written in C++ and is
continuation of bashtop and bpytop).