Bug 40631 - Add some context about the current installation
Summary: Add some context about the current installation
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: About (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-11 12:05 UTC by Gabriel Muñoz
Modified: 2025-08-11 12:05 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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