An open API service indexing awesome lists of open source software.

https://github.com/tranarchy/nixmon

Hardware monitoring tool for UNIX like systems written in C
https://github.com/tranarchy/nixmon

bsd freebsd gpu-monitoring linux macos monitoring-tool netbsd openbsd resource-monitor

Last synced: 9 months ago
JSON representation

Hardware monitoring tool for UNIX like systems written in C

Awesome Lists containing this project

README

          

# nixmon




Hardware monitoring tool for UNIX like systems written in C

## About

nixmon is a hardware monitoring tool for your CPU, GPU, RAM and storage with an easy-to-read interface

It also tracks the maximum values reached by your components (e.g., GPU power, CPU temp), making it ideal to use during benchmarking, gaming or other heavy workloads

## Supported systems
- Linux
- macOS*
- FreeBSD
- OpenBSD
- NetBSD

*No GPU info for macOS

## Build-time dependencies
- C99 compliant compiler
- libdrm (on Linux and *BSD)
- make

## Installing

```
git clone https://github.com/tranarchy/nixmon
cd nixmon
make
make install
```

`make` defaults to Linux, use the appropriate make command for your system `make fbsd / obsd / nbsd / macos`

## FreeBSD

To get CPU temp info on FreeBSD you need to load either coretemp (for Intel) or amdtemp (for AMD).

```
kldload coretemp amdtemp
```