Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 00:37:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254723] [patch] systat -swap to display per-process swap space usage ordered by highest
Message-ID:  <bug-254723-227-MgG9c4111m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254723-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254723-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254723

--- Comment #3 from ota@j.email.ne.jp ---
(In reply to Andriy Gapon from comment #2)

We can consider adding to top as well if such demand is popular

When I'm interested in swap in/out activities, I'd like to see each of swap
device usages and also disk I/O activities.  systat -swap shows both and had
spaces in the middle.  It was more attractive place to add.  I have been ad=
ding
extra displays to systat over years and familiar than top.

I had to access all vm page usage via libprocstat to calculate swap usage f=
or
each process. Top uses kinfo_proc.  We will need to query libprocstat for e=
very
process and I wonder how much it weight it adds to top.  I think we can do =
that
only when -w is passed, though.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254723-227-MgG9c4111m>