All Projects → lpereira → Hardinfo

lpereira / Hardinfo

Licence: gpl-2.0
System profiler and benchmark tool for Linux systems

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Hardinfo

scooby
🐶 🕵️ Great Dane turned Python environment detective
Stars: ✭ 36 (-90.65%)
Mutual labels:  system-information
Pyflame
🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Stars: ✭ 2,930 (+661.04%)
Mutual labels:  profiler
Magento2 Developer Quickdevbar
Developer Toolbar for Magento2
Stars: ✭ 306 (-20.52%)
Mutual labels:  profiler
observable
See what's lagging your server. 1.5M+ downloads on CurseForge
Stars: ✭ 22 (-94.29%)
Mutual labels:  profiler
netbox-agent
Netbox agent to run on your infrastructure's servers
Stars: ✭ 99 (-74.29%)
Mutual labels:  system-information
Torchprofile
A general and accurate MACs / FLOPs profiler for PyTorch models
Stars: ✭ 285 (-25.97%)
Mutual labels:  profiler
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-93.51%)
Mutual labels:  profiler
Alp
Access Log Profiler
Stars: ✭ 382 (-0.78%)
Mutual labels:  profiler
Puffin
🐦 Simple instrumentation profiler for Rust 🦀
Stars: ✭ 274 (-28.83%)
Mutual labels:  profiler
Systemstat
Rust library for getting system information
Stars: ✭ 301 (-21.82%)
Mutual labels:  system-information
docker-xhgui
An xhgui (with nginx, mongodb and php) container for profiling PHP Applications.
Stars: ✭ 24 (-93.77%)
Mutual labels:  profiler
profdump
Processes profiling output of the D compiler
Stars: ✭ 15 (-96.1%)
Mutual labels:  profiler
Spark
spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.
Stars: ✭ 287 (-25.45%)
Mutual labels:  profiler
drill4j
Drill - a plugin based profiler.
Stars: ✭ 79 (-79.48%)
Mutual labels:  profiler
Plpgsql check
plpgsql_check is linter tool for language PL/pgSQL (native language for PostgreSQL store procedures).
Stars: ✭ 322 (-16.36%)
Mutual labels:  profiler
django-web-profiler
Django package to log request values such as device, IP address, user CPU time, system CPU time, No of queries, SQL time, no of cache calls, missing, setting data cache calls for a particular URL with a basic UI.
Stars: ✭ 76 (-80.26%)
Mutual labels:  profiler
Stackimpact Go
DEPRECATED StackImpact Go Profiler - Production-Grade Performance Profiler: CPU, memory allocations, blocking calls, errors, metrics, and more
Stars: ✭ 276 (-28.31%)
Mutual labels:  profiler
Vprof
Visual profiler for Python
Stars: ✭ 3,799 (+886.75%)
Mutual labels:  profiler
Agi
Android GPU Inspector
Stars: ✭ 327 (-15.06%)
Mutual labels:  profiler
Kataribe
Access log profiler based on response time
Stars: ✭ 298 (-22.6%)
Mutual labels:  profiler

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:

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

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.

DEPENDENCIES

Required:

  • GTK+ 2.10 (or newer)
  • GLib 2.10 (or newer)
  • Zlib (for zlib benchmark)

Optional (for synchronization/remote):

  • Libsoup 2.24 (or newer)

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:

  • CMAKE_BUILD_TYPE: Can either be Release or Debug.
    • [Default: Release] Debug prints messages to console and is not recommended for general use.
  • CMAKE_INSTALL_PREFIX: Sets the installation prefix.
    • [Default: /usr/local]: Distributions usually change this to /usr.
  • HARDINFO_NOSYNC: Disables network synchronization.
    • [Default: 1]: Disabled by default due to the server being lost.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].