This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_used gauge | |
| jvm_memory_bytes_used{area="heap",} 3.693236E7 | |
| jvm_memory_bytes_used{area="nonheap",} 7.5468392E7 | |
| # HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_committed gauge | |
| jvm_memory_bytes_committed{area="heap",} 5.9191296E7 | |
| jvm_memory_bytes_committed{area="nonheap",} 7.7201408E7 | |
| # HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. | |
| # TYPE jvm_memory_bytes_max gauge | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ssh proxyuser@proxyhost "ssh $@" |