I would like to ask where can I find statistics that should be coming from inMemory engine after setting inMemoryStatisticsLogDelaySecs ?
I use percona/percona-server-mongodb:8.0.4-2
docker image and I’m trying to launch it with given configuration:
docker run -d --name psmdb -p 27017:27017 --entrypoint mongod percona/percona-server-mongodb:8.0.4-2 --bind_ip_all --storageEngine=inMemory --inMemorySizeGB=0.5 --inMemoryStatisticsLogDelaySecs=1
When I check logs in /data/db/
directory I can see only
[mongodb@d3b962ae9495 /]$ ls /data/db/
diagnostic.data mongod.lock psmdb_telemetry.data storage.bson
I would be appreciated if someone could give me some tips.