lpereira / hardinfo

System profiler and benchmark tool for Linux systems
http://hardinfo.org
GNU General Public License v2.0
759 stars 133 forks source link
c linux profiler system-information

[!WARNING]

This repository is being decomissioned and will remain as a personal archive of HardInfo source code. The development continues in the @hardinfo2/hardinfo2 repository. This branch will soon become a mirror of the main branch from the hardinfo2 repository.

HARDINFO

HardInfo is a system profiler and benchmark for Linux systems. It is able to obtain information from both hardware and basic software, and organize it in a simple to use GUI.

Features include:

Status

Capabilities: HardInfo currently detects most software and hardware detected by the OS. Features: The remote sync was disabled due to server loss. Development: Currently done by contributors, a new dedicated maintainer is needed.

Server code can be found in the "server" branch: https://github.com/lpereira/hardinfo/tree/server

DEPENDENCIES

Required:

Optional (for synchronization/remote):

BUILDING

Create a build directory and build from there:

    hardinfo $ mkdir build
    hardinfo $ cd build
    build $ cmake ..
    build $ make

There are some variables that can be changed:

To set a variable, use cmake's -D parameter. For example:

build $ cmake .. -DCMAKE_BUILD_TYPE=Debug

Network sync is enabled if libsoup is detected. If having trouble building with libsoup, disable it with:

build $ cmake -DHARDINFO_NOSYNC=1

SETTING UP

Most hardware is detected automatically by HardInfo, however, some hardware needs manual set up. They are:

Sensors

lm-sensors: If your computer is compatible with lm-sensors module, use by example the sensors-detect program included with the lm-sensors package of Debian based distros, and be sure to have the detected kernel modules loaded.

hddtemp: To obtain the hard disk drive temperature, be sure to run hddtemp in daemon mode, using the default port.

Memory Speed

The module eeprom must be loaded to display info about your currently installed memory. Load with modprobe eeprom and refresh the module screen.