OXIESEC PANEL
- Current Dir:
/
/
lib
/
python3.9
/
site-packages
/
tuned
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/22/2025 07:58:12 AM
rwxr-xr-x
📄
__init__.py
953 bytes
08/07/2024 08:09:40 PM
rw-r--r--
📁
__pycache__
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
admin
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📄
consts.py
8.2 KB
12/02/2024 09:49:28 AM
rw-r--r--
📁
daemon
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📄
exceptions.py
568 bytes
08/07/2024 08:09:40 PM
rw-r--r--
📁
exports
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
hardware
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📄
logs.py
3.75 KB
08/07/2024 08:09:40 PM
rw-r--r--
📁
monitors
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📄
patterns.py
335 bytes
08/07/2024 08:09:40 PM
rw-r--r--
📁
plugins
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
ppd
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
profiles
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
storage
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
units
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📁
utils
-
02/13/2025 09:25:13 PM
rwxr-xr-x
📄
version.py
171 bytes
08/07/2024 08:09:40 PM
rw-r--r--
Editing: __init__.py
Close
# # tuned: daemon for monitoring and adaptive tuning of system devices # # Copyright (C) 2008-2013 Red Hat, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # __copyright__ = "Copyright 2008-2013 Red Hat, Inc." __license__ = "GPLv2+" __email__ = "power-management@lists.fedoraproject.org"