Skip to main content
Question

how to check jvm usage of streamsets by command line?

  • September 9, 2022
  • 6 replies
  • 51 views

Yago Aparecido
Discovered Fame

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

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • September 10, 2022

@Yago Aparecido 

Can you try with below commands

 

Top 

or 

jps -lvm

jstat -gc PID

or

ps aux | grep java

jstat -gc PID


Yago Aparecido
Discovered Fame
  • Author
  • Discovered Fame
  • 23 replies
  • September 12, 2022

hi @Bikram 

 

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


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • September 12, 2022

@Yago Aparecido 

I need to check on it.


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • September 23, 2022

@Yago Aparecido 

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


Yago Aparecido
Discovered Fame
  • Author
  • Discovered Fame
  • 23 replies
  • September 29, 2022

hi @Bikram 

 

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

 

 


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • September 30, 2022

@Yago Aparecido 

 

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


Reply