froxlor / Froxlor

The server administration software for your needs - The official Froxlor development Git repository
http://www.froxlor.org
GNU General Public License v2.0
1.63k stars 456 forks source link

Missing progressbar for "String interning" on opcache info page #1151

Closed patschi closed 1 year ago

patschi commented 1 year ago

Describe the bug There's a fancy new opcache information page in Froxlor. When viewing something is obvious: The internal strings metric doesn't have any progressbar, while others do.

I'm not sure if it is a bug (as in it was missed to implemented), but there's the progressbar missing: image

The metrics are using MB, so it should be easily be presentable in a progressbar.

System information

Expected behavior Seeing a progressbar.

d00p commented 1 year ago

the opcache info pages is based off of https://github.com/amnuts/opcache-gui/blob/v2.4.1/index.php and there was no progressbawr for string interning - there is a newer version which seems to have been rewritten so we might adapt / integrate this for froxlor-2.1

d00p commented 1 year ago

Not a bug, intended as it's based on amnuts/opcache-gui