public static OsStats readOsStats(StreamInput in) throws IOException {
   OsStats os = new OsStats();
   os.readFrom(in);
   return os;
 }