Giter Club home page Giter Club logo

hardinfo's Introduction

      *** This project is not dead, but needs a maintainer ***
      ***  Please contact the author if you're interested  ***


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

Features include:
- Report generation (in either HTML or plain text)
- Benchmark result synchronization
- Ability to explore the information on remote computers


DEPENDENCIES
------------

Required:
- GTK+ 2.10 (or newer)
- GLib 2.10 (or newer)

Optional (for synchronization/remote):
- Libsoup 2.24 (or newer)

BUILDING
--------

HardInfo previously used a hand-made Makefile and configure scripts, but it
is now using CMake. This makes the job of maintaining HardInfo simpler and
also produces better binaries.

To build, it is recommended to 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:

	CMAKE_BUILD_TYPE	Can be either Release or Debug
	[Default: Release]	Debug builds prints messages to console
				and are not recommended for general use
	CMAKE_INSTALL_PREFIX	Sets the installation prefix.
	[Default: /usr/local]

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

	build $ cmake .. -DCMAKE_BUILD_TYPE=Debug

SETTING UP
----------

Most things in HardInfo are detected automatically. However, some things
depends on manual set up. They are:

Sensors
-------

lm-sensors: If your computer is compatible with lm-sensors module, use the
"sensors-detect" program included with the lm-sensors package, 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.

hardinfo's People

Contributors

lpereira avatar esin avatar fernandolopez avatar mckaygerhard avatar thehacker avatar georgeateditshare avatar hasufell avatar

Watchers

James Cloos avatar Artur Barseghyan avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.