FreeBSD Bugzilla – Attachment 89703 Details for
Bug 126694
[PATCH] net-mgmt/net-snmp: treat inactive memory as cache in new
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 460 bytes, created by
Michael W Lucas
on 2008-08-20 22:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael W Lucas
Created:
2008-08-20 22:10:01 UTC
Size:
460 bytes
patch
obsolete
>--- agent/mibgroup/hardware/memory/memory_freebsd.c-dist 2008-08-20 16:19:11.000000000 -0400 >+++ agent/mibgroup/hardware/memory/memory_freebsd.c 2008-08-20 16:20:23.000000000 -0400 >@@ -129,7 +129,7 @@ > if (!mem->descr) > mem->descr = strdup("Cached memory"); > mem->units = vmem.v_page_size; >- mem->size = vmem.v_cache_count; >+ mem->size = vmem.v_cache_count + vmem.v_inactive_count ; > mem->free = -1; > }
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 126694
: 89703