Moneo: Distributed GPU System Monitoring for AI Workflows
Microsoft has introduced a new open-source GPU monitoring framework named Moneo (Latin for monitor). Moneo orchestrates metric collection (DCGMI + Prometheus DB) and visualization (Grafana) across multi-GPU/node systems. This provides useful insights into workflow and system level characterization.
GPUs are optimized for high throughput, massively parallel, workloads. Efficient use of GPUs is dependent on a few factors such as workload characteristics, system characteristics, and sometimes physical environment. GPU system level monitoring determines GPU utilization and facilitates workload characterization. This aids in exploring how to utilize the GPU more efficiently.
Monitoring GPU metrics on a single system over a period may be trivial. However, formatting and analyzing the raw metric data so that it can provide intuitive insights can prove to be a tedious task. Our goal is to pair system level characterization with application metrics to determine the efficiency of our use of the GPUs.
Given that there is already some complexity with collecting and analyzing GPU metrics on a single system, unsurprisingly, scaling the same methodology for multiple systems is difficult.
For certain deep learning models use of distributed multi-GPU systems is the only feasible way to train in a reasonable time frame. Much of the application complexity is abstracted away by high level AI frameworks, but there are still configurations and design choices that users must make that ultimately affect the throughput and behavior of model training.
Moneo’s usefulness in providing system level insights can help guide design choices to achieve the efficient use of GPU systems.
Moneo Design
Figure 1: Design
Three categories of metrics that Moneo monitors:
- Device Counters
- Compute/Memory Utilization
- Streaming multiprocessor (SM) and Memory Clock frequency
- Temperature
- Power
- ECC Counts
- Profiling Counters
- SM Activity
- Memory Dram Activity
- NVLink Activity
- PCIE Rate
- InfiniBand Network Counters
- IB TX/RX rate
Once Moneo has been launched these metrics can be viewed from the Grafana portal. See figures 2,3,4 for snapshots of the different metric views.
Figure 2: Device Counter View
Figure 3: Profiling Counter View
Figure 4: IB Counter View
Getting Started
Starting with Moneo is easy. Just clone the latest release from the Moneo Repo and follow the README for detailed setup instructions or take a look at the quick start guide. In a short period, you should be able to launch Moneo with a single command and log into the Grafana portal to start seeing results!
Moneo is also available on Azure HPC + AI Ubuntu images. Just navigate to “/opt/azurehpc/tools/Moneo”. The image has all the required dependencies installed. So, all that’s necessary is configuring and deploying Moneo.
Quick start instructions:
- Clone Moneo from Github and install ansible.
- git clone https://github.com/Azure/Moneo.git
- cd Moneo
- python3 -m pip install ansible
- Next create a host.ini config file.
-
Note: The master node can also be a worker node as well. The master node will have the Grafana and Prometheus docker containers deployed to it.
-
Note: If you have configured password less SSH already, [all:vars] section can be skipped.
-
Note: The master node must be able to ssh into itself.
-
- Now deploy Moneo
- ansible-playbook -i host.ini src/ansible/deploy.yaml
- Log into the portal by navigating to http://master-ip-or-domain:3000 and inputting your credentials
- Note: By default, username/password are set to "azure". This can be changed here "src/master/grafana/grafana.env"
- Navigating Moneo Grafana Portal
- The current view is labeled in the top left corner:
- VM instance and GPU can be selected from the drop-down menus in the top left corner:
- Various actions such as dashboard selection or data source configuration can be achieved using the left screen menu:
- Metric groups are collapsible:
- The current view is labeled in the top left corner:
Published on:
Learn moreRelated posts
We need to talk about... Power Automate... Licensing
Next in my blog, I am going to cover a topic that has come up several times in recent conversations with clients.....Microsoft Licensing! part...
Flows getting triggered multiple times / missing callbackregistration record – Power Automate / Dataverse
Recently, we observed that one of our flows was getting triggered multiple times in our UAT environment; however, the flow was working properl...
Power Automate – Information about ‘Retry with AI vision’ functionality in Power Automate for desktop
We are announcing the introduction of the Retry with AI vision feature in error handling for UI and browser automation within Power Automate f...
How to Automate Post-Case Resolution Surveys in Dynamics 365 with Copilot and Power Automate (Preview)
Exceptional customer service doesn’t end when a support ticket is closed. In many cases, the most insightful feedback comes after the re...
Power Automate with a Service Principal (App Registration)
A “service account” for Power Automate with a Service Principal (App Registration) Dataverse—implemented as…
Power Automate – Reference previous prompts in Copilot for Power Automate desktop
We are announcing the ability to reference previous prompts in Copilot for Power Automate desktop in Power Automate. This feature will reach g...
Power Pages Solution Architecture Patterns: When to Use Liquid vs. JavaScript vs. Power Automate
In Power Pages, you can implement logic in multiple layers — Liquid (server-side), JavaScript (client-side), or Power Automate (external workf...
New Tool : ‘Cloud Flow Viewer’ for Power Automate Solutions
I’ve added Cloud Flow Viewer tool to my hobby project JayVish Problem Statement: Let’s say you’ve received a Dataverse solution—managed ...
Advanced Error Handling Patterns in Power Automate
When you start building a lot of Flows, you’ll start noticing that only checking values and if the actions succeeded only takes you so f...
Power Automate Cloud Flow | Disable an action
Did you know you can disable a flow action without removing it entirely by turning on the Enable Static Result toggle? When the flow runs, thi...