From 0ef5c7cb3f84520baa97dc0c965d22b502f7ee8e Mon Sep 17 00:00:00 2001 From: Russ Savage Date: Fri, 3 Jan 2020 09:17:53 -0800 Subject: [PATCH] fix(readme): updated broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a35e9bb..9feed9d3 100644 --- a/README.md +++ b/README.md @@ -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: