Bug 1476881 - [RFE] tuned status via systemctl status
Summary: [RFE] tuned status via systemctl status
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: tuned
Version: rawhide
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Jaroslav Škarvada
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-31 17:16 UTC by Pat Riehecky
Modified: 2017-07-31 17:16 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pat Riehecky 2017-07-31 17:16:43 UTC
Description of problem:
Can tuned implement sd_notify(or call systemd-notify) to set the Status of the service to report the current running profile?  This would help unify the information about tuned's status within systemctl status.

Version-Release number of selected component (if applicable):tuned-2.8.0-4.fc27


How reproducible:
100%

Steps to Reproduce:
1.systemctl status tuned
2.
3.

Actual results:
● tuned.service - Dynamic System Tuning Daemon
   Loaded: loaded (/usr/lib/systemd/system/tuned.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2017-07-10 09:04:17 CDT; 3 weeks 0 days ago
 Main PID: 1105 (tuned)
   CGroup: /system.slice/tuned.service
           └─1105 /usr/bin/python3 -Es /usr/sbin/tuned -l -P


Expected results:
● tuned.service - Dynamic System Tuning Daemon
   Loaded: loaded (/usr/lib/systemd/system/tuned.service; enabled; vendor preset: enabled)
   Status: virtual-guest
   Active: active (running) since Mon 2017-07-10 09:04:17 CDT; 3 weeks 0 days ago
 Main PID: 1105 (tuned)
   CGroup: /system.slice/tuned.service
           └─1105 /usr/bin/python3 -Es /usr/sbin/tuned -l -P


Additional info:


Note You need to log in before you can comment on or make changes to this bug.