Calculate rates in detailed nodes

This commit is contained in:
Peter Bourgon
2015-08-03 16:04:06 +02:00
parent e1f7752a34
commit 0dafad763f
7 changed files with 53 additions and 12 deletions
+3
View File
@@ -1,6 +1,8 @@
package test
import (
"time"
"github.com/weaveworks/scope/probe/docker"
"github.com/weaveworks/scope/probe/endpoint"
"github.com/weaveworks/scope/probe/process"
@@ -246,6 +248,7 @@ var (
Count: 1024,
Total: 4096,
},
Window: 2 * time.Second,
}
)