Skip to main content

Tools for Linux perf

Project description

This repository contains a set of python scripts for helping tune any Linux system for performance and scale by leveraging the Linux perf tool and generating from the perf traces 2 HTML dashboards that represent Linux scheduler context switches and KVM events.

The basic dashboard illustrates general scheduler and KVM events for all tasks selected at capture time:

  • CPU Usage vs. context switches chart

  • KVM exit types distribution stacked bar charts (exit type distribution per task)

  • Summary CoreMap showing task scheduler core assignment and context switch count heat maps (run time % and context switch count on each core per task - including total time per core and per task)

The detailed dashboard illustrates detailed scheduler and KVM events at the task level:

  • context switch heat maps (temporal distribution of context switch events)

  • KVM exit heat maps (temporal distribution of kvm entry and exit events)

  • Temporal Coremaps (on which core does any given task run over time)

The task annotation feature further allows the generation of cross-run charts (diffs) that can help detect more easily differences of behavior across multiple captures/runs.

The capture script wraps around the Linux perf tool to capture events of interest (such as context switches and kvm events) and generates a much more compact binary file to be used for analysis offline.

Complete documentation including installation and usage instructions:

http://perfwhiz.readthedocs.org/

perfwhiz Workflow

The following diagram illustrates the 2 phases for getting the dashboards: capture phase (perfcap.py) and dashboard generation phase (perfmap.py).

images/perfwhiz.png

Capture is performed on the system under test, by invoking the perfcap.py script and specify which tasks to capture events from and for how long. The result of each capture is a binary file (with the cdict extension, cdict stands for compressed dictionary).

The binary files can then later be provided to the dashboard generation tool (perfmap.py) to generate the corresponding dashboards. This dashboard generation phase is typically done offline on a workstation where perfmap is installed (laptop, macbook…). The generated dashboards are HTML files that can be viewed using any browser.

Dependencies

Dependencies are automatically installed when perfwhiz is being installed (refer to the Installation section).

The capture tool perfcap.py depends on:

  • the Linux perf tool (compiled with the python extension)

  • pbr python package

  • msgpack python package

The dashboard generation tool perfmap.py depends on:

  • pandas/numpy python package

The generated HTML dashboards contain Javascript code that will pull some Javascript libraries from CDN servers when loaded in the browser (CDN is a public network of servers that contain libraries that are downloaded by browsers). Therefore, viewing those dashboards require access to the Internet. The following Javascript libraries are required by the dashboards:

  • jquery

  • datatables

  • d3

  • angular

  • angular-ui-bootstrap

  • pako (zlib inflate)

Licensing

perfwhiz is licensed under the Apache License, Version 2.0 (the “License”). You may not use this tool except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Perfwhiz includes a copy of umsgpack.py (MIT License) in its distribution (https://github.com/vsergeev/u-msgpack-python, many thanks to vsergeev)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

perfwhiz-0.3.1.tar.gz (444.0 kB view details)

Uploaded Source

Built Distribution

perfwhiz-0.3.1-py2.py3-none-any.whl (51.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file perfwhiz-0.3.1.tar.gz.

File metadata

  • Download URL: perfwhiz-0.3.1.tar.gz
  • Upload date:
  • Size: 444.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for perfwhiz-0.3.1.tar.gz
Algorithm Hash digest
SHA256 9910d144f7d1b1090b3dd65dc43fa5161dd5c9208acfa87c0269d0eca04fa2c4
MD5 586b0e42c1dd7831516cc302f34d983b
BLAKE2b-256 6027b91757881cbbdcd0f93e0cdc7be334b7e5f06ae11a9ae316fde45c043603

See more details on using hashes here.

File details

Details for the file perfwhiz-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for perfwhiz-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 95f1250d1cfa757e34bc5ba2244b875b0321e7e99ee20256f0671651f9b6dc89
MD5 d026ef153e6177ae3deed1205b5c2733
BLAKE2b-256 140445705bf2a8bfd4d396ba381dc31b2f364ff3499190fd408f753b3088c1db

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page