guider icon indicating copy to clipboard operation
guider copied to clipboard

Share sample for real-time chart

Open iipeace opened this issue 5 years ago • 0 comments

@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 부분을 참고하시면 됩니다.

iipeace avatar Dec 02 '20 12:12 iipeace