dool_plugins
A collections of useful plugins for dool.
Currently available plugins
- perf
- pmt
Plugins to add
Getting started
To install dool you can follow the instruction at the repository https://github.com/scottchiefbaker/dool/tree/master
Once dool is installed you can just run
python install.py
or
python3 install.py
and use the plugin in dool as in the example
dool --perf instructions,cycles
Usage
Perf plugin
To use the perf
plugin you can execute:
dool --perf [event name comma separeted]
an example is:
dool --perf instructions,cycles
PMT plugin
To use the PMT
plugin you can execute:
dool --pmt (sensor_name)[:sensor_id]
If you do not specify a sensor_id it will use "0". For a list of available sensor name please refer to the PMT repository (https://git.astron.nl/RD/pmt), also make sure the sensor you want to use is compiled in the version accessible by dool and it is properly installed.
An example would be
dool --pmt rapl:0