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: 2 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T01:55:22.000Z (over 3 years ago)
- Last Synced: 2025-02-05T20:59:46.095Z (4 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 .
```