BLACKSITE
:
216.73.217.4
:
104.37.75.190 / alpenpass.ca
:
Linux server3.pointsplan.com 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
:
/
usr
/
share
/
lve-stats
/
Upload File:
files >> //usr/share/lve-stats/lve-bursting-info.py
# 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()