Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T07:19:46.000Z (over 1 year ago)
- Last Synced: 2024-05-21T07:34:59.511Z (6 months ago)
- Topics: gin, golang
- Language: Go
- Size: 1020 KB
- Stars: 23
- Watchers: 6
- 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
[![GoDoc](https://godoc.org/github.com/appleboy/gin-status-api?status.svg)](https://godoc.org/github.com/appleboy/gin-status-api)
[![Run Tests](https://github.com/appleboy/gin-status-api/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/appleboy/gin-status-api/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/gin-status-api)](https://goreportcard.com/report/github.com/appleboy/gin-status-api)
[![codecov](https://codecov.io/gh/appleboy/gin-status-api/branch/master/graph/badge.svg)](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).
![response screenshot](screenshot/response.png)