Displaying 7 results from an estimated 7 matches for "minflt".
2012 Sep 04
4
[LLVMdev] Clang/llvm performance tests on FreeBSD 10.0-CURRENT
...179264 179264 179264 0
ixrss 6 21407 21436 21420 21419.833 9.6211572
idrss 6 3628 3632 3630 3629.8333 1.3291601
isrss 6 252 252 252 252 0
minflt 6 12485556 12485556 12485556 12485556 0
majflt 6 0 0 0 0 0
nswap 6 0 0 0 0 0
inblock 6 0 0 0...
2007 Feb 13
6
mongrel_cluster 0.2.2 - plugin cluster::status does not exist?
Hello all. I''ve recently installed the 0.2.2 pre-release of
mongrel_cluster to try out the new --clean option. However, after
installing, when I give a simple "mongrel_rails" command, the
cluster::status command is not listed. The error I receive when I do
try and run the full "mongrel_rails cluster::status" is...
ERROR RUNNING
2014 Jul 03
2
Re: memoryStats question
...s these two IIRC.
Actually, you should get more stats when using the virtio balloon
driver in your guests.
E.g. the windows virtio driver supports these stats:
SWAP_IN 0 /* Amount of memory swapped in */
SWAP_OUT 1 /* Amount of memory swapped out */
MAJFLT 2 /* Number of major faults */
MINFLT 3 /* Number of minor faults */
MEMFREE 4 /* Total amount of free memory */
MEMTOT 5 /* Total amount of memory */
See
https://github.com/YanVugenfirer/kvm-guest-drivers-windows/blob/9a5cb6749d68bad8c346d31b811c854ab078652e/Balloon/sys/public.h
IFAIR, these should be queried by the virDo...
2014 Jul 03
3
memoryStats question
Hello,
I'm trying to get memory usage statistic inside a guest machine using
virDomainMemoryStats function at libvirt.
According to
http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the
structure could have a lot of useful memory statistic but the amount of
parameters depends on the hypervisor and the driver.
However using KVM I'm able to get
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig
So it's time for the first alpha version of Dovecot v2.1. There are no
huge intrusive changes, so I expect v2.1.0 to be released this year
(maybe even in a few months?)
The biggest changes are related to full text search handling. I'll
probably still make
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig
So it's time for the first alpha version of Dovecot v2.1. There are no
huge intrusive changes, so I expect v2.1.0 to be released this year
(maybe even in a few months?)
The biggest changes are related to full text search handling. I'll
probably still make
2020 Jun 30
7
[Bug 3189] New: channel mux_ctx memory leak
...alhost
- Use multiplexing
$ while true; do ./ssh -o ControlPath=~/.ssh/mux localhost true;
done
- Watch RSS of ssh process
[eiichi at build-c7 ~]$ LANG=C pidstat -r -p 62937 10 60
Linux 3.10.0-1062.9.1.el7.x86_64 (build-c7) 05/21/20
_x86_64_ (8 CPU)
08:20:50 PID minflt/s majflt/s VSZ RSS %MEM
Command
08:21:00 62937 0.40 0.00 128032 2920 0.04 ssh
08:21:10 62937 0.30 0.00 128164 2920 0.04 ssh
08:21:20 62937 0.40 0.00 128164 2920 0.04 ssh
08:21:30 62937 0.50 0.00 128164...