From 9af8a595b7bfee52391689b2a3e9d5f0a94b493f Mon Sep 17 00:00:00 2001 From: colramos-amd Date: Mon, 28 Nov 2022 10:55:06 -0600 Subject: [PATCH] Add clarifications to docs (#38 & #41) Signed-off-by: colramos-amd --- src/docs/grafana_analyzer.md | 5 +++++ src/docs/installation.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/docs/grafana_analyzer.md b/src/docs/grafana_analyzer.md index 5f9bcf46eb..1a05f6f0d9 100644 --- a/src/docs/grafana_analyzer.md +++ b/src/docs/grafana_analyzer.md @@ -68,6 +68,11 @@ The uniform color coding is applied to most visualizations (bars, table, diagram ## Grafana GUI Import The omniperf database `--import` option imports the raw profiling data to Grafana's backend MongoDB database. This step is only required for Grafana GUI based performance analysis. +Default username and password for MongoDB (to be used in database mode) are as follows: + + - Username: **temp** + - Password: **temp123** + Each workload is imported to a separate database with the following naming convention: omniperf___ diff --git a/src/docs/installation.md b/src/docs/installation.md index 124cec8699..65be7aa300 100644 --- a/src/docs/installation.md +++ b/src/docs/installation.md @@ -180,7 +180,7 @@ $ sudo docker-compose up -d > Note that TCP ports for Grafana (4000) and MongoDB (27017) in the docker container are mapped to 14000 and 27018, respectively, on the host side. ### Setup Grafana Instance -Once you've launced your docker container you should be able to reach Grafana at **http://\:1400**. The default login credentials for the first-time Grafana setup are: +Once you've launced your docker container you should be able to reach Grafana at **http://\:14000**. The default login credentials for the first-time Grafana setup are: - Username: **admin** - Password: **admin**