Hi there,
I’m currently working with Atlas 10M and libmongoc to develop a monitoring server for my Atlas DB.
I understand that utilizing the REST API allows me to collect system and DB information such as CPU usage, memory usage, disk space, network activity, locks, etc.
My questions are:
- Can I retrieve this information using libmongoc or another driver?
- What other methods exist for gathering system information from Atlas?
- Assuming the REST API isn’t the sole method for retrieving system information, what is the most efficient way (fastest) to gather system information from Atlas?
Thanks in advance!