Giter VIP home page Giter VIP logo

Comments (2)

qupb avatar qupb commented on June 9, 2024

root@debian:~# docker stats
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
cdf752d2ae23 vigilant_black 1.59% 2.178GiB / 3.841GiB 56.70% 1.05GB / 564MB 33MB / 11.4MB 1390
0c782be19122 optimistic_mendeleev 0.54% 400.1MiB / 3.841GiB 10.17% 56.4MB / 55.7MB 98.2MB / 14.2GB 124

from rss-proxy.

qupb avatar qupb commented on June 9, 2024

root@debian:~# for proc in $(find /proc -maxdepth 1 -regex '/proc/[0-9]+'); do

printf "%2d %5d %s\n" \
    "$(cat $proc/oom_score)" \
    "$(basename $proc)" \
    "$(cat $proc/cmdline | tr '\0' ' ' | head -c 50)"

done 2>/dev/null | sort -nr | head -n 40
878 7874 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
878 1676 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
878 11851 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 9144 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 4232 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 3707 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 31889 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 25945 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 23480 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 21791 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 21020 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 20732 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 19859 /opt/rss-proxy/node_modules/puppeteer/.local-chrom
877 19809 /opt/rss-proxy/node_modules/puppeteer/.local-chrom

from rss-proxy.

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.