aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 15649cd258f348f9a2d52e3246436ef5bdfb878e (plain) (blame)
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
# virttop
a top like utility for libvirt


![Image](virttop.png)

## How to get
```sh
pip install virttop
```

## Configfile
The default location for the config file is '~/.virttop.toml'.

```toml
[color]
name_column_fg=23
name_column_bg=0
active_row_fg=24
active_row_bg=0
inactive_row_fg=244
inactive_row_bg=0
box_fg=29
box_bg=0
selected_fg=0
selected_bg=36
```

## Keybindings

`j` and `k` and arrow keys move up and down.</br>
`g` moves to the top of the list.</br>
`G` moved to the bottom of the list.</br>
`r` runs an inactive domain.</br>
`s` shuts down a running domain.</br>
`d` destroy a running domain.</br>