[ZBX-21751] Proxmox template cpu loadavg and iowait Created: 2022 Oct 11 Updated: 2024 May 10 Resolved: 2024 May 10 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Templates (T) |
Affects Version/s: | 6.2.3 |
Fix Version/s: | 6.0.30rc1, 6.4.15rc1, 7.0.0rc1, 7.0 (plan) |
Type: | Problem report | Priority: | Major |
Reporter: | Tarik | Assignee: | Aleksejs Abrosimovs |
Resolution: | Fixed | Votes: | 0 |
Labels: | Proxmox, templates | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | |
Story Points: | 1 |
Description |
Steps to reproduce:
Result: It's not how you masure loadavg and iowait % usage. Can someone help me If I am wrong? Thanks |
Comments |
Comment by Edgar Akhmetshin [ 2022 Oct 12 ] |
Hello Show output from: pvesh get /nodes/<NODE_ID>/rrddata -timeframe hour --output-format json-pretty Replace <NODE_ID> with a proper value. Regards, |
Comment by Tarik [ 2022 Dec 01 ] |
Sorry for delayed answer. You can see output below
{ "cpu" : 0.00639342154092002, "iowait" : 2.65723163383942e-05, "loadavg" : 1.06666666666667, "maxcpu" : 192, "memtotal" : 3246474739712, "memused" : 95841908394.6667, "netin" : 77169.5416666667, "netout" : 247441.308333333, "roottotal" : 58598735872, "rootused" : 3947799893.33333, "swaptotal" : 8589930496, "swapused" : 0, "time" : 1669900740 } , |
Comment by Aleksejs Abrosimovs [ 2024 May 07 ] |
Fixed in:
|