You can specify whether a user can generate reports. On the Reporting page, users choose from a list of available options, which report(s) to run.
Report | Description |
---|---|
Events | A report showing historical event information in the form of a table, pie chart, or bar chart |
Job and Processor Hours by Credential | A list report of processor hours and jobs by credential. The data is displayed in table format by year, then by month. |
Job and Processor Hours by Month | A bar chart of the chosen year with total processor hours and jobs for each month |
Jobs and Processor Hours by Quarter and Year Bar Chart | A bar chart of totals for jobs and processor hours by quarter and year |
Jobs Submitted | A report presenting the jobs submitted by credentials (user, group, account, and quality of service) for the supplied time in table format with name and total of jobs |
Jobs Submitted and Completed Line Chart | A line chart showing number of jobs over the specified time and for the specified credential with the option of showing completed jobs |
Total Active Processor Count | Line chart showing the number of active processors over the specified credential and credential name |
Total Allocated Node Count | Displays the number of total allocated nodes over time in a line chart for the given start and end time by credential and credential name |
Total Queue Time | A table and pie chart view of queue hours over the specified time and for the specified credential |
Used Wallclock Time | A table and pie chart view of used wallclock hour for the specified time and for the specified credential |
To grant a group access to all reports within a certain category, insert an asterisk rather than the report name: <permission name="report.jobs.*" />
Similarly, to give permission to all reports, grant the following role: <permission name="report.*" />
<reports> <report> <display-name>Jobs Submitted</display-name> <report-design>jobs_submitted.rptdesign</report-design> <display-category>Jobs</display-category> <category>jobs</category> <description>Presents the Jobs submitted by credential (user, group, account and quality of service) for the supplied time in table format with name and total of jobs</description> <permission name="report.jobs.jobs_submitted" /> </report> </reports>Viewpoint looks in the jobs directory to locate the report. A user with the report.job.jobs_submitted permission may view the report on the Reporting page. The Reporting page will show that the report is in the Jobs category.
Related topics