Commit 0ec3406c authored by Naman Dixit's avatar Naman Dixit

Beginning docker instrumentation

parent 8172c839
......@@ -15,7 +15,6 @@ void* dockerProcessLoop (void *arg)
sbufPrint(data_cmd, "docker stats %s", (Char*)arg);
FILE* data_file = popen(data_cmd, "r");
fseek(data_file, 0, SEEK_END);
long size = ftell(data_file);
fseek(data_file, 0, SEEK_SET);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment