Question

how to check jvm usage of streamsets by command line?

  • 9 September 2022
  • 6 replies
  • 47 views

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.


6 replies

Userlevel 5
Badge +1

@Yago Aparecido 

Can you try with below commands

 

Top 

or 

jps -lvm

jstat -gc PID

or

ps aux | grep java

jstat -gc PID

hi @Bikram 

 

is it not possible to collect this information via curl in the streamsets address or via api?

Userlevel 5
Badge +1

@Yago Aparecido 

I need to check on it.

Userlevel 5
Badge +1

@Yago Aparecido 

can you please check  if you see this option in SDC where it can give details for JVM.

hi @Bikram 

 

this option does not exist in the version we are using, which is version 3.5.1

 

 

Userlevel 5
Badge +1

@Yago Aparecido 

 

i am also not seeing that option in my Streamsets version.

Reply