mirror of https://github.com/docker/docker-py.git
Formatting
This commit is contained in:
parent
21bcf7723f
commit
c02f0ab723
|
@ -73,26 +73,22 @@ OBJ = {
|
|||
"minor": 0,
|
||||
"op": "Read",
|
||||
"value": 72843264
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Write",
|
||||
"value": 4096
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Sync",
|
||||
"value": 4096
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Async",
|
||||
"value": 72843264
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Total",
|
||||
|
@ -105,49 +101,33 @@ OBJ = {
|
|||
"minor": 0,
|
||||
"op": "Read",
|
||||
"value": 10581
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Write",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Sync",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Async",
|
||||
"value": 10581
|
||||
},
|
||||
{
|
||||
}, {
|
||||
"major": 8,
|
||||
"minor": 0,
|
||||
"op": "Total",
|
||||
"value": 10582
|
||||
}
|
||||
],
|
||||
"io_queue_recursive": [
|
||||
|
||||
],
|
||||
"io_service_time_recursive": [
|
||||
|
||||
],
|
||||
"io_wait_time_recursive": [
|
||||
|
||||
],
|
||||
"io_merged_recursive": [
|
||||
|
||||
],
|
||||
"io_time_recursive": [
|
||||
|
||||
],
|
||||
"sectors_recursive": [
|
||||
|
||||
]
|
||||
"io_queue_recursive": [],
|
||||
"io_service_time_recursive": [],
|
||||
"io_wait_time_recursive": [],
|
||||
"io_merged_recursive": [],
|
||||
"io_time_recursive": [],
|
||||
"sectors_recursive": []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue