forked from devonfw/ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devonfw#849: documentation and other changes according to DoD
- Loading branch information
1 parent
78d5207
commit 23d98ab
Showing
6 changed files
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
:toc: | ||
toc::[] | ||
|
||
= GCViewer | ||
|
||
The gcviewer commandlet is used to install the GCViewer App if not already installed or launch the App if already installed. | ||
GCViewer is a little tool that visualizes verbose GC (Garbage Collection) output generated by Java Virtual Machines. | ||
To learn more about GC Loggings please refer to https://sematext.com/blog/java-garbage-collection-logs/ or https://www.baeldung.com/java-gc-logging-to-file. | ||
|
||
*ATTENTION:* | ||
Currently this feature is new and therefore experimental. | ||
It may change in incompatible ways in the next releases until we reach a stable state. | ||
We hope that all is working fine for you. | ||
However, do not expect everything to work out of the box. | ||
In case you are facing issues (e.g. network problems with Cisco AnyConnect, etc.) please give us feedback so we can improve. | ||
|
||
|
||
The arguments (`devon oc «args»`) are explained in the following table: | ||
|
||
.Usage of `devon gcviewer` | ||
[options="header"] | ||
|======================= | ||
|*Argument(s)* |*Meaning* | ||
|`setup` |install the latest version of GCViewer on your machine. | ||
|`setup <version>`|install the specified version of GCViewer on your machine. | ||
|`start` |launch the GCViewer App. | ||
|`«args»` |call gcviewer with the specified arguments." | ||
|======================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters