[Bug 217606] Bridge stops working after some days
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 10 08:27:40 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217606
--- Comment #2 from Aiko Barz <aiko at torrentkino.de> ---
Today the other Bridge-Server had this issue.
But I forget to collect the memory situation before applying the workaround. :(
My current workaround:
$ ifconfig ix0 down
$ ifconfig ix0 up
$ ifconfig ix1 down
$ ifconfig ix1 up
This is the memory situation after applying the workaround:
$ sysctl hw | egrep 'hw.(phys|user|real)'
hw.physmem: 17095405568
hw.usermem: 14351601664
hw.realmem: 17179869184
$ grep memory /var/run/dmesg.boot
real memory = 17179869184 (16384 MB)
avail memory = 16531873792 (15766 MB)
$ freecolor -m -o
total used free shared buffers cached
Mem: 15866 2625 13240 0 0 0
Swap: 8192 0 8192
$ vmstat -s
1609035107 cpu context switches
3485091537 device interrupts
11107443 software interrupts
44940504 traps
55770968 system calls
25 kernel threads created
184620 fork() calls
35599 vfork() calls
4 rfork() calls
0 swap pager pageins
0 swap pager pages paged in
0 swap pager pageouts
0 swap pager pages paged out
64250 vnode pager pageins
64954 vnode pager pages paged in
1378 vnode pager pageouts
21763 vnode pager pages paged out
0 page daemon wakeups
297604 pages examined by the page daemon
0 pages reactivated
11889396 copy-on-write faults
6627 copy-on-write optimized faults
24742122 zero fill pages zeroed
0 zero fill pages prezeroed
663 intransit blocking page faults
41093137 total VM faults taken
63984 page faults requiring I/O
0 pages affected by kernel thread creation
7838450 pages affected by fork()
1220635 pages affected by vfork()
1524 pages affected by rfork()
0 pages cached
45799762 pages freed
0 pages freed by daemon
30066607 pages freed by exiting processes
2339 pages active
17759 pages inactive
0 pages in VM cache
669862 pages wired down
3371746 pages free
4096 bytes per page
38614188 total name lookups
cache hits (89% pos + 7% neg) system 0% per-directory
deletions 0%, falsehits 0%, toolong 0%
Those machines only run PF. Nothing else.
Kind regards,
Aiko
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list