Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools for technical analysts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
tools for technical analysts
Commits
12a260bc
Commit
12a260bc
authored
1 year ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added HINTs
parent
d3a1ebfc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/SLUB/LZA/TA/Command/report.pm
+6
-0
6 additions, 0 deletions
lib/SLUB/LZA/TA/Command/report.pm
with
6 additions
and
0 deletions
lib/SLUB/LZA/TA/Command/report.pm
+
6
−
0
View file @
12a260bc
...
@@ -57,6 +57,7 @@ Ask an AIS for some statistics about AIPs.
...
@@ -57,6 +57,7 @@ Ask an AIS for some statistics about AIPs.
Overview:
Overview:
$base_cmd [--daily| --weekly | --monthly | --yearly] [--workflow=WORKFLOW]
$base_cmd [--daily| --weekly | --monthly | --yearly] [--workflow=WORKFLOW]
([--with-ldp] [--with-filetypes])
$dummycmd --version
$dummycmd --version
$dummycmd --help
$dummycmd --help
...
@@ -71,6 +72,11 @@ A printable PDF version could be generated using ff. commands:
...
@@ -71,6 +72,11 @@ A printable PDF version could be generated using ff. commands:
'$base_cmd | asciidoctor-pdf - > report.pdf'
'$base_cmd | asciidoctor-pdf - > report.pdf'
HINT: If you want lists, use the 'search' command instead!
HINT: If you want lists, use the 'search' command instead!
HINT: options '--with-ldp' and '--with-filetypes' should be used with care because the running time
increases from O(n) to O(n²) if one option is used
or increases to O(n³) if both options used
(with n => count of AIPs)
HINT: ensure the ElasticSearch server allows to return >10.000 results if your archive is large
DESCR
DESCR
...
...
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