Skip to content

Commit

Permalink
docs: Update Readme
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jan 2, 2024
1 parent 3eb927c commit 96e1cda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ The stats server can be started as follows:
```
/path/to/batchjob_stats_server \
--slurm.sacct.path="/usr/local/bin/sacct" \
--batch.scheduler.slurm \
--data.path="/var/lib/batchjob_stats" \
--log.level="debug"
```
Expand Down Expand Up @@ -423,11 +424,10 @@ keeps the job data for the past one year.
```
/path/to/batchjob_stats_server \
--slurm.sacct.path="/usr/local/bin/sacct" \
--slurm.sacct.run.with.sudo \
--batch.scheduler.slurm \
--path.data="/var/lib/batchjob_stats" \
--db.update.interval=1800 \
--data.retention.period=365 \
--db.update.interval="30m" \
--data.retention.period="1y" \
--log.level="debug"
```

Expand Down

0 comments on commit 96e1cda

Please sign in to comment.