Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tmck-code/typeperf-wsl-go
- Owner: tmck-code
- License: bsd-3-clause
- Created: 2021-05-26T13:22:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T01:55:22.000Z (about 3 years ago)
- Last Synced: 2024-10-25T00:09:40.036Z (2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```