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

Page fault stats #37

Merged
merged 20 commits into from
Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
updated top module
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
  • Loading branch information
plamenmpetrov committed Aug 7, 2020
commit 6f1753dc388eeb8f2d433385ece07ea3d8728d8f
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/containerd/containerd v1.3.6
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807153517-d940502b648c
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807162601-f57413d15b12
github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200803195925-0629e1cf4599
github.com/ustiugov/fccd-orchestrator/metrics v0.0.0-20200803195925-0629e1cf4599
github.com/ustiugov/fccd-orchestrator/misc v0.0.0-20200803195925-0629e1cf4599 // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,10 @@ github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807152401-bfe3bf49227
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807152401-bfe3bf49227d/go.mod h1:rAp4O9408UxzVvNVGhlwJJ2c9Hdd6/gCJ+BFp5QcmCs=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807153517-d940502b648c h1:i9jNyQ6j90ZtNx7dZqxHXErdwVkPBxjvp4zdVQSUkj4=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807153517-d940502b648c/go.mod h1:kKEnUxO/INkYhn2zxDmKCUl+n+qovSCPnoV/z9M6MkI=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807161823-69559854a5d8 h1:HdBx/QZmwITZty6kAY8mAO47nadLFRtnVPRadBwPt1c=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807161823-69559854a5d8/go.mod h1:wgsHRCqlDWB5fW3NTtGGHCSMUygGblVYs1I0H0r3h5g=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807162601-f57413d15b12 h1:qk2eHpZXBk7ZnjAM6GpgdDOgG68KOXPhid/vT70b0c4=
github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200807162601-f57413d15b12/go.mod h1:/VP5kyYQFppz873xGN25BXgoyt5rK4yeNUdHiJQjOT8=
github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200710144657-9fbec6857e48/go.mod h1:5dhCs/XynpQoQcrhd/YgUBjGahhNpTknQUcC1kHRCaA=
github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200710145415-bb09d1a68889/go.mod h1:5dhCs/XynpQoQcrhd/YgUBjGahhNpTknQUcC1kHRCaA=
github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200710150633-096cac68bd72 h1:r67pqykSYWZHFYfIKuT44PTXFJWu5lJcatkV16d3vKU=
Expand Down Expand Up @@ -643,6 +647,10 @@ github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807143959-7b810
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807143959-7b810ec04e41/go.mod h1:xfUe/OzRfVjB8iX4mUXirP4rLj6aQUvYtTxKkDfvzLM=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807153416-2487f79330d2 h1:VEtfhwyu+qauQ8EYbrstkuHhZmju2Zhue6PSzsHDFdo=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807153416-2487f79330d2/go.mod h1:xfUe/OzRfVjB8iX4mUXirP4rLj6aQUvYtTxKkDfvzLM=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807161629-63048e4af761 h1:787jyz6+0oukORdirmYh8hy5Z1WYPlFLeX5mgIpuA14=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807161629-63048e4af761/go.mod h1:xfUe/OzRfVjB8iX4mUXirP4rLj6aQUvYtTxKkDfvzLM=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807162413-abeaefb57998 h1:5pBp9Bqr8ZOh+PSGsJg0mA+rQSt8l3SVMDaOXRYzMxQ=
github.com/ustiugov/fccd-orchestrator/memory/manager v0.0.0-20200807162413-abeaefb57998/go.mod h1:xfUe/OzRfVjB8iX4mUXirP4rLj6aQUvYtTxKkDfvzLM=
github.com/ustiugov/fccd-orchestrator/metrics v0.0.0-20200723085111-a9d697412510 h1:2F3Bp/P7C2UMKU+vakjEW/++E2yCntucHKNiRxcxQOE=
github.com/ustiugov/fccd-orchestrator/metrics v0.0.0-20200723085111-a9d697412510/go.mod h1:NOrYF6usVkdr6gpXAP7pk7jp1MlAXlrZQuUEOVhRuV8=
github.com/ustiugov/fccd-orchestrator/metrics v0.0.0-20200723105930-96d5e1cb279b h1:0ukOv2nUQqj14TLHf5MkVyvbyiV6AxwUSI7PQQnVdKQ=
Expand Down