javacore-analyser 2.2.0.dev79__py3-none-any.whl → 2.2.0.dev91__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/METADATA +5 -4
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/RECORD +5 -5
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/WHEEL +0 -0
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/entry_points.txt +0 -0
- {javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/licenses/LICENSE +0 -0
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: javacore_analyser
|
3
|
-
Version: 2.2.0.
|
3
|
+
Version: 2.2.0.dev91
|
4
4
|
Summary: The tool to review IBM Javacore files
|
5
5
|
Project-URL: Homepage, https://github.com/IBM/javacore-analyser
|
6
6
|
Project-URL: Issues, https://github.com/IBM/javacore-analyser/issues
|
@@ -312,19 +312,20 @@ You can type the following command to obtain the help:
|
|
312
312
|
or
|
313
313
|
`python -m javacore_analyser web --port=5000 --reports-dir=/data/reports_dir`
|
314
314
|
|
315
|
+
|
315
316
|
The first parameter set the port to use by application. If not specified, 5000 will be used.
|
316
317
|
The second parameter sets where the reports need to be stored. If not set, then the `reports` dir will be created in current location.
|
317
318
|
|
318
319
|
Now you can type (http://localhost:5000/).
|
319
320
|
|
320
321
|
### Running container image
|
321
|
-
There is
|
322
|
+
There is a Docker/Podman container managed by one of projects developers. Use the following command
|
322
323
|
to start it:
|
323
324
|
|
324
|
-
`podman run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
325
|
+
`podman run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/ibm/javacore-analyser:latest`
|
325
326
|
|
326
327
|
or
|
327
|
-
`docker run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
328
|
+
`docker run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/ibm/javacore-analyser:latest`
|
328
329
|
|
329
330
|
The `mount` option specifies where you want locally to store the reports. The reports in the container are stored in
|
330
331
|
`/reports` directory. If you remove mount option, the application will work but the reports will not persist after
|
@@ -41,8 +41,8 @@ javacore_analyser/data/xml/javacores/javacore.xsl,sha256=5cnIp08Q9FccljHH8duoJQY
|
|
41
41
|
javacore_analyser/data/xml/threads/thread.xml,sha256=6dG89Whx1_kpEYVS_F6Upa2XuXnXorlQATFc8kD5Mfc,280
|
42
42
|
javacore_analyser/data/xml/threads/thread.xsl,sha256=rkqr5GQ2aZ_xrdhUjl2QZDCZ-09zxqUmtV8DFZVjTAA,13927
|
43
43
|
javacore_analyser/templates/index.html,sha256=aEuyry-HZ9HlQNwfbugugvqbSxwlo7LrQnrDmqO34YE,1682
|
44
|
-
javacore_analyser-2.2.0.
|
45
|
-
javacore_analyser-2.2.0.
|
46
|
-
javacore_analyser-2.2.0.
|
47
|
-
javacore_analyser-2.2.0.
|
48
|
-
javacore_analyser-2.2.0.
|
44
|
+
javacore_analyser-2.2.0.dev91.dist-info/METADATA,sha256=A3pzRyIHATTe3IMydCxi4E5qGBA9_wswiCemZ1xY3Vs,22214
|
45
|
+
javacore_analyser-2.2.0.dev91.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
46
|
+
javacore_analyser-2.2.0.dev91.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
|
47
|
+
javacore_analyser-2.2.0.dev91.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
|
48
|
+
javacore_analyser-2.2.0.dev91.dist-info/RECORD,,
|
File without changes
|
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/entry_points.txt
RENAMED
File without changes
|
{javacore_analyser-2.2.0.dev79.dist-info → javacore_analyser-2.2.0.dev91.dist-info}/licenses/LICENSE
RENAMED
File without changes
|