Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

intel/workloadbreakdown

Repository files navigation

PROJECT NOT UNDER ACTIVE MANAGEMENT

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Contact: webadmin@linux.intel.com

Intel® Workload Breakdown

Drop-in eBPF analysis of distributed workloads. Generates a map of processes which communicate over TCP. Gets the following metrics per visualized process

  • Network time
  • Network data (kb sent and received)
  • CPU utilization
  • Memory utilization

How to use

  1. Start collector container on all system with IP of controller node as an argument passed to the container
docker run -d --pid=host --userns=host --privileged intel/workload-breakdown-collector:latest <controller-node-ip>
  1. Run controller (runs for 15 seconds)
wget https://github.com/intel/workloadbreakdown/releases/latest/download/controller -O controller
sudo chmod +x controller
./controller

to run without prompt add the following flag

./controller noprompt

example

How to build

Controller

Needs:

Compile:

cd controller
echo let basehtml = \` > final.js
cat base.html >> final.js
echo \` >> final.js
cat controller.js >> final.js
deno compile --output controller --allow-all --unstable final.js

Collector binaries

Needs:

  • deno
  • libelf-dev
  • clang
  • llvm

Compile:

cd collector
make
deno compile --allow-all --unstable collector.js

Collector docker image

docker build --no-cache -t workload-breakdown-collector:latest .

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages