Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display PID of SUT in browser UI #57

Open
eostermueller opened this issue Jan 18, 2021 · 0 comments
Open

Display PID of SUT in browser UI #57

eostermueller opened this issue Jan 18, 2021 · 0 comments

Comments

@eostermueller
Copy link
Owner

Getting to performance data can be painfully slow.....plugging in tools, collecting logs, analyzing graphs.....
To get data quickly, use the command line tools that come with the JDK: jstack, jstat, jcmd, etc....

But to use these you'll need to know the process id (PID) of the SUT (system under test).
The SUT process is com.github.eostermueller.tjp2.PerformanceSandboxApp, and the UI needs to display the PID of this process every time it's restarted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant