similar to: guest cost long time to boot

Displaying 20 results from an estimated 100000 matches similar to: "guest cost long time to boot"

2018 Nov 23
0
Long time to restart guest
Hello, my guest is professional Windows, the version is 10. Standby (display lights up) After more than 2 days, if we restart on Windows (do not restart X with virsh), the reboot takes a long time, maybe about 7 minutes. But all kvm logs are normal, and the guest state is running, only the linux system log gives me some messages. My guests only started after resetting all the devices. So what
2005 Jul 23
2
ASTCC gives me only the time, but no cost
I try to track down an error that causes that Astcc just reports the time, but not the costs. I could narrow the problem down into this sub routine: sub calccost() { my ($adjconn, $adjcost, $answeredtime, $increment) = @_; eval { my $adjtime = int(($answeredtime + $increment - 1) / $increment) * $increment }; my $cost; print STDERR "Adjusted time is $adjtime, cost is $adjcost with
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
On 10/1/20 3:42 AM, Digimer wrote: > Hi all, > > ? Is there a way to tell when a tool made a change to guest (ie: used > virt-manager to make a change)? Following, is there a way to check to > see if there are changes queued to take effect when the guest next reboots? > You can listen for events. For changes to inactive XML you will get
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20201001/8092a14e/attachment.htm>
2020 Oct 01
0
Re: Determining when a guest booted / how long it's been running
On 2020-10-01 2:29 a.m., wferi@niif.hu wrote: > daggs <daggs@gmx.com> writes: > >> I'd assume that saying vm running you mean that the os is up and >> running too. I have similar need, I was able to get something as such >> to work using virsh console when the guest was a linux with serial >> console support enabled. I wasn't able to get this to work
2017 Dec 04
2
Guest Reboot After Plug HDMI
Hello, Everybody. I encounter a problem when i using my guest. I booting my guest without HDMI primarily, Then i add it, but my guest is be rebooted. To know what cause it, i do it again, especially i check my guest is running normal or not with "ping" before plugging, that's well. What i was suffer? can you help me solve it? Following message is detailed!!! Guest: window 7
2020 Feb 07
2
Re: does the guest have a snapshot ?
----- On Feb 7, 2020, at 3:43 PM, Peter Krempa pkrempa@redhat.com wrote: > On Fri, Feb 07, 2020 at 15:25:22 +0100, Lentes, Bernd wrote: ... > > Libvirt is probably lacking the metadata for the snapshot. That is not a > problem though, because since libvirt doesn't support deletion of > external snapshots anyways currently you'd need to use the below > approach anyways.
2015 Jul 08
0
Measuring boot time
On Wed, Jul 8, 2015 at 12:47 AM, Tal Lubko <tallubko at yahoo.com> wrote: > Hi Gene > > Thanks for your reply. > I'm trying to breakdown overall system boot time and to understand each > component duration. > My linux image is a ~10 MB bzImage file with the rootfs cpio'ed inside. > > I also have 2 BIOS images: > - some general purpose BIOS > - a custom
2020 Oct 01
2
Re: Determining when a guest booted / how long it's been running
daggs <daggs@gmx.com> writes: > I'd assume that saying vm running you mean that the os is up and > running too. I have similar need, I was able to get something as such > to work using virsh console when the guest was a linux with serial > console support enabled. I wasn't able to get this to work in a > script as I was never able to terminate the console seesion as
2017 May 24
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 07:53:35PM +0000, JosÉ Luis Valencia Gutierrez wrote: >I just tried removing the callback before calling virStreamFinish and it >worked right, I thought by simply finish the stream would stop the events >and close it, the example I was based on only calls virStreamFinish on EOF >event. > I'm working on a patch that removes the callbacks after calling
2018 May 20
2
Performance of guest
I recently used Linux in VMware, but I discovered that kvm can replace it, so I created the kvm environment and then started a window on the host system. But when I use it, I have a problem. My guest's performance is not very good. For example, when I use Windows without kvm, the “lol” fps is 160, but my guest is only 135. why? I only have one guest what is the reason? What can we do to
2012 Jul 16
1
Cost Effectiveness Example
Hello, I'm tasked with putting together a cost effectiveness analysis on a proposed medical treatment. The "standard" suggested by someone is an expensive commercial package names "TreeAge Pro" which looks like its just a fancy GUI on top of a decision tree. However, we don't have it and it is expensive to buy. Questions for the group: 1) Are there any interesting
2020 Oct 01
4
Determining when a guest booted / how long it's been running
An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20200930/950e3814/attachment.htm>
2015 Jul 12
0
Measuring boot time
On Sun, Jul 12, 2015 at 3:35 AM, Tal Lubko <tallubko at yahoo.com> wrote: > Hi Gene > > > Thanks again for your help. > I'm using SYSLINUX 4.05 distributed by Ubuntu. > > For debugging I'm using SYSLINUX 6.03 because for some reason if I build SYSLINUX 4.05 from sources I get many compilation errors. If you make anything more than -j 1, you're probably
2004 Jun 16
6
Cost of IP Phones, or Isn't It Just Software?
I took a little foray into pricing out IP Phones for my home pbx yesterday. $75-$750 seems to be quite a range, so I took a closer look. Cisco, for example, has different models such as the 7940 and 7960 which seem to only differ in the software. And buying a Cisco 7920 should cost you $500 w/o a license, and $200 more with a license? It seems to me that these prices are substantially
2015 Jun 03
0
Re: [ovirt-users] Bug in Snapshot Removing
Hi, This is not happening every time, the last time i had this, it was a script runnning, and something like th 9. Vm and the 23. Vm had a problem, and it is not always the same VMS, it is not about the OS (happen for Windows and Linux alike) And as i said it also happened when i tried to remove the snapshots sequentially, here is the code (i know it is probably not the elegant way, but i am not
2017 May 24
0
Re: No way to stop virStream error after guest stop
That is great, calling Abort also should remove the callbacks. On Wed, 24 May 2017 11:11 Martin Kletzander, <mkletzan@redhat.com> wrote: > On Wed, May 17, 2017 at 07:53:35PM +0000, JosÉ Luis Valencia Gutierrez > wrote: > >I just tried removing the callback before calling virStreamFinish and it > >worked right, I thought by simply finish the stream would stop the events
2015 Jul 18
0
Measuring boot time
On Fri, Jul 17, 2015 at 11:57 PM, Tal Lubko <tallubko at yahoo.com> wrote: > Hi Gene > > > It took me some time to check all the things you've asked. > Hope you still remember the case... > > 1) Compiling SYSLINUX with -j1 didn't help. > > The first error message I get is about missing header file. > I'll try to play a little bit with it to make it
2009 Nov 02
8
Free or low cost online backup?
Hello: Does anyone know a free or low cost online backup system for CentOS? Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU 1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downtime
2020 Nov 05
0
[Proposal] Introducing the concept of invalid costs to the IR cost model
You're being quite vague about what the extra state is. Is this because you haven't yet settled on what it should be, or do you actually intend to let it be a template parameter: template <typename T> struct Cost { unsigned Val; T State; } Thanks, Christopher Tetreault From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of David Sherwood via llvm-dev Sent: