-
Notifications
You must be signed in to change notification settings - Fork 94
Description
In this mode bpftune should analyze the activity as normal, and generate desired actions as normal.
But instead of applying the actions immediately, it should suggest the action in a human-readable way, explaining the reasoning behind it, and listing the OS commands necessary to implement them.
The action can then be reviewed and applied, as is, modified, or not at all, by the actual system operator.
The suggested actions should be sent to syslog under a separate topic, a log file, etc, using the normal logging mechanisms already present in bpftune.
Ideally every advice would have a unique identifier, so as to detect duplicate advice, ignore known advice which is not being implemented, etc. The identifier could be e.g. a hash of a canonical representation of the actions to take.