Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codiepp/os-metrics

capture operating system metrics on Windows, macOSX, Linux, BSD
https://github.com/codiepp/os-metrics

Last synced: 12 days ago
JSON representation

capture operating system metrics on Windows, macOSX, Linux, BSD

Awesome Lists containing this project

README

        

# os-metrics
capture operating system metrics on Windows, macOSX, Linux, BSD

## building

```
mkdir -vp build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
```

on Windows (MinGW64):

```
cmake -DCMAKE_BUILD_TYPE=Debug -G "MSYS Makefiles" ..
```

### cross-compilation

```
cmake --fresh -DCMAKE_TOOLCHAIN_FILE=../ToolchainWin64.cmake -DCMAKE_BUILD_TYPE=Debug ..
```