Skip to content

Instantly share code, notes, and snippets.

View maxout123's full-sized avatar

Maxim G. maxout123

View GitHub Profile
# 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
@maxout123
maxout123 / ssh.sh
Last active May 17, 2018 05:33
github.com ssh ciphers deprecation mitigation
ssh proxyuser@proxyhost "ssh $@"