Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
6ad6724f
Commit
6ad6724f
authored
18 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Minor reformatting, order command line options, no change in content.
parent
cfe1371f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/sacct.1
+61
-39
61 additions, 39 deletions
doc/man/man1/sacct.1
with
61 additions
and
39 deletions
doc/man/man1/sacct.1
+
61
−
39
View file @
6ad6724f
...
@@ -5,10 +5,12 @@
...
@@ -5,10 +5,12 @@
.SH "NAME"
.SH "NAME"
sacct
sacct
\- displays accounting data for all jobs and job steps in the SLURM job accounting log
\- displays accounting data for all jobs and job steps in the SLURM job accounting log
.SH "SYNOPSIS"
.SH "SYNOPSIS"
.HP
.HP
.BR "sacct "
.BR "sacct "
\f2\fP\f2options \fP
\f2\fP\f2options \fP
.SH "DESCRIPTION"
.SH "DESCRIPTION"
.PP
.PP
Accounting information for jobs invoked with SLURM are logged in the job
Accounting information for jobs invoked with SLURM are logged in the job
...
@@ -50,6 +52,7 @@ gather and report incomplete information for these calls;
...
@@ -50,6 +52,7 @@ gather and report incomplete information for these calls;
\f3sacct\fP reports values of 0 for this missing data. See your systems
\f3sacct\fP reports values of 0 for this missing data. See your systems
\f2getrusage(3)\fP man page for information about which data are
\f2getrusage(3)\fP man page for information about which data are
actually available on your system.
actually available on your system.
.SS "Options"
.SS "Options"
.TP "10"
.TP "10"
\f3\-a \fP\f3,\fP \f3\-\-all\fP
\f3\-a \fP\f3,\fP \f3\-\-all\fP
...
@@ -58,6 +61,7 @@ Displays the job accounting data for all jobs in the job accounting log file.
...
@@ -58,6 +61,7 @@ Displays the job accounting data for all jobs in the job accounting log file.
This is the default behavior when the
This is the default behavior when the
.BR "sacct "
.BR "sacct "
command is executed by the root user.
command is executed by the root user.
.TP
.TP
\f3\-b \fP\f3,\fP \f3\-\-brief\fP
\f3\-b \fP\f3,\fP \f3\-\-brief\fP
Displays a brief listing, which includes the following data:
Displays a brief listing, which includes the following data:
...
@@ -76,6 +80,7 @@ Displays a brief listing, which includes the following data:
...
@@ -76,6 +80,7 @@ Displays a brief listing, which includes the following data:
This option has no effect when the
This option has no effect when the
\f3\-\-\-dump\fP
\f3\-\-\-dump\fP
option is also specified.
option is also specified.
.TP
.TP
\f3\-d \fP\f3,\fP \f3\-\-dump\fP
\f3\-d \fP\f3,\fP \f3\-\-dump\fP
Displays (dumps) the raw data records.
Displays (dumps) the raw data records.
...
@@ -88,37 +93,6 @@ options.
...
@@ -88,37 +93,6 @@ options.
.IP
.IP
The section titled "INTERPRETING THE \-\-dump OPTION OUTPUT" describes the
The section titled "INTERPRETING THE \-\-dump OPTION OUTPUT" describes the
data output when this option is used.
data output when this option is used.
.TP
\f3\-S \fP\f3,\fP \f3\-\-stat\fP
.IP
Queries the status of a job as the job is running displaying
the following data:
.RS
.TP "3"
\(bu
\f3jobid\fP
.TP "3"
\(bu
\f3vsize\fP
.TP "3"
\(bu
\f3rss\fP
.TP "3"
\(bu
\f3pages\fP
.TP "3"
\(bu
\f3cputime\fP
.TP "3"
\(bu
\f3ntasks\fP
.TP "3"
\(bu
\f3status\fP
.RE
.IP
You must also include the \-\-jobs=job(.step) option if no (.step) is
given you will recieve the job.0 step.
.TP
.TP
\f3\-e \fP\f2time_spec\fP \f3,\fP \f3\-\-expire=\fP\f2time_spec\fP
\f3\-e \fP\f2time_spec\fP \f3,\fP \f3\-\-expire=\fP\f2time_spec\fP
...
@@ -139,6 +113,7 @@ The expired log file is a file with the same name as the accounting
...
@@ -139,6 +113,7 @@ The expired log file is a file with the same name as the accounting
log file, with ".expired" appended to the file name. For example, if
log file, with ".expired" appended to the file name. For example, if
the accounting log file is /var/log/slurmacct.log, the expired log
the accounting log file is /var/log/slurmacct.log, the expired log
file will be /var/log/slurmacct.log.expired.
file will be /var/log/slurmacct.log.expired.
.TP
.TP
\f3\-F \fP\f2field_list\fP \f3,\fP \f3\-\-fields\fP\f3=\fP\f2field_list\fP
\f3\-F \fP\f2field_list\fP \f3,\fP \f3\-\-fields\fP\f3=\fP\f2field_list\fP
Displays the job accounting data specified by the
Displays the job accounting data specified by the
...
@@ -194,6 +169,7 @@ operand is
...
@@ -194,6 +169,7 @@ operand is
This option has no effect when the
This option has no effect when the
\f3\-\-dump\fP
\f3\-\-dump\fP
option is also specified.
option is also specified.
.TP
.TP
\f3\-f \fP\f2file\fP\f3,\fP \f3\-\-file\fP\f3=\fP\f2file\fP
\f3\-f \fP\f2file\fP\f3,\fP \f3\-\-file\fP\f3=\fP\f2file\fP
Causes the
Causes the
...
@@ -201,16 +177,13 @@ Causes the
...
@@ -201,16 +177,13 @@ Causes the
command to read job accounting data from the named
command to read job accounting data from the named
\f2file\fP
\f2file\fP
instead of the current SLURM job accounting log file.
instead of the current SLURM job accounting log file.
.TP
\f3\-O \fP\f3,\fP \f3\-\-formatted_dump\fP
Dumps accounting records in an easy\-to\-read format.
.IP
This option is provided for debugging.
.TP
.TP
\f3\-g \fP\f2gid\fP\f3,\fP \f3\-\-gid\fP\f3=\fP\f2gid\fP
\f3\-g \fP\f2gid\fP\f3,\fP \f3\-\-gid\fP\f3=\fP\f2gid\fP
Displays the statistics only for the jobs started with GID
Displays the statistics only for the jobs started with GID
\f2gid\fP\c
\f2gid\fP\c
\&.
\&.
.TP
.TP
\f3\-g \fP\f2group\fP\f3,\fP \f3\-\-group\fP\f3=\fP\f2group\fP
\f3\-g \fP\f2group\fP\f3,\fP \f3\-\-group\fP\f3=\fP\f2group\fP
Displays the statistics only for the jobs started by users in the
Displays the statistics only for the jobs started by users in the
...
@@ -246,6 +219,7 @@ uid user usercpu vsize
...
@@ -246,6 +219,7 @@ uid user usercpu vsize
.RE
.RE
.IP
.IP
The section titled "Job Accounting Fields" describes these fields.
The section titled "Job Accounting Fields" describes these fields.
.TP
.TP
\f3\-j \fP\f2job(.step)\fP \f3,\fP \f3\-\-jobs\fP\f3=\fP\f2job(.step)\fP
\f3\-j \fP\f2job(.step)\fP \f3,\fP \f3\-\-jobs\fP\f3=\fP\f2job(.step)\fP
Displays information about the specified job(.step) or list of job(.step)s.
Displays information about the specified job(.step) or list of job(.step)s.
...
@@ -256,6 +230,7 @@ parameter is a comma\-separated list of jobs.
...
@@ -256,6 +230,7 @@ parameter is a comma\-separated list of jobs.
Space characters are not permitted in this list.
Space characters are not permitted in this list.
.IP
.IP
The default is to display information on all jobs.
The default is to display information on all jobs.
.TP
.TP
\f3\-l\fP\f3,\fP \f3\-\-long\fP
\f3\-l\fP\f3,\fP \f3\-\-long\fP
Displays a long listing, which includes the following data:
Displays a long listing, which includes the following data:
...
@@ -297,6 +272,7 @@ Displays a long listing, which includes the following data:
...
@@ -297,6 +272,7 @@ Displays a long listing, which includes the following data:
\(bu
\(bu
\f3exitcode\fP
\f3exitcode\fP
.RE
.RE
.TP
.TP
\f3\-\-noheader\fP
\f3\-\-noheader\fP
Prevents the display of the heading over the output.
Prevents the display of the heading over the output.
...
@@ -305,6 +281,13 @@ The default action is to display a header.
...
@@ -305,6 +281,13 @@ The default action is to display a header.
This option has no effect when used with the
This option has no effect when used with the
\f3\-\-dump\fP
\f3\-\-dump\fP
option.
option.
.TP
\f3\-O \fP\f3,\fP \f3\-\-formatted_dump\fP
Dumps accounting records in an easy\-to\-read format.
.IP
This option is provided for debugging.
.TP
.TP
\f3\-p \fP\f2partition_list\fP \f3,\fP \f3\-\-partition\fP\f3=\fP\f2partition_list\fP
\f3\-p \fP\f2partition_list\fP \f3,\fP \f3\-\-partition\fP\f3=\fP\f2partition_list\fP
Displays information about jobs and job steps specified by the
Displays information about jobs and job steps specified by the
...
@@ -315,6 +298,39 @@ Space characters are not allowed in the
...
@@ -315,6 +298,39 @@ Space characters are not allowed in the
\&.
\&.
.IP
.IP
The default is to display information on jobs and job steps on all partitions.
The default is to display information on jobs and job steps on all partitions.
.TP
\f3\-S \fP\f3,\fP \f3\-\-stat\fP
.IP
Queries the status of a job as the job is running displaying
the following data:
.RS
.TP "3"
\(bu
\f3jobid\fP
.TP "3"
\(bu
\f3vsize\fP
.TP "3"
\(bu
\f3rss\fP
.TP "3"
\(bu
\f3pages\fP
.TP "3"
\(bu
\f3cputime\fP
.TP "3"
\(bu
\f3ntasks\fP
.TP "3"
\(bu
\f3status\fP
.RE
.IP
You must also include the \-\-jobs=job(.step) option if no (.step) is
given you will recieve the job.0 step.
.TP
.TP
\f3\-s \fP\f2state_list\fP \f3,\fP \f3\-\-state\fP\f3=\fP\f2state_list\fP
\f3\-s \fP\f2state_list\fP \f3,\fP \f3\-\-state\fP\f3=\fP\f2state_list\fP
Selects jobs based on their current state, which can be designated with
Selects jobs based on their current state, which can be designated with
...
@@ -352,27 +368,33 @@ operand is a comma\-separated list of these state designators.
...
@@ -352,27 +368,33 @@ operand is a comma\-separated list of these state designators.
Space characters are not allowed in the
Space characters are not allowed in the
\f2state_list\fP\c
\f2state_list\fP\c
\&.
\&.
.TP
.TP
\f3\-t \fP\f3,\fP \f3\-\-total\fP
\f3\-t \fP\f3,\fP \f3\-\-total\fP
Displays only the cumulative statistics for each job.
Displays only the cumulative statistics for each job.
Intermediate steps are displayed by default.
Intermediate steps are displayed by default.
.TP
.TP
\f3\-u \fP\f2uid\fP\f3,\fP \f3\-\-uid\fP\f3=\fP\f2uid\fP
\f3\-u \fP\f2uid\fP\f3,\fP \f3\-\-uid\fP\f3=\fP\f2uid\fP
Displays the statistics only for the jobs started by the user whose UID is
Displays the statistics only for the jobs started by the user whose UID is
\f2uid\fP\c
\f2uid\fP\c
\&.
\&.
.TP
.TP
\f3\-u \fP\f2user\fP\f3,\fP \f3\-\-user\fP\f3=\fP\f2user\fP
\f3\-u \fP\f2user\fP\f3,\fP \f3\-\-user\fP\f3=\fP\f2user\fP
Displays the statistics only for the jobs started by user
Displays the statistics only for the jobs started by user
\f2user\fP\c
\f2user\fP\c
\&.
\&.
.TP
.TP
\f3\-\-usage\fP
\f3\-\-usage\fP
Displays a help message.
Displays a help message.
.TP
.TP
\f3\-v \fP\f3,\fP \f3\-\-verbose\fP
\f3\-v \fP\f3,\fP \f3\-\-verbose\fP
Reports the state of certain variables during processing.
Reports the state of certain variables during processing.
This option is primarily used for debugging.
This option is primarily used for debugging.
.SS "Job Accounting Fields"
.SS "Job Accounting Fields"
The following describes each job accounting field:
The following describes each job accounting field:
.RS
.RS
...
@@ -1035,8 +1057,8 @@ expressed in microseconds
...
@@ -1035,8 +1057,8 @@ expressed in microseconds
.TP
.TP
37
37
\f3vsize\fP
\f3vsize\fP
.
TP
.
RE
.RE
.SH "EXAMPLES"
.SH "EXAMPLES"
This example illustrates the default invocation of the
This example illustrates the default invocation of the
.BR "sacct "
.BR "sacct "
...
@@ -1118,7 +1140,7 @@ Jobid Ncpus Ntasks Nsignals Status
...
@@ -1118,7 +1140,7 @@ Jobid Ncpus Ntasks Nsignals Status
.RE
.RE
.SH "COPYING"
.SH "COPYING"
Copyright (C) 2005 Copyright Hewlett\-Packard Development Company L.P.
Copyright (C) 2005
\-2007
Copyright Hewlett\-Packard Development Company L.P.
.LP
.LP
This file is part of SLURM, a resource management program.
This file is part of SLURM, a resource management program.
For details, see <http://www.llnl.gov/linux/slurm/>.
For details, see <http://www.llnl.gov/linux/slurm/>.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment