The Command Center’s User Management view allows administrators to peform a variety of user management tasks, including:
gpperfmon
database using a user-defined functionThe resources displayed include:
This task requires Operator Basic or higher permission.
To display resource usage by role per month:
Command Center displays resource usage for all roles for that month.
This task requires Operator Basic or higher permission.
To display resource usage for specific roles:
Command Center displays resource usage for that role.
These tasks require Operator Basic or higher permission.
To display resource usage for a specific department:
Command Center displays resource usage for that department.
To display resource usage for all departments:
Command Center displays resource usage for all departments.
To display resource usage for a selection of departments:
Command Center displays resource usage for this selection of departments.
This task requires Operator Basic or higher permission.
To display resource usage for roles with no department:
Command Center displays resource usage for roles who have no department.
This task requires Operator Basic or higher permission.
To display resource usage for roles holding a specific permission:
Command Center displays resource usage for roles with that permission.
This task requires Operator Basic or higher permission.
To display resource usage for all permission levels:
Command Center displays resource usage for all permission levels.
This task requires Admin permission.
To create a department name and apply it to a specific role:
This task requires Admin permission.
To assign a department name to a specific role:
This task requires Admin permission.
To set a role’s permission level:
This task requires Operator Basic permission.
To export resource usage of specific roles:
A CSV file that begins with the string gpcc_user_usage_report
is downloaded to your machine’s default download location.
gpcc_update_department
User-Defined FunctionYou may use the gpcc_update_department
user-defined function to rename a department name, passing it the old name (from_name
) and the new name (to_name
). Once it has run, all the roles associated with the old name will now be associated with the new name.
For more information on the gpcc-rename_dept_name
user-defined function, see the gpmetrics Schema Reference documentation page.
gpcc_delete_department
User-Defined FunctionYou may use the gpcc_delete_department
user-defined function to delete a department name, passing it the name of the department you want to delete. You may only delete department names that have no roles associated with them.
For more information on the gpcc_delete_department
user-defined function, see the gpmetrics Schema Reference documentation page.