Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit bfeb011

Browse files
committed
added docs about additional bash commands
1 parent b295c24 commit bfeb011

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.rst

+15-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,23 @@ How to support your specific jdk
55
66
| If needed change the flags of the jdk commands in the config.py file.
77
| Sometimes jdk commands need to be run in a specific way or from a specific file
8-
| for example 'jhsdb jmap --pid ...
8+
| for example ``jhsdb jmap --pid ...``
99
1010
| example commands
11-
| 'java-toolkit jmap PID_HERE'
12-
| 'java-toolkit jstack PID_HERE'
11+
| ``java-toolkit jmap PID_HERE``
12+
| ``java-toolkit jstack PID_HERE``
1313
1414
| For building you can use skaffold
1515
| For running on Google Cloud we have a faster build with skaffold
16-
| 'skaffold run -p gcloud-build'
16+
| ``skaffold run -p gcloud-build``
17+
|
18+
| For additional manual testing with the JDK there are additional bash commands added from additional_bash_commands.sh
19+
| example usages:
20+
| first assign environment variable of the pid you want to debug:
21+
| ``PID=1234``
22+
| push the jdk onto the pod:
23+
| ``push_jdk``
24+
| open a shell to the pod namespace and run whatever commands you want:
25+
| ``podns_shell``
26+
| after you exit the interactive shell, remove the jdk from pod:
27+
| ``cleanup``

0 commit comments

Comments
 (0)