ACIL FM
Dark
Refresh
Current DIR:
/lib/python3.9/site-packages/tuned/plugins
/
lib
python3.9
site-packages
tuned
plugins
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
instance
-
chmod
Open
Rename
Delete
__pycache__
-
chmod
Open
Rename
Delete
base.py
22.76 MB
chmod
View
DL
Edit
Rename
Delete
decorators.py
983 B
chmod
View
DL
Edit
Rename
Delete
exceptions.py
99 B
chmod
View
DL
Edit
Rename
Delete
hotplug.py
4.62 MB
chmod
View
DL
Edit
Rename
Delete
plugin_acpi.py
2.39 MB
chmod
View
DL
Edit
Rename
Delete
plugin_audio.py
3.16 MB
chmod
View
DL
Edit
Rename
Delete
plugin_bootloader.py
24.86 MB
chmod
View
DL
Edit
Rename
Delete
plugin_cpu.py
30.58 MB
chmod
View
DL
Edit
Rename
Delete
plugin_disk.py
16.77 MB
chmod
View
DL
Edit
Rename
Delete
plugin_eeepc_she.py
3 MB
chmod
View
DL
Edit
Rename
Delete
plugin_irq.py
9.73 MB
chmod
View
DL
Edit
Rename
Delete
plugin_irqbalance.py
3.54 MB
chmod
View
DL
Edit
Rename
Delete
plugin_modules.py
4.8 MB
chmod
View
DL
Edit
Rename
Delete
plugin_mounts.py
5.44 MB
chmod
View
DL
Edit
Rename
Delete
plugin_net.py
26.38 MB
chmod
View
DL
Edit
Rename
Delete
plugin_rtentsk.py
1.12 MB
chmod
View
DL
Edit
Rename
Delete
plugin_scheduler.py
58.48 MB
chmod
View
DL
Edit
Rename
Delete
plugin_script.py
3.91 MB
chmod
View
DL
Edit
Rename
Delete
plugin_scsi_host.py
3.89 MB
chmod
View
DL
Edit
Rename
Delete
plugin_selinux.py
2.26 MB
chmod
View
DL
Edit
Rename
Delete
plugin_service.py
10.45 MB
chmod
View
DL
Edit
Rename
Delete
plugin_sysctl.py
6.01 MB
chmod
View
DL
Edit
Rename
Delete
plugin_sysfs.py
2.63 MB
chmod
View
DL
Edit
Rename
Delete
plugin_systemd.py
5.32 MB
chmod
View
DL
Edit
Rename
Delete
plugin_uncore.py
5.97 MB
chmod
View
DL
Edit
Rename
Delete
plugin_usb.py
1.97 MB
chmod
View
DL
Edit
Rename
Delete
plugin_video.py
5.97 MB
chmod
View
DL
Edit
Rename
Delete
plugin_vm.py
8.67 MB
chmod
View
DL
Edit
Rename
Delete
repository.py
1.49 MB
chmod
View
DL
Edit
Rename
Delete
__init__.py
49 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/python3.9/site-packages/tuned/plugins/decorators.py
__all__ = ["command_set", "command_get", "command_custom"] # @command_set("scheduler", per_device=True) # def set_scheduler(self, value, device): # set_new_scheduler # # @command_get("scheduler") # def get_scheduler(self, device): # return current_scheduler # # @command_set("foo") # def set_foo(self, value): # set_new_foo # # @command_get("foo") # def get_foo(self): # return current_foo # def command_set(name, per_device=False, priority=0): def wrapper(method): method._command = { "set": True, "name": name, "per_device": per_device, "priority": priority, } return method return wrapper def command_get(name): def wrapper(method): method._command = { "get": True, "name": name, } return method return wrapper def command_custom(name, per_device=False, priority=0): def wrapper(method): method._command = { "custom": True, "name": name, "per_device": per_device, "priority": priority, } return method return wrapper
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply