Skip to content

Add Option To Disable High Priority #413

Description

@shuangye

atop.c increases atop priority unconditionally:

if ( nice(-20) == -1)
	;

This is not acceptable under some conditions, e.g., on resource limited embedded devices.

Plase at least consider adding an option to disable this hard-coded behavior. Let users decide.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions