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

Share sample for real-time chart #254

Open
iipeace opened this issue Dec 2, 2020 · 0 comments
Open

Share sample for real-time chart #254

iipeace opened this issue Dec 2, 2020 · 0 comments

Comments

@iipeace
Copy link
Owner

iipeace commented Dec 2, 2020

@yangsso, @yeombang87,
기존에 공유드린 샘플 관련 정보 공유드립니다.

  1. CPU
    "cpu": {
    "total": 90,
    "kernel": 0,
    "user": 0,
    "irq": 0,
    }
    total = kernel + user + irq로 계산되며,
    그래프 예제의 CPU 부분을 참고하시면 됩니다.

  2. MEM
    "mem": {
    "kernel": 1724,
    "cache": 3770,
    "free": 122307,
    "anon": 962,
    }
    그래프 예제의 MEMORY 부분을 참고하시면 됩니다.

  3. STORAGE
    "storage": {
    "total": {
    "free": 687143,
    "usage": 273578,
    "total": 960721,
    },
    }
    그래프 예제의 STORAGE 부분을 참고하시면 됩니다.

  4. NETWORK
    "net": {
    "inbound": 2734,
    "outbound": 52,
    }
    그래프 예제의 NETWORK 부분을 참고하시면 됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant