Project

virtop

0.0
No commit activity in last 3 years
No release in over 3 years
virtop provides an overview of virtual machines runned with a solution abstracted by libvirt.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.2.4.2
>= 0.3.0
 Project Readme

virtop(1) -- top for libvirt

Synopsis

virtop <uri>...

Description

The machine to connect to is specified by the argument(s). The URIs are documented on http://libvirt.org/uri.html.

As top, virtop is to be exited with the [q] key.

The list of VMs running is sortable by columns:

Name (1), State (2), Current memory (3), Maximum memory (4), Current number of CPUs (5), CPU time (6).

Multiple URIs to connect to if no argument is given can be specified in YAML format in ~/.virtop.yaml:

urls:
  - qemu:///system
  - qemu+ssh://localhost/system

Author

henning mueller <henning@orgizm.net>

License

License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.