자바 주식
prometheus startup #!/bin/bash ./prometheus --config.file=prometheus.yml & prometheus stop shell #!/bin/bash kill `pgrep -f prometheus`