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

[feature] The layout of raw data generated by capstan #5

Open
mozhuli opened this issue Jan 19, 2018 · 0 comments
Open

[feature] The layout of raw data generated by capstan #5

mozhuli opened this issue Jan 19, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@mozhuli
Copy link
Member

mozhuli commented Jan 19, 2018

.
├── cluster
│   ├── servergroups.json
│   └── serverversion.json
├── hosts
│   ├── node1
│   │   ├── configz.json
│   │   └── healthz.json
│   └── node2
│       ├── configz.json
│       └── healthz.json
├── indicators
│   ├── cluster
│   │   ├── APIResponsiveness_load.json
│   │   └── PodStartupLatency_density.json
│   ├── component
│   │   ├── cloud-controller-manager
│   │   ├── etcd
│   │   ├── kube-apiserver
│   │   │   ├── CPU_usage.json
│   │   │   └── MEM_usage.json
│   │   ├── kube-controller-manager
│   │   ├── kube-proxy
│   │   ├── kube-scheduler
│   │   └── kubelet
│   ├── nodes
│   │   ├── node1
│   │   │   ├── CPU_usage.json
│   │   │   ├── Disk_IO.json
│   │   │   ├── MEM_usage.json
│   │   │   ├── Network_IO.json
│   │   │   └── PodStartupLatency_density.json
│   │   └── node2
│   └── workloads
│       ├── nginx
│       │   └── ab
│       │       ├── benchmarkPodIPDiffNode
│       │       │   ├── ab.log
│       │       │   └── benchmark_config.json
│       │       └── benchmarkVIPDiffNode
│       │           ├── ab.log
│       │           └── benchmark_config.json
│       └── iperf
│           └── iperf
│               ├── benchmarkTCPDiffNode
│               │   ├── benchmark_config.json
│               │   ├── client.log
│               │   └── server.log
│               └── benchmarkUDPDiffNode
│                   ├── benchmark_config.json
│                   ├── client.log
│                   └── server.log
├── meta
│   ├── config.json
│   ├── run.log
│   └── testing-time.json
└── resources
    ├── cluster
    │   ├── ClusterRoleBindings.json
    │   ├── ClusterRoles.json
    │   ├── ComponentStatuses.json
    │   └── Nodes.json
    └── ns
        ├── default
        │   ├── Endpoints.json
        │   └── Services.json
         .
         .
         .

/cc @ZJU-SEL/capstan-dev

@mozhuli mozhuli added this to the v0.1 milestone Jan 19, 2018
@mozhuli mozhuli self-assigned this Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant