This file is indexed.

/usr/share/pegasus/visualize/README is in pegasus-wms 4.0.1+dfsg-8.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
The newly revamped show-run replaces show-chimera. There is one subtle
change in commandline options, which should make things easier:

   OLD STYLE                           NEW STYLE
   ---------                           ---------
   -b base (mandatory)                 -b base is optional
   -l clog (mandatory)                 log location is "found"

   n.a.                                -D dag file, mandatory

The show-run tool relies on a number of files: The .dag file, the .log
file that all your Condor jobs logged into, the .sub files and the .out
files produced by kickstart. The submit files will be found relative to
the base directory, from information inside the DAG file. The kickstart
output records are expected to be found in the same location. 

gensim
------
Produces job and file statistics from execution logs.

Outputs are:

DAG and dax including annotated with job runtimes and file sizes (if available)and source locations.
Relative jobstate.log
Job statistics (kickstart runtime, delays due to DagMAN, Condor-G, etc.)
File statistics (name, size, initial location)

Usage: gensim --dag=<dag name> --jobstate|--no-jobstate --jobstate-log=<jobstate log> --output=<output directory> --help 

Mandatory arguments:
 -d|--dag dagname       name of the dag file to process
  -o|--output dir        write outputs in given directory

  Complex arguments:
   -j|--jobstate          yes, we have jobstate
   --no-jobstate          no, we don't have jobstate
   -l|--jobstate-log log  jobstate log to process

     Optional arguments:
      -h|--help              print this help message and exit
      -i|--input dir         read inputs from given directory


gentimes
--------
Produces another form of job runtime statistics. 
Outputs are:
For each transformation, mean runtime (as reported by kickstart) and variance.

Usage: gentimes --help --output=<output file>

Optional arguments:
-h|--help           Print this help message.
-o|--output file    Write outputs to specified file.
-x|--extra          Generate individual statistics for each run directory.