Skip to content

Commit

Permalink
Merge branch 'main' of github.com:arivum/resource-ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
swinkelhofer committed Oct 14, 2021
2 parents 5cdf8cb + 7b1096d commit 2337a4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# resource-ticker
# ResourceTicker

This module wraps RAM and CPU resource information gathering.

Cgroups and cgroups2 are supported. If none of them is active, fallback to procfs provides resource information.

See [general documenation](https://pkg.go.dev/github.com/arivum/resource-ticker) and [package documentation](https://pkg.go.dev/github.com/arivum/resource-ticker/pkg/resources)

## How to use

Expand Down Expand Up @@ -32,4 +33,4 @@ func main() {
}
}
}
```
```

0 comments on commit 2337a4c

Please sign in to comment.