Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 677 Bytes

cpuset-visualizer

Serves SVG output over HTTP of lstopo as viewed from inside a container.

A pre-built image is available from quay.io: connordoyle/cpuset-visualizer

Build

$ make

Run

The container entrypoint takes a single optional parameter to override the port to bind. If left unspecified, the default is 80.

$ docker run -it --cpuset-cpus=0,4,2,6 --net=host cpuset-visualizer [$PORT]

View

Open http://localhost:80 in your browser.

Example output

Example output