We have some weird problem where we can't run db.collection.stats(). So I am looking for other way like querying form some collection in mongo to map it some how ?
I am not able to find any collection in shard databases to show that information. If anyone have some idea about finding this information it would be helpful to us.
At this moment I can collect this only with db.collection.stats() , I tried looking around in admin, local and config databases in shard. not sure where else to check.
I am expecting mongo have some place where it maps collection name and WireTiger URI of the file want to know how to check directly from some place .