-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
50 lines (34 loc) · 1.14 KB
/
README.txt
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
43
44
45
46
47
48
49
50
Building & Installing DATOP
===========================
DATOP uses autotools. If you're compiling from git, run `autogen.sh`
and then `make`. Otherwise, use `./configure && make`.
as follows:
1. automake && autoconf
To install, run `sudo make install`.
To clean: make clean or make distclean.
Build Dependencies
==================
DATOP requires following libraries:
1. check and check-devel
2. numactl-devel or libnuma-dev(el)
3. libncurses
4. libpthread
Supported Kernels
=================
This tool mainly supports the OpenAnolis OS. And if you find the OS release
which not support, you can contact with us or submit your PR. Any patchset
and suggestions that are valuable to it will be welcome.
You can find more information about OpenAnolis OS in:
https://openanolis.cn
Manual
======
We also has provided datop with man guidebook, the usage of datop's man
as follows:
$ gzip -c datop.8 > /usr/share/man/man8/datop.8.gz
$ man 8 datop
The detailed usage of datop can been found in this guidebook.
Contributors
============
Rongwei Wang ([email protected])
Xin Hao ([email protected])
Xunlei Pang ([email protected])