1 Star 0 Fork 17

FangYing / vmtop

forked from openEuler / vmtop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

vmtop

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.  aclocal
2.  autoconf
3.  autoheader
4.  automake --add-missing
5.  ./configure
6.  make

And then you will find vmtop in the source code dictionary.

Introductions

usage

Run directly from the commandline.

vmtop [-option]

start option

  • d: Set delay time between two display
  • H: Show threads
  • n: Set display times, default no limit
  • b: Display in text mode to save result in file

shortcut key

  • H: Open thread mode or close thread mode
  • q: Quit from vmtop
  • f: Show fields filter

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 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 @nocjj

License

Mulan

空文件

简介

A tool for collecting and analyzing data of virtual machine 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/yorifang/vmtop.git
git@gitee.com:yorifang/vmtop.git
yorifang
vmtop
vmtop
master

搜索帮助