I have an Java application running on Google App Engine Standard Environment for which I want to analyse memory usage by taking heap dump.
Are there any tools which can help in this task?
I know of HotSpotDiagnosticMXBean which can do this, but it will write the file to the local filesystem which I don't have access to on app engine. Is there any way to stream the dump to cloud storage?