Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tmck-code/typeperf-wsl-go

Making a bridge for using Windows hardware stats in WSL Linux
https://github.com/tmck-code/typeperf-wsl-go

Last synced: 22 days ago
JSON representation

Making a bridge for using Windows hardware stats in WSL Linux

Awesome Lists containing this project

README

        

# typeperf-wsl-go

Making a bridge for using Windows hardware stats in WSL Linux

## POC

```shell
make poc

# or, if you have jq:

go run main.go | jq .
make poc | jq .
```