Skip to content

Instantly share code, notes, and snippets.

View tksmd's full-sized avatar

Takashi Someda tksmd

View GitHub Profile
@tksmd
tksmd / mackerel_jvm8_heap.py
Created September 15, 2015 12:39
Mackerel Jolokia JVM8 sample
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
import urllib2
import json
import os
import tempfile
import codecs
from optparse import OptionParser