Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(readme): updated broken links #156

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ The intended usage of the DevOps data generator is to create distinct datasets t

Each simulated host is initialized with a RAM size and a set of stateful probability distributions (Gaussian random walks with clamping), corresponding to nine statistics as reported by Telegraf. Here are the Telegraf collectors for CPU and memory:

https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/cpu.go
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/system/memory.go
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/cpu/cpu.go
https://github.com/influxdata/telegraf/blob/master/plugins/inputs/mem/memory.go

For example, here is a graph of the simulated CPU usage through time for 10 hosts, when using the data generator:

Expand Down