This is not a technical question, although I need help. For a school project, I set up a mongodb sharded cluster. Now I have to do a video that demonstrates sharding. I could run a program that fills up the first shard and then show that, when needed, data are balanced over the second shard. However, this would take a very very long time. I thought about running a command that would calculate the available disk space of a mongodb sharded cluster (with one shard, then with two shards) but there is no such command.
Any creative help would be great !
EDIT: A good way is to set the chunck size to something really low, sharding will be shown quick enough with a script filling up the database