Skip to content

Instantly share code, notes, and snippets.

@joeyblake
Created August 15, 2011 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyblake/1147634 to your computer and use it in GitHub Desktop.
Save joeyblake/1147634 to your computer and use it in GitHub Desktop.
Sample JSON
{
"swap": {
"your_dtString": {
"current": 12000,
"max": 234234
},
"your_dtString": {
"current": 12000,
"max": 234234
}
},
"disk": {
"c:": 32,
"d:": 4084
},
"cpu": {
"your_dtString": 50,
"your_dtString":30
},
"memory": {
"your_dtString": {
"current": 12000,
"max": 234234
},
"your_dtString": {
"current": 12000,
"max": 234234
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment