Comment 17 for bug 1852502

Revision history for this message
nikhil kshirsagar (nkshirsagar) wrote (last edit ):

The user has given the data collected by

```
var collectionNames = db.getCollectionNames(), stats = [];
collectionNames.forEach(function (n) { stats.push(db[n].stats()); });
stats = stats.sort(function(a, b) { return b['size'] - a['size']; });
for (var c in stats) { print(stats[c]['ns'] + ": " + stats[c]['size'] + " (" + stats[c]['storageSize'] + ")"); }
```

I'll upload the file to this bug.

I've also asked them for output of juju debug-log -m controller, and the /var/log/juju/machine-* on a controller machine.

Thank you for your help in this issue so far.

Regards,
Nikhil.