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 /
lve-stats /
Delete
Unzip
Name
Size
Permission
Date
Action
plugins
[ DIR ]
drwxr-xr-x
2026-06-23 08:44
plugins.other
[ DIR ]
drwxr-xr-x
2026-09-04 11:36
scriptlets
[ DIR ]
drwxr-xr-x
2026-09-04 11:36
utils
[ DIR ]
drwxr-xr-x
2026-09-04 11:36
cloudlinux-statistics.py
1.13
KB
-rw-r--r--
2026-06-23 08:44
cloudlinux-statsnotifier.py
517
B
-rw-r--r--
2026-06-23 08:44
cloudlinux-top.py
754
B
-rw-r--r--
2026-06-23 08:44
configure-lvestats-burstwatcher.sh
481
B
-r-xr-xr-x
2026-06-23 08:44
dbgovchart.py
756
B
-rw-r--r--
2026-06-23 08:44
lve-bursting-cleanup.py
2.93
KB
-rw-r--r--
2026-06-23 08:44
lve-bursting-info.py
488
B
-rw-r--r--
2026-06-23 08:44
lve-create-db.py
704
B
-rw-r--r--
2026-06-23 08:44
lve-read-snapshot.py
749
B
-rw-r--r--
2026-06-23 08:44
lve_stats_configs_reader
17.33
KB
-rwsr-xr-x
2026-06-23 08:44
lvechart.py
852
B
-rw-r--r--
2026-06-23 08:44
lveinfo.py
681
B
-rw-r--r--
2026-06-23 08:44
lvestats-burstwatcher.py
1.04
KB
-rw-r--r--
2026-06-23 08:44
lvestats-server.py
2.42
KB
-rw-r--r--
2026-06-23 08:44
Save
Rename
# coding=utf-8 # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2023 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT from clcommon.lib.cledition import lve_supported_or_exit from clcommon.utils import silence_stdout_until_process_exit from lvestats.lib.bursting import info @lve_supported_or_exit def main(): info.main() silence_stdout_until_process_exit() if __name__ == '__main__': main()