FreeBSD Bugzilla – Attachment 13408 Details for
Bug 25545
Incorrect Mem value produced by top(1).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 558 bytes, created by
Yoshihiro Koya
on 2001-03-05 16:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiro Koya
Created:
2001-03-05 16:40:01 UTC
Size:
558 bytes
patch
obsolete
>--- machine.c.orig Tue Mar 6 01:23:21 2001 >+++ machine.c Tue Mar 6 01:31:37 2001 >@@ -330,7 +330,12 @@ > GETSYSCTL("vm.stats.vm.v_swappgsin", nspgsin); > GETSYSCTL("vm.stats.vm.v_swappgsout", nspgsout); > /* convert memory stats to Kbytes */ >+ memory_stats[0] = pagetok(memory_stats[0]); >+ memory_stats[1] = pagetok(memory_stats[1]); >+ memory_stats[2] = pagetok(memory_stats[2]); >+ memory_stats[3] = pagetok(memory_stats[3]); > memory_stats[4] = bufspace / 1024; >+ memory_stats[5] = pagetok(memory_stats[5]); > memory_stats[6] = -1; > > /* first interval */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25545
: 13408