We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@yangsso, @yeombang87, 기존에 공유드린 샘플 관련 정보 공유드립니다.
CPU "cpu": { "total": 90, "kernel": 0, "user": 0, "irq": 0, } total = kernel + user + irq로 계산되며, 그래프 예제의 CPU 부분을 참고하시면 됩니다.
MEM "mem": { "kernel": 1724, "cache": 3770, "free": 122307, "anon": 962, } 그래프 예제의 MEMORY 부분을 참고하시면 됩니다.
STORAGE "storage": { "total": { "free": 687143, "usage": 273578, "total": 960721, }, } 그래프 예제의 STORAGE 부분을 참고하시면 됩니다.
NETWORK "net": { "inbound": 2734, "outbound": 52, } 그래프 예제의 NETWORK 부분을 참고하시면 됩니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@yangsso, @yeombang87,
기존에 공유드린 샘플 관련 정보 공유드립니다.
CPU
"cpu": {
"total": 90,
"kernel": 0,
"user": 0,
"irq": 0,
}
total = kernel + user + irq로 계산되며,
그래프 예제의 CPU 부분을 참고하시면 됩니다.
MEM
"mem": {
"kernel": 1724,
"cache": 3770,
"free": 122307,
"anon": 962,
}
그래프 예제의 MEMORY 부분을 참고하시면 됩니다.
STORAGE
"storage": {
"total": {
"free": 687143,
"usage": 273578,
"total": 960721,
},
}
그래프 예제의 STORAGE 부분을 참고하시면 됩니다.
NETWORK
"net": {
"inbound": 2734,
"outbound": 52,
}
그래프 예제의 NETWORK 부분을 참고하시면 됩니다.
The text was updated successfully, but these errors were encountered: