Skip to content

Instantly share code, notes, and snippets.

@RichardLitt
Created December 14, 2015 18:55
Show Gist options
  • Save RichardLitt/e43aa0f8f7fc526f066c to your computer and use it in GitHub Desktop.
Save RichardLitt/e43aa0f8f7fc526f066c to your computer and use it in GitHub Desktop.
{
"diskinfo": {
"free_space": 3.87375104e+10,
"fstype": "hfs",
"total_space": 4.99071844352e+11,
"used_space": 4.60334333952e+11
},
"environment": {
"GOPATH": "/Users/richard/src/go",
"IPFS_PATH": ""
},
"ipfs_git_sha": "",
"ipfs_version": "0.4.0-dev",
"memory": {
"swap": {
"free": 0,
"sin": 0,
"sout": 0,
"total": 0,
"used": 0,
"used_percent": 0
},
"virt": {
"active": 8.783151104e+09,
"available": 6.76179968e+09,
"buffers": 0,
"cached": 2.784915456e+09,
"free": 3.976884224e+09,
"inactive": 8.65062912e+08,
"shared": 0,
"total": 1.7179869184e+10,
"used": 1.320298496e+10,
"used_percent": 60.64114570617676,
"wired": 1.595441152e+09
}
},
"net": {
"interface_addresses": [
"/ip6/::1",
"/ip4/127.0.0.1",
"/ip6/fe80::1",
"/ip6/fe80::62f8:1dff:fed2:1970",
"/ip6/2601:184:4400:ac62:62f8:1dff:fed2:1970",
"/ip6/2601:184:4400:ac62:5185:7f7c:3e7b:bea2",
"/ip6/2601:184:4400:ac62::d954",
"/ip4/10.0.0.42",
"/ip6/fe80::a4f5:e7ff:fe83:959f"
]
},
"runtime": {
"arch": "amd64",
"compiler": "gc",
"gomaxprocs": 3,
"numcpu": 8,
"numgoroutines": 105,
"os": "darwin",
"version": "go1.5.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment