hello streamsets community,
the streamsets is installed in cloudera manager, but it does not have graphics that show the memory usage of the jvm
with that, i need to know how to query the jvm memory usage of streamsets by the command line.
hello streamsets community,
the streamsets is installed in cloudera manager, but it does not have graphics that show the memory usage of the jvm
with that, i need to know how to query the jvm memory usage of streamsets by the command line.
Can you try with below commands
Top
or
jps -lvm
jstat -gc PID
or
ps aux | grep java
jstat -gc PID
hi
is it not possible to collect this information via curl in the streamsets address or via api?
I need to check on it.
can you please check if you see this option in SDC where it can give details for JVM.
hi
this option does not exist in the version we are using, which is version 3.5.1
i am also not seeing that option in my Streamsets version.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.