Skip to content

v0.4.0

Compare
Choose a tag to compare
@fredericosilva fredericosilva released this 24 Apr 10:49
· 791 commits to master since this release

Virtual Machine (new commands)

Live Virtual Machine metrics

h1 vm metrics <name | id>
$ h1 vm metrics debian
2018-04-24T10:10:34.266Z

vm

Name    PercentGuestRunTime  PercentHypervisorRunTime  PercentRemoteRunTime
ubuntu                    0                         0                     0


netadp

Name          BytesReceivedPersec  BytesSentPersec  PacketsReceivedPersec  PacketsSentPersec
00155DFF09F1                    0                0                      0                  0


disk

Name       ReadBytesPersec  WriteBytesPersec  ReadOperationsPerSec  WriteOperationsPerSec  ErrorCount  QueueLength
ubuntu-os                0                 0                     0                      0           0            0

IP for Network Adapter

h1 vm nic ip list   --vm-id ubuntu --nic-id 5adf0b6b99d4732a0caa83d9
h1 vm nic ip add    --vm-id ubuntu --nic-id 5adf0b6b99d4732a0caa83d9 62.181.9.26
h1 vm nic ip delete --vm-id ubuntu --nic-id 5adf0b6b99d4732a0caa83d9 62.181.9.26

Build (new executable)

New build for Linux Alpine from this release as a binary executable, to be mainly used in containers to support automation.