qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] bytes xfer


From: John Snow
Subject: Re: [Qemu-devel] bytes xfer
Date: Mon, 1 May 2017 12:00:24 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0


On 04/29/2017 01:23 AM, ali saeedi wrote:
> Hi
> what does 'bytes_xfer' and 'xfer_limit' mean?
> I am new in qemu.
> thanks a lot
> 

The exact meaning is going to change depending on where you are looking.
As advice for mailing a technical list, please be prepared with code
excerpts from the files you are investigating and provide filenames and
line numbers so that your question can be answered.

As for your question:

'bytes_xfer' is likely short for "Bytes Transferred" and counts the
number of bytes sent over a socket or stream.

'xfer_limit' is likely short for "Transfer Limit" and counts either a
total or per-time-slice count of how many bytes can be transferred
before we hit some kind of quota, to avoid saturating resources.

--js



reply via email to

[Prev in Thread] Current Thread [Next in Thread]