Server IP : 184.107.3.203 / Your IP : 216.73.216.51 Web Server : Apache System : Linux dedicated2.avenfashion.com.ph 4.18.0-553.40.1.el8_10.x86_64 #1 SMP Mon Feb 10 12:11:18 EST 2025 x86_64 User : adminteladeoro ( 1015) PHP Version : 8.2.28 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/lib/python3.6/site-packages/tuned/plugins/__pycache__/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
3 �<�e� � @ sX d dl mZ d dlT ddlZddlZddlZddlmZ ej j � ZG dd� dej�Z dS )� )�base)�*� N)�ACPI_DIRc sv e Zd ZdZ� fdd�Zedd� �Zdd� Zdd � Zed d� �Z edd � �Z ed�dd� �Ze d�ddd��Z� ZS )� ACPIPlugina> `acpi`:: Configures the ACPI driver. + The only currently supported option is [option]`platform_profile`, which sets the ACPI platform profile sysfs attribute, a generic power/performance preference API for other drivers. Multiple profiles can be specified, separated by `|`. The first available profile is selected. + -- .Selecting a platform profile ==== ---- [acpi] platform_profile=balanced|low-power ---- Using this option, *TuneD* will try to set the platform profile to `balanced`. If that fails, it will try to set it to `low-power`. ==== -- c s t t| �j||� d S )N)�superr �__init__)�self�args�kwargs)� __class__� �!/usr/lib/python3.6/plugin_acpi.pyr $ s zACPIPlugin.__init__c C s dd iS )N�platform_profiler )�clsr r r �_get_config_options'