NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/15327: getrusage(2) not reporting all statistics
The following reply was made to PR kern/15327; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/15327: getrusage(2) not reporting all statistics
Date: Fri, 8 May 2026 21:21:34 +0000 (UTC)
This ticket is really old. What were some of the invalid values (from
the original ticket)?
Here is my output today from this test:
r = 0
ru_utime.tv_sec = 0
ru_utime.tv_usec = 655
ru_stime.tv_sec = 0
ru_stime.tv_usec = 655
ru_maxrss = 7744
ru_ixrss = 8
ru_idrss = 4
ru_isrss = 12
ru_minflt = 169
ru_majflt = 0
ru_nswap = 0
ru_inblock = 0
ru_oublock = 0
ru_msgsnd = 0
ru_msgrcv = 0
ru_nsignals = 0
ru_nvcsw = 0
ru_nivcsw = 0
Home |
Main Index |
Thread Index |
Old Index