https://github.com/appleboy/gin-status-api
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for gin framework
https://github.com/appleboy/gin-status-api
gin golang
Last synced: 3 days ago
JSON representation
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for gin framework
- Host: GitHub
- URL: https://github.com/appleboy/gin-status-api
- Owner: appleboy
- License: mit
- Created: 2016-03-23T05:30:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T07:19:46.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T00:17:18.886Z (3 days ago)
- Topics: gin, golang
- Language: Go
- Size: 1020 KB
- Stars: 24
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gin - appleboy/gin-status-api
README
# gin-status-api
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for [Gin](https://github.com/gin-gonic/gin) framework
[](https://godoc.org/github.com/appleboy/gin-status-api)
[](https://github.com/appleboy/gin-status-api/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/appleboy/gin-status-api)
[](https://codecov.io/gh/appleboy/gin-status-api)## Usage
Downladn this package.
```bash
go get github.com/appleboy/gin-status-api
```To import this package, add the following line to your code:
```go
import "github.com/appleboy/gin-status-api"
```## Example
Please see [example](example/server.go).
## Response
Please read [detail information](https://github.com/fukata/golang-stats-api-handler#toc3).
