Skip to content

Instantly share code, notes, and snippets.

@martint
Created January 21, 2012 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martint/1650488 to your computer and use it in GitHub Desktop.
Save martint/1650488 to your computer and use it in GitHub Desktop.
VirtualMachineDescriptor virtualMachineDescriptor = VirtualMachine.list().get(0);
MonitoredHost host = MonitoredHost.getMonitoredHost("localhost");
MonitoredVm monitoredVm = host.getMonitoredVm(new VmIdentifier(virtualMachineDescriptor.id()));
System.out.println(MonitoredVmUtil.commandLine(monitoredVm));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment