javacore-analyser 2.2.0.dev24__py3-none-any.whl → 2.2.0.dev84__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- javacore_analyser/javacore_set.py +1 -1
- javacore_analyser/verbose_gc.py +1 -1
- {javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/METADATA +6 -5
- {javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/RECORD +7 -7
- {javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/WHEEL +0 -0
- {javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/entry_points.txt +0 -0
- {javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/licenses/LICENSE +0 -0
@@ -142,7 +142,7 @@ class JavacoreSet:
|
|
142
142
|
|
143
143
|
@staticmethod
|
144
144
|
def __generate_placeholder_htmls(placeholder_file, directory, collection, file_prefix):
|
145
|
-
logging.info("Generating placeholder htmls")
|
145
|
+
logging.info(f"Generating placeholder htmls in {directory}")
|
146
146
|
if os.path.exists(directory):
|
147
147
|
shutil.rmtree(directory)
|
148
148
|
os.mkdir(directory)
|
javacore_analyser/verbose_gc.py
CHANGED
@@ -59,7 +59,7 @@ class VerboseGcParser:
|
|
59
59
|
file.set_number_of_collects(collects_from_time_range)
|
60
60
|
except GcVerboseProcessingException as ex:
|
61
61
|
logging.warning(file_path + " was omitted due to error", ex)
|
62
|
-
logging.info("Finished parsing GC files
|
62
|
+
logging.info("Finished parsing GC files")
|
63
63
|
|
64
64
|
def get_xml(self, doc):
|
65
65
|
element = doc.createElement(GC_COLLECTIONS)
|
{javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.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.dev84
|
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
|
@@ -278,7 +278,8 @@ Steps:
|
|
278
278
|
3. Run the following command:
|
279
279
|
`pip install javacore-analyser`
|
280
280
|
OR
|
281
|
-
`pip install --pre
|
281
|
+
`pip install --pre javacore-analyser` - if you want an experimental version
|
282
|
+
|
282
283
|
|
283
284
|
#### Installing from sources
|
284
285
|
This is recommended for geeks only:
|
@@ -317,13 +318,13 @@ You can type the following command to obtain the help:
|
|
317
318
|
Now you can type (http://localhost:5000/).
|
318
319
|
|
319
320
|
### Running container image
|
320
|
-
There is
|
321
|
+
There is a Docker/Podman container managed by one of projects developers. Use the following command
|
321
322
|
to start it:
|
322
323
|
|
323
|
-
`podman run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
324
|
+
`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`
|
324
325
|
|
325
326
|
or
|
326
|
-
`docker run -it --rm --name javacore-analyser --mount type=bind,src="/local-reports-dir",target=/reports -p 5001:5000 ghcr.io/
|
327
|
+
`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`
|
327
328
|
|
328
329
|
The `mount` option specifies where you want locally to store the reports. The reports in the container are stored in
|
329
330
|
`/reports` directory. If you remove mount option, the application will work but the reports will not persist after
|
@@ -8,7 +8,7 @@ javacore_analyser/java_thread.py,sha256=4zUfmmlH47SrIxgfPmrJHl_YUziVJXVNVedD5X25
|
|
8
8
|
javacore_analyser/javacore.py,sha256=_2abTyvXEaZ6Tx8r9d3NEzRCIBcf4Is8lSjpKyPu-R8,6884
|
9
9
|
javacore_analyser/javacore_analyser_batch.py,sha256=D9H6ct_PBAXR_PvTqGtKw_FIx9Q9KuJSFBeEZ2FIkbo,7607
|
10
10
|
javacore_analyser/javacore_analyser_web.py,sha256=o-Spq119Wi7w4pvBa7M7ZrxiZnzKmWqDhCdGtEReQAU,5951
|
11
|
-
javacore_analyser/javacore_set.py,sha256=
|
11
|
+
javacore_analyser/javacore_set.py,sha256=c3-KC0QdkKkuCPOo0n-A7NJM-C3sd6qvN0q3Wq7L9vs,32119
|
12
12
|
javacore_analyser/logging_utils.py,sha256=vLob0ikezysjGv9XGqv9GbLekxu4eO_csq22M-gtLiQ,966
|
13
13
|
javacore_analyser/snapshot_collection.py,sha256=fLEnwg9-cOjVVUUludtzI7R2yO9BBVgJgxkhvqG5QDg,443
|
14
14
|
javacore_analyser/snapshot_collection_collection.py,sha256=1PV1TX4QQk01dAbX-k-kTpgKr6Il867Bw6X7HHBuv-Q,1346
|
@@ -17,7 +17,7 @@ javacore_analyser/stack_trace_element.py,sha256=pZPrK1ACBUDE7YsVOFhTfewXequ1m5P-
|
|
17
17
|
javacore_analyser/stack_trace_kind.py,sha256=lOdfb_F3XrwDLciPk_ZgM_fmMn5JoXsIUjr7pjvmU4M,157
|
18
18
|
javacore_analyser/thread_snapshot.py,sha256=2Do8NPBXdpUezQrUI_9nyGbtU4b2s5euPnHqcuuKq7U,13255
|
19
19
|
javacore_analyser/tips.py,sha256=EhwLUAha0FvFJtO5kmvba9a1nKXGdqNHFa2jFbHZr4U,8655
|
20
|
-
javacore_analyser/verbose_gc.py,sha256=
|
20
|
+
javacore_analyser/verbose_gc.py,sha256=L2hu-yUxPoEKy53AJ60Jz4FWz3glNq7AUHtr0Xgcvag,6870
|
21
21
|
javacore_analyser/data/expand.js,sha256=KwqvNUoO7yMDeQKcnLDywfMdR3Zsjan5L8QoPsQQLGo,956
|
22
22
|
javacore_analyser/data/style.css,sha256=HSKPajW3EItHjye6mSGNMRPEzfE2r7o1Gq-BEAI54Ts,2879
|
23
23
|
javacore_analyser/data/html/error.html,sha256=dJI5RdeNL1E4Y-zaU7NTBqrsxCuAovVc1Cebrk5GcYA,520
|
@@ -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.dev84.dist-info/METADATA,sha256=zm3qfItXYAVDO1Egg8dS80D4z8lc6l5pYwcvYNfkYDI,22213
|
45
|
+
javacore_analyser-2.2.0.dev84.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
46
|
+
javacore_analyser-2.2.0.dev84.dist-info/entry_points.txt,sha256=W3S799zI58g5-jWMsC3wY9xksz21LPEMYOILv8sayfM,160
|
47
|
+
javacore_analyser-2.2.0.dev84.dist-info/licenses/LICENSE,sha256=xllut76FgcGL5zbIRvuRc7aezPbvlMUTWJPsVr2Sugg,11358
|
48
|
+
javacore_analyser-2.2.0.dev84.dist-info/RECORD,,
|
File without changes
|
{javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/entry_points.txt
RENAMED
File without changes
|
{javacore_analyser-2.2.0.dev24.dist-info → javacore_analyser-2.2.0.dev84.dist-info}/licenses/LICENSE
RENAMED
File without changes
|