-
Notifications
You must be signed in to change notification settings - Fork 3
/
README
43 lines (31 loc) · 1.68 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
----------------------------------------------------------------------------
perfkit - performance recording toolkit
----------------------------------------------------------------------------
I. Introduction
II. Installation and Running
III. Contributing
----------------------------------------------------------------------------
I. Introduction
----------------------------------------------------------------------------
Perfkit is a performance recording toolkit for developers and system
administrators. It can be used for both profiling systems software and
applications as well as monitoring servers and remote devices.
----------------------------------------------------------------------------
II. Installation
----------------------------------------------------------------------------
Perfkit is packaged in the standard format for most GNU/Linux-based software.
Use the standard `./configure', `make', `make install' to build and install
Perfkit.
Perfkit contains a runtime agent that manages profiling and systems
monitoring. It can be run using `perfkit-agent'.
In the near future, a GUI will be provided to manage Perfkit recording
sessions.
----------------------------------------------------------------------------
III. Contributing
----------------------------------------------------------------------------
Perfkit is actively looking for contributors to help improve the codebase
and add collection data sources.
You can find more information on the architecture of Perfkit and a layout
of the codebase in HACKING which can be found in the same directory as this
file.
Perfkit was brought to you by Christian Hergert and Shapor Naghibzadeh.