Bug 40631

Summary: Add some context about the current installation
Product: Koha Reporter: Gabriel Muñoz <gabrielmunoz>
Component: AboutAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Gabriel Muñoz 2025-08-11 12:05:22 UTC
Hi, It would be interesting to see some important health variables of the server where koha is running. Perhaps below the current section where the "uname -a" command is displayed, on About page.

* Selected operating system: Possible command to run: "cat /etc/issue"
* RAM memory usage and amount: Possible command to run: "free -m"
* Hard drive usage and amount:Possible command to run:  "df -h"
* Current system load: Possible command to run: "cat /proc/loadavg"

Thanks,
Gabriel