Skip to content

Instantly share code, notes, and snippets.

Created October 25, 2015 17:18
Show Gist options
  • Save anonymous/8b7bd363d698246bd08b to your computer and use it in GitHub Desktop.
Save anonymous/8b7bd363d698246bd08b to your computer and use it in GitHub Desktop.
$ ipfs diag sys
{
"diskinfo": {
"free_space": 2.5465274368e+10,
"fstype": "ext2/ext3",
"total_space": 2.55888052224e+11,
"used_space": 2.30422777856e+11
},
"environment": {
"GOPATH": "",
"IPFS_PATH": ""
},
"ipfs_git_sha": "",
"ipfs_version": "0.3.9-dev",
"memory": {
"swap": {
"free": 1.187534848e+10,
"sin": 1.383309312e+09,
"sout": 2.36365824e+09,
"total": 1.2582907904e+10,
"used": 7.07559424e+08,
"used_percent": 5.623178913795219
},
"virt": {
"active": 3.458838528e+09,
"available": 2.353176576e+09,
"buffers": 2.35085824e+08,
"cached": 2.925064192e+09,
"free": 3.47635712e+08,
"inactive": 1.922023424e+09,
"shared": 0,
"total": 6.177869824e+09,
"used": 5.830234112e+09,
"used_percent": 61.90957978981203,
"wired": 0
}
},
"net": {
"interface_addresses": [
"/ip4/127.0.0.1",
"/ip4/192.168.1.128",
"/ip4/192.168.124.1",
"/ip6/::1",
"/ip6/fe80::3210:b3ff:fe81:3a78"
]
},
"runtime": {
"arch": "amd64",
"compiler": "gc",
"gomaxprocs": 3,
"numcpu": 4,
"numgoroutines": 466,
"os": "linux",
"version": "go1.5.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment