File: README.md

package info (click to toggle)
rapiddisk 9.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: ansic: 6,760; sh: 1,364; makefile: 325; python: 105
file content (14 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Kernel profiling using BCC tools

This directory contains assorted script files to profile rapiddisk module
functions utilizing the BCC suite.

In order to leverage these scripts you will need to ensure that the `bcc`
tools are installed on your system.

If you are building them from source, you can download the latest from:
`https://github.com/iovisor/bcc`

In Ubuntu, install `bcc` and `bpfcc-tools`.

In RedHat (and CentOS and Rocky Linux) install `bcc-tools`.