Skip to content

Commit

Permalink
new file
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesletts committed Oct 15, 2014
1 parent 7c02326 commit 63a46ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions multi-core.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/python26
import json
from pprint import pprint
FILE="data/monitor-multicore-production-2014-10-15-Z15:25.json"
with open(FILE) as json_data:
d = json.load(json_data)
json_data.close()
pprint(d)

0 comments on commit 63a46ee

Please sign in to comment.