Resolution

Why doesn’t Mission Control’s usage graphs page show any data?

AuthorFullName__c
Itamar Berman-Eshel
articleNumber
000004262
ft:sourceType
Salesforce
FirstPublishedDate
2019-03-24T08:57:11Z
lastModifiedDate
2023-01-22T11:06:11Z
VersionNumber
5

Making sure Mission Control’s micro services are up and running:

Docker installation: ./mission-control.sh ps
User-added image
Linux installation: /opt/jfrog/mission-control/scripts/jfmc.sh status
User-added image

If your Mission Control is a docker based installation, running ‘docker ps’ might also help to see if any of the micro services are restarting.
A common scenario is that elasticSearch’s ‘mmap count’ default configuration is not sufficient, causing it to restart. This should be increased by running:

sysctl -w vm.max_map_count=262144
On the host machine. This is also documented on JFrog’s wiki page.

There is another known issue (affects version 3.1.1 and below) where after a restart, not all services are starting up automatically, in this case, Mission Control should be restarted again.

If the graphs page loads data, but not from all Artifactory services, you should first check that the services are correctly linked to JFMC, and that Artifactory is installed using an Enterprise license, as documented here.