提交 39a70f92 编写于 作者: N nocjj

README: add README for project

Add English README for project.
Signed-off-by: NJiajun Chen <1250062498@qq.com>
上级 adbfa3e2
# vmtop
#### Description
A tool for collecting and analyzing data of virtual machine
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
# vmtop # vmtop
#### 介绍 A tool for collecting and analyzing data of virtual machine.
A tool for collecting and analyzing data of virtual machine
### Description
#### 软件架构 vmtop is a user-mode tool running on the host, which can dynamically view the resource usage of virtual machines in real time, include CPU usage, memory usage, vcpu kvm exits. It brings great convenience to virtualization problems and performance optimization, and is a pratical tool that intergrates multi-party info to monitor virtual machines.
软件架构说明
### Building
This project uses ncurses, ncurses-devel, autoconf, libvirt, libvirt-devel. Go to check them out if you do not have them locally installed.
#### 安装教程
The simple steps to make vmtop are:
1. xxxx ```sh
2. xxxx 1. aclocal
3. xxxx 2. autoconf
3. autoheader
#### 使用说明 4. automake --add-missing
5. ./configure
1. xxxx 6. make
2. xxxx ```
3. xxxx And then you will find vmtop in the source code dictionary.
#### 参与贡献 ### Introductions
#### usage
1. Fork 本仓库 Run directly from the commandline.
2. 新建 Feat_xxx 分支 ```sh
3. 提交代码 vmtop [-option]
4. 新建 Pull Request ```
#### start option
- d: Set delay time between two display
#### 码云特技 - H: Show threads
- n: Set display times, default no limit
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) #### shortcut key
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 - H: Open thread mode or close thread mode
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 - q: Quit from vmtop
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) - f: Show fields filter
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
### Contribution
#### Git
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Style
It is much better to be consistent with the exiting files. For new files:
- C: use kernel code style
- others: keep same with exiting files
#### Patches
Use 'git format-patch' to format patched and use 'git send-email' to send mail to [@openeuler](virt@openeuler.org) mailing list. And if it is a patch set, it is much better to use '--cover-letter' option when you format patches, so that we can understand what the pacthset does.
### Maintainers
[@zhanghailiang](https://gitee.com/zhanghailiang_luckyh)
[@nocjj](https://gitee.com/nocjj)
### License
[Mulan](License/LICENSE)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册