...
Step 18. Verify service instance and network entries are created in A&AI
Step 19. Record resource usage of major containers with docker stats command
Code Block |
---|
ubuntu@onap-so:~$ sudo docker stats testlab_mso_1 testlab_mariadb_1 --format "table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}" --no-stream
NAME CPU % MEM USAGE / LIMIT
testlab_mso_1 65.26% 3.21GiB / 7.796GiB
testlab_mariadb_1 100.44% 3.323GiB / 7.796GiB |