You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lack of an API and portals for accessing info of processes and managing them, makes it meaningless to distribute applications with process monitoring and managing functionality as Flatpaks.
Proposal
As @danirabbit suggested, I'm opening this issue to initiate work on DBus API for process monitoring applications.
Such API should allow to:
List all processes of host
Read stats of processes /proc/%d/stat
Manage a selected process (send signals to end, kill, etc. a process)
With a such API it becomes possible to introduce sophisticated portals for a specific, yet still important type of tools. (e.g. Monitor).
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered:
Problem
The lack of an API and portals for accessing info of processes and managing them, makes it meaningless to distribute applications with process monitoring and managing functionality as Flatpaks.
Proposal
As @danirabbit suggested, I'm opening this issue to initiate work on DBus API for process monitoring applications.
Such API should allow to:
/proc/%d/stat
With a such API it becomes possible to introduce sophisticated portals for a specific, yet still important type of tools. (e.g. Monitor).
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: