Re: Per-mount syncer threads and fanout for pagedaemon cleaning

2011-12-26 Thread Don Lewis
On 26 Dec, Venkatesh Srinivas wrote: > Hi! > > I've been playing with two things in DragonFly that might be of interest here. > > Thing #1 := > > First, per-mountpoint syncer threads. Currently there is a single thread, > 'syncer', which periodically calls fsync() on dirty vnodes from every moun

Per-mount syncer threads and fanout for pagedaemon cleaning

2011-12-26 Thread Venkatesh Srinivas
Hi! I've been playing with two things in DragonFly that might be of interest here. Thing #1 := First, per-mountpoint syncer threads. Currently there is a single thread, 'syncer', which periodically calls fsync() on dirty vnodes from every mount, along with calling vfs_sync() on each filesystem

Re: Getting swapped-out memory per process

2011-12-26 Thread Kostik Belousov
On Mon, Dec 26, 2011 at 02:02:09PM -0500, Boris Kochergin wrote: > Hi. > > Is there a way, from userspace, to get the amount of memory a given > process currently has swapped out? The VM does not track memory 'per process'. Simplifying to the point where the statement becomes false, it assigns th

Getting swapped-out memory per process

2011-12-26 Thread Boris Kochergin
Hi. Is there a way, from userspace, to get the amount of memory a given process currently has swapped out? -Boris ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to