forked from RRZE-HPC/likwid
-
Couldn't load subscription status.
- Fork 0
Performance monitoring and benchmarking suite
License
Couldn't load subscription status.
mykesmith/likwid
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
--------------------------------------------------------------------------------
Introduction
--------------------------------------------------------------------------------
Likwid is a simple to install and use toolsuite of command line applications
for performance oriented programmers. It works for Intel and AMD processors
on the Linux operating system.
It consists of:
likwid-topology - print thread, cache and NUMA topology
likwid-perfctr - configure and read out hardware performance counters on
Intel and AMD processors
likwid-powermeter - read out RAPL Energy information and get info about Turbo
mode steps
likwid-pin - pin your threaded application (pthread, Intel and gcc OpenMP
to dedicated processors)
likwid-bench - Micro benchmarking platform
likwid-genTopoCfg - Dumps topology information to a file
likwid-mpirun - Wrapper to start MPI and Hybrid MPI/OpenMP applications
(Supports Intel MPI, OpenMPI and MPICH)
likwid-perfscope - Frontend to the timeline mode of likwid-perfctr, plots live
graphs of performance metrics using gnuplot
likwid-agent - Monitoring agent for hardware performance counters
likwid-memsweeper - Sweep memory of NUMA domains and evict cachelines from the
last level cache
likwid-setFrequencies - Tool to control the CPU frequency
--------------------------------------------------------------------------------
Download, Build and Install
--------------------------------------------------------------------------------
You can get the releases of LIKWID at:
http://ftp.fau.de/pub/likwid/
For build and installation hints see INSTALL file
--------------------------------------------------------------------------------
Documentation
--------------------------------------------------------------------------------
For a detailed documentation on the usage of the tools have a look at the
html documentation build with doxygen. Call
make docs
or after installation, look at the man pages.
There is also a wiki at the github page:
https://github.com/rrze-likwid/likwid/
If you have problems or suggestions please let me know on the likwid mailing list:
http://groups.google.com/group/likwid-users
or if it is bug, add an issue at:
https://github.com/rrze-likwid/likwid/issues
About
Performance monitoring and benchmarking suite
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 61.4%
- Perl 31.6%
- Lua 4.5%
- Python 0.9%
- Makefile 0.8%
- C++ 0.4%
- Other 0.4%