Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
l.v.e-manager /
cpanel /
patches /
Delete
Unzip
Name
Size
Permission
Date
Action
1_paper_lantern_stats.patch
3.82
KB
-rw-r--r--
2026-08-11 11:38
2_paper_lantern_stats_hideuserstat.patch
2.31
KB
-rw-r--r--
2026-08-11 11:38
3_paper_lantern_stats_add-iops.patch
2.28
KB
-rw-r--r--
2026-08-11 11:38
4_paper_lantern_54.patch
5.05
KB
-rw-r--r--
2026-08-11 11:38
5_paper_lantern_58.patch
1.51
KB
-rw-r--r--
2026-08-11 11:38
restore-statsbar.sh
2.9
KB
-rw-r--r--
2026-08-11 11:38
Save
Rename
--- /usr/local/cpanel/base/frontend/paper_lantern/home/views/statistics.html.tt 2016-06-30 07:38:45.647000003 -0400 +++ /usr/local/cpanel/base/frontend/paper_lantern/home/views/statistics.html.tt.new 2016-06-30 07:38:37.000000000 -0400 @@ -16,7 +17,7 @@ SET stats_to_display = ''; SET stats_hash = {}; - IF hasCloudLinux; + IF hasCloudLinux && !CPANEL.CPCONF.lve_hideuserstat; Api1.pre_exec("LVEInfo", "start"); Api1.exec("LVEInfo", "start", [undef]); Api1.post_exec("LVEInfo", "start"); @@ -25,10 +26,26 @@ stats_hash.lvecpu.desc = locale.maketext('CPU Usage'); stats_hash.lvemem.id = 'lvemem'; - stats_hash.lvemem.desc = locale.maketext('Memory Usage'); + stats_hash.lvemem.desc = locale.maketext('Virtual Memory Usage'); stats_hash.lvemep.id = 'lvemep'; stats_hash.lvemep.desc = locale.maketext('Entry Processes'); + + stats_hash.lvepmem.id = 'lvepmem'; + stats_hash.lvepmem.desc = locale.maketext('Physical Memory Usage'); + + stats_hash.lveiop.id = 'lveiop'; + stats_hash.lveiop.desc = locale.maketext('I/O Usage'); + + stats_hash.lveiops.id = 'lveiops'; + stats_hash.lveiops.desc = locale.maketext('IOPS'); + + stats_hash.lveproc.id = 'lveproc'; + stats_hash.lveproc.desc = locale.maketext('Number of Processes'); + + stats_hash.lvequota.id = 'lvequota'; + stats_hash.lvequota.desc = locale.maketext('inodes'); + END; IF CPANEL.feature("diskusageviewer");