-
Notifications
You must be signed in to change notification settings - Fork 65
Fix memory, Add Mbps/Gbps to Speed, Add Number of Cores and fix block-size on Storage/Swap Size (FreeBSD) #215
New issue
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
Conversation
Signed-off-by: Matthew Wener <[email protected]>
Signed-off-by: Matthew Wener <[email protected]>
|
serverinfo/lib/SystemStatistics.php Lines 115 to 126 in 481df19
|
I suppose it depends on how you want to display the memory in two different situations. The hw.realmem reports the real values of the memory totaled (in my case 64.00 GB). The hw.physmem (63.9 GB in my case) displays the actual available memory that can be used by the system. So these are two different use cases. I don't think either can be considered wrong for their respective use case. The code in the FreeBSD.php is used to set the memory value in the image below. It does not appear to change any other value. The old code is what sets the memory in the live usage display. FreeBSD.php has no influence on these values. SystemStatistics.php controls this image. serverinfo/lib/SystemStatistics.php Lines 115 to 126 in 481df19
|
Signed-off-by: Matthew Wener <[email protected]>
…atistics.php Signed-off-by: Matthew Wener <[email protected]>
kesselb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
|
Is any possibility to merge it to stable19 branch or even stable18? |
No as this a new feature. |
For me it's bug fix - system information was incorrect before this patch. |
To be precise: System information was incorrect before this patch for the unsupported operating system FreeBSD. If that is such a problem for you just disable the serverinfo app ;) |
|
:-P Make FreeBSD supported operating system. 👍 |


#210 Additional changes to show correct values