MyBB Community Forums

Full Version: System Load (what needs to be altered)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have full access to php.ini and nearly every other configuration that should be needed for this process, but my system load shows Unknown all the time.

Does anyone know what needs to be enabled, it's not in the derived disabled functions.

disable_functions =

or disabled classes.

disable_classes =

Thanks in advance,
hym
Does it say unknown just in the ACP or on the index too? If it's just the ACP, it means the load is 0.
It shows Unknown in ACP, and on the Debug stats at the bottom right. I highly doubt the load is 0 on that box, I have other applications running.
(2011-08-31, 03:24 PM)hymsan Wrote: [ -> ]It shows Unknown in ACP, and on the Debug stats at the bottom right. I highly doubt the load is 0 on that box, I have other applications running.

I may have found the issue with this, apparently "sys_getloadavg" isn't a function in php that's available to windows.

Nevermind, MyBB does a check in functions for windows, then bypasses the issue it appears.