Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools OS netdata #108

Open
junxnone opened this issue Jan 29, 2019 · 0 comments
Open

Tools OS netdata #108

junxnone opened this issue Jan 29, 2019 · 0 comments

Comments

@junxnone
Copy link
Owner

junxnone commented Jan 29, 2019

netdata web资源监控工具

  • 资源监控工具
    • CPU
    • RAM
    • IO
    • Network

Setup with Docker

docker run -d --name=netdata \
  -p 19999:19999 \
  -v /proc:/host/proc:ro \
  -v /sys:/host/sys:ro \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  --env PGID=999 \
  --cap-add SYS_PTRACE \
  --security-opt apparmor=unconfined \
  netdata/netdata

访问 xxx.xxx.xxx.xxx:19999 即可

Reference

@junxnone junxnone transferred this issue from junxnone/tio Oct 12, 2019
@junxnone junxnone transferred this issue from junxnone/Linux_archive Sep 22, 2021
@junxnone junxnone transferred this issue from junxnone/techwiki Sep 22, 2021
@junxnone junxnone transferred this issue from junxnone/twiki Sep 22, 2021
@junxnone junxnone changed the title netdata Tools OS netdata Dec 22, 2022
@junxnone junxnone transferred this issue from junxnone/techwiki Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant