https://github.com/aaqaishtyaq/goinode
Golang utility to check inode usage on the disk
https://github.com/aaqaishtyaq/goinode
go golang inode linux
Last synced: about 2 months ago
JSON representation
Golang utility to check inode usage on the disk
- Host: GitHub
- URL: https://github.com/aaqaishtyaq/goinode
- Owner: aaqaishtyaq
- License: mit
- Created: 2020-11-04T09:56:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T11:05:59.000Z (over 5 years ago)
- Last Synced: 2023-03-03T22:03:42.448Z (over 3 years ago)
- Topics: go, golang, inode, linux
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goinode
Build the project
```bash
aaqaishtyaq/goinode$ make build
aaqaishtyaq/goinode$ ./bin/goinode
```
Run the project
```bash
aaqaishtyaq/goinode$ go run main.go
```
## TODO
* Add support for custom mount points
* Publish as a custom metric to stackdriver