Red Hat Enterprise Linux Server 5.3 uses sysstat 7.0.2-11.el5.
I am running a script that aggregates the previous day's health with the sar command, but sometimes CPU utilization exceeds 100% in a multi-core environment, and sometimes the script displays the error "Please give a smaller interval value".
Is it possible to avoid this error somehow?
linux
Why don't you give them a version for now?Version 10.2.0 clearly fixes the multi-CPU calculation.I haven't seen from which version the fix was made.
350/*Reduce interval value to one processor*/
351 if(cpu_nr>1){
352itv = get_interval (uptime0[prev], uptime0[curr]);
353 }
354 else {
355 itv = g_itv;
356 }
mpstat.c
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.