Module Name:src
Committed By: ad
Date: Sat Sep 9 20:13:54 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
uidinfo is an SLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not
Module Name:src
Committed By: ad
Date: Sat Sep 9 20:13:54 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
uidinfo is an SLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not
Module Name:src
Committed By: simonb
Date: Tue Aug 1 04:20:14 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
For vmstat -mW, add a total KB consumed column and widen a couple of
other fields.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r
Module Name:src
Committed By: simonb
Date: Tue Aug 1 04:20:14 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
For vmstat -mW, add a total KB consumed column and widen a couple of
other fields.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r
Module Name:src
Committed By: simonb
Date: Sun Oct 23 23:30:31 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Remove extraneous "d" in a printf format string in UVM history dump
(leftover int format specifier from conversion to FMTd32?).
To generate a
Module Name:src
Committed By: simonb
Date: Sun Oct 23 23:30:31 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Remove extraneous "d" in a printf format string in UVM history dump
(leftover int format specifier from conversion to FMTd32?).
To generate a
Module Name:src
Committed By: simonb
Date: Sat Jul 16 10:36:19 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
When operating on core files or /dev/mem when using the -M option,
use 64-bit math to calculate pool sizes. Fixes overflow errors for
pools la
Module Name:src
Committed By: simonb
Date: Sat Jul 16 10:36:19 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
When operating on core files or /dev/mem when using the -M option,
use 64-bit math to calculate pool sizes. Fixes overflow errors for
pools la
Module Name:src
Committed By: simonb
Date: Sat Jul 16 09:32:27 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded.
Avoids a coredump when called with "vmstat -M /dev/mem".
To gene
Module Name:src
Committed By: simonb
Date: Sat Jul 16 09:32:27 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded.
Avoids a coredump when called with "vmstat -M /dev/mem".
To gene
Module Name:src
Committed By: simonb
Date: Thu May 19 13:57:03 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Bump some column widths for "vmstat -mW".
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c
Please
Module Name:src
Committed By: simonb
Date: Thu May 19 13:57:03 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Bump some column widths for "vmstat -mW".
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c
Please
"Roland Illig" writes:
> Module Name: src
> Committed By: rillig
> Date: Sun Feb 27 19:00:46 UTC 2022
>
> Modified Files:
> src/usr.bin/vmstat: vmstat.c
>
> Log Message:
> vmstat: unexport file-scope variable numdisks
>
> There is no need to make this variable externally visible. Th
Module Name:src
Committed By: rillig
Date: Sun Feb 27 19:00:46 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
vmstat: unexport file-scope variable numdisks
There is no need to make this variable externally visible. There are
several more variables in
Module Name:src
Committed By: rillig
Date: Sun Feb 27 19:00:46 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
vmstat: unexport file-scope variable numdisks
There is no need to make this variable externally visible. There are
several more variables in
Roland Illig writes:
> Am 09.02.2022 um 08:34 schrieb matthew green:
> > Module Name:src
> > Committed By: mrg
> > Date: Wed Feb 9 07:34:18 UTC 2022
> >
> > Modified Files:
> > src/usr.bin/vmstat: vmstat.c
> >
> > Log Message:
> > allow the number of disks displayed
Am 09.02.2022 um 08:34 schrieb matthew green:
Module Name:src
Committed By: mrg
Date: Wed Feb 9 07:34:18 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
allow the number of disks displayed in the default output
to be controlled.
To generate a diff o
Module Name:src
Committed By: wiz
Date: Wed Feb 9 07:51:45 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Fix typo in usage.
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Wed Feb 9 07:51:45 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Fix typo in usage.
To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/usr.bin/vmstat/vmstat.c
Please note that diffs are not p
Module Name:src
Committed By: mrg
Date: Wed Feb 9 07:34:18 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
allow the number of disks displayed in the default output
to be controlled.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/
Module Name:src
Committed By: mrg
Date: Wed Feb 9 07:34:18 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
allow the number of disks displayed in the default output
to be controlled.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/
Module Name:src
Committed By: mrg
Date: Wed Feb 9 07:34:08 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.1
Log Message:
allow the number of disks displayed in the default output
to be controlled.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/us
Module Name:src
Committed By: mrg
Date: Wed Feb 9 07:34:08 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.1
Log Message:
allow the number of disks displayed in the default output
to be controlled.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/us
Module Name:src
Committed By: mrg
Date: Tue Feb 1 09:18:07 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
when picking which 2 disks to show in the 'vmstat' default output
and they haven't been specified on the command line, pick the two
devices that h
Module Name:src
Committed By: mrg
Date: Tue Feb 1 09:18:07 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
when picking which 2 disks to show in the 'vmstat' default output
and they haven't been specified on the command line, pick the two
devices that h
Module Name:src
Committed By: simonb
Date: Mon Dec 13 08:19:12 UTC 2021
Modified Files:
src/usr.bin/vmstat: vmstat.1
Log Message:
Update -m description to reflect reality. Kernel dynamic memory tracking
was removed long ago; only pool usage is reported.
To generate a di
Module Name:src
Committed By: simonb
Date: Mon Dec 13 08:19:12 UTC 2021
Modified Files:
src/usr.bin/vmstat: vmstat.1
Log Message:
Update -m description to reflect reality. Kernel dynamic memory tracking
was removed long ago; only pool usage is reported.
To generate a di
On 13/12/2018 04:00, Simon Burge wrote:
> While a bit wordier, I think that accurately describes the behaviour.
> LGTM.
Thanks. I had one other thought which I haven't investigated yet but did
we change behaviour intentionally? My committed change complements the
description of -c
"Repeat the disp
Hi Sevan,
Sevan Janiyan wrote:
> How about this?
>
> Index: usr.bin/vmstat/vmstat.1
> ===
> RCS file: /cvsroot/src/usr.bin/vmstat/vmstat.1,v
> retrieving revision 1.23
> diff -u -p -r1.23 vmstat.1
> --- usr.bin/vmstat/vmstat.1 13
How about this?
Index: usr.bin/vmstat/vmstat.1
===
RCS file: /cvsroot/src/usr.bin/vmstat/vmstat.1,v
retrieving revision 1.23
diff -u -p -r1.23 vmstat.1
--- usr.bin/vmstat/vmstat.1 13 Dec 2018 01:29:10 - 1.23
+++ usr.bin/v
Hi Simon,
On 13/12/2018 02:14, Simon Burge wrote:
> +If
> +.Nm
> +is invoked without any options, it displays the summary of statistics since
> +boot and exits.
>
> That's not true for the process and memory info though, right? For
> those two these are their current state, not a summary
Hi Sevan,
"Sevan Janiyan" wrote:
> Module Name: src
> Committed By: sevan
> Date: Thu Dec 13 01:29:11 UTC 2018
>
> Modified Files:
>
> src/usr.bin/vmstat: vmstat.1
>
> Log Message:
>
> Describe what happens when you run vmstat witout any options aka the first
> line
> of vmstat.
On Mar 7, 9:22am, mar...@netbsd.org (Martin Husemann) wrote:
-- Subject: Re: CVS commit: src/usr.bin/vmstat
| On Sun, Mar 06, 2016 at 01:01:28PM -0500, Christos Zoulas wrote:
| > Module Name:src
| > Committed By: christos
| > Date: Sun Mar 6 18:01:28
On Sun, Mar 06, 2016 at 01:01:28PM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Mar 6 18:01:28 UTC 2016
>
> Modified Files:
> src/usr.bin/vmstat: Makefile
>
> Log Message:
> Work around gcc on sparc64 bug
This warning should in general be
34 matches
Mail list logo