public static Statistics getStatistics(FileSystem fs) {
   return FileSystem.getStatistics(fs.getUri().getScheme(), fs.getClass());
 }