Atlas Matrix info using libmongoc

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:

  1. Can I retrieve this information using libmongoc or another driver?
  2. What other methods exist for gathering system information from Atlas?
  3. 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!