GithubHelp home page GithubHelp logo

Comments (4)

iandioch avatar iandioch commented on June 16, 2024

docker stats can output memory used by each microservice

from rabble.

iandioch avatar iandioch commented on June 16, 2024

End of sprint 1

Docker stats:

14.5MiB / 490MiB
3.602MiB / 490MiB
15.38MiB / 490MiB
15.21MiB / 490MiB
4.254MiB / 490MiB
15.61MiB / 490MiB

Sum = 67.556MiB

from rabble.

SailSlick avatar SailSlick commented on June 16, 2024

End of sprint 2

Docker stats:

6.9MiB / 490MiB
11.8MiB / 490MiB
10.3MiB / 490MiB
4.8MiB / 490MiB
11.5MiB / 490MiB
12.4MiB / 490MiB
14.4MiB / 490MiB
3.3MiB / 490MiB
5.5MiB / 490MiB

Sum = 80.57MiB

from rabble.

devoxel avatar devoxel commented on June 16, 2024

Here's a script to do this automatically

docker stats --no-stream --format "table {{.MemUsage}}" | tail -n +2 | cut -d/ -f1 | sed 's/[^0-9\.]*//g' | paste -s -d+ - | bc


Sprint 4 Sum

285.564MiB

from rabble.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.