8505 only use for pfsense router it will overkill or not ?Hi, great thread and thank you to all that have provided so much information. I am looking at the CWWK Pentium Gold 8505 unit to use as a bare-metal pfSense router. I hope folks might have some feedback/experiences for the following questions.
1. What maximum OpenVPN client session speeds have you seen? (also any max performance information with WireGuard would be useful).
2. Looking at the forum posts, some folks getting higher temps with pfSense, does that translate to 15w-55w of power draw typically? (@iceman_jkh did you have any success with tunables for pfsense?)
Thanks all
After using fta's hw bios, my temps are much better and my CPU clocks aren't locked at 2.4Ghz. It's definitely an improvement.Hi, great thread and thank you to all that have provided so much information. I am looking at the CWWK Pentium Gold 8505 unit to use as a bare-metal pfSense router. I hope folks might have some feedback/experiences for the following questions.
1. What maximum OpenVPN client session speeds have you seen? (also any max performance information with WireGuard would be useful).
2. Looking at the forum posts, some folks getting higher temps with pfSense, does that translate to 15w-55w of power draw typically? (@iceman_jkh did you have any success with tunables for pfsense?)
Thanks all
TCC Offset: Location? Value?
TCC Offset Time Window: Location? Value? (note: must be set to non-zero value)
I set these in my boot script. I don't know how to set things at runtime for freebsd. I'm only familiar with linux. Since I'm using the Tcc Offset to do the appropriate throttling, I set these to the max: 55W for both (which is 55000000 in linux because it's units of microwatts).PL1/PL2: Location? Value?
Thanks!I set these in my boot script. I don't know how to set things at runtime for freebsd. I'm only familiar with linux. Since I'm using the Tcc Offset to do the appropriate throttling, I set these to the max: 55W for both (which is 55000000 in linux because it's units of microwatts).
Hi, I agree that it could be used for multiple purposes but have two reasons to run bare metal pfsense currently:8505 only use for pfsense router it will overkill or not ?
why not consider run in VM to fully utilise the box ?
I think as long you get more RAM should be able to cater multiple purposes / VMsHi, I agree that it could be used for multiple purposes but have two reasons to run bare metal pfsense currently:
1) want to ensure the performance for OpenVPN is maximised.
2) keep the configuration as simple as possible.
However might explore running pfsense within a hypervisor if there spare compute performance at a later date.
I set these in my boot script. I don't know how to set things at runtime for freebsd. I'm only familiar with linux. Since I'm using the Tcc Offset to do the appropriate throttling, I set these to the max: 55W for both (which is 55000000 in linux because it's units of microwatts).PL1/PL2: Location? Value?
Wow , good sharing .i have the 8505 unit and this is what im running right now:
View attachment 29089
as you can see the cpu is pretty bored, even with all the stuff im running on it.
using it just for pfsense would absolutely be overkill
this is my opnsense vm on this box running a 100mbit pppoe vdsl line:
View attachment 29090
as you can see its not really eating any cpu.
im only doing basic NAT though with no extras.
even your 8505 not able to cater the IDS mode consumption ?IPS of any kind will of course draw extra cpu power and not just a little.
depending on your internet-speed it can even overwhelm the cpu.
i am almost certain that 8505 wont cope with the load if you run full IPS with a 2.5 gbit line speed.
it will most likely bottleneck you.
i have tried sensei in IDS mode on opnsense for a few weeks and disabled it again.
while the additional visibility is nice, the additional resourceconsumption isnt worth it for me and my homenetwork![]()
PassMark PerformanceTest Linux
12th Gen Intel Core i7-1265U (x86_64)
10 cores @ 4800 MHz | 62.6 GiB RAM
Number of Processes: 12 | Test Iterations: 1 | Test Duration: Medium
--------------------------------------------------------------------------
CPU Mark: 19073
Integer Math 63361 Million Operations/s
Floating Point Math 41405 Million Operations/s
Prime Numbers 51.6 Million Primes/s
Sorting 31975 Thousand Strings/s
Encryption 15032 MB/s
Compression 209662 KB/s
CPU Single Threaded 3508 Million Operations/s
Physics 1145 Frames/s
Extended Instructions (SSE) 11065 Million Matrices/s
Memory Mark: 3292
Database Operations 6525 Thousand Operations/s
Memory Read Cached 31780 MB/s
Memory Read Uncached 20734 MB/s
Memory Write 15558 MB/s
Available RAM 62211 Megabytes
Memory Latency 45 Nanoseconds
Memory Threaded 41570 MB/s
--------------------------------------------------------------------------
PassMark PerformanceTest Linux
12th Gen Intel Core i7-1265U (x86_64)
10 cores @ 4800 MHz | 62.6 GiB RAM
Number of Processes: 12 | Test Iterations: 1 | Test Duration: Medium
--------------------------------------------------------------------------
CPU Mark: 19611
Integer Math 65354 Million Operations/s
Floating Point Math 41394 Million Operations/s
Prime Numbers 51.7 Million Primes/s
Sorting 29429 Thousand Strings/s
Encryption 14463 MB/s
Compression 234418 KB/s
CPU Single Threaded 3507 Million Operations/s
Physics 1207 Frames/s
Extended Instructions (SSE) 12188 Million Matrices/s
Memory Mark: 3383
Database Operations 6698 Thousand Operations/s
Memory Read Cached 31208 MB/s
Memory Read Uncached 21096 MB/s
Memory Write 15881 MB/s
Available RAM 62451 Megabytes
Memory Latency 42 Nanoseconds
Memory Threaded 42407 MB/s
--------------------------------------------------------------------------
PassMark PerformanceTest Linux
12th Gen Intel Core i7-1265U (x86_64)
10 cores @ 4800 MHz | 62.6 GiB RAM
Number of Processes: 12 | Test Iterations: 1 | Test Duration: Medium
--------------------------------------------------------------------------
CPU Mark: 20130
Integer Math 64188 Million Operations/s
Floating Point Math 41323 Million Operations/s
Prime Numbers 51.8 Million Primes/s
Sorting 32474 Thousand Strings/s
Encryption 16115 MB/s
Compression 241701 KB/s
CPU Single Threaded 3507 Million Operations/s
Physics 1263 Frames/s
Extended Instructions (SSE) 12132 Million Matrices/s
Memory Mark: 3343
Database Operations 6688 Thousand Operations/s
Memory Read Cached 30928 MB/s
Memory Read Uncached 21164 MB/s
Memory Write 15851 MB/s
Available RAM 62055 Megabytes
Memory Latency 43 Nanoseconds
Memory Threaded 42260 MB/s
--------------------------------------------------------------------------
I run proxmox. My script will set up everything you need. You'll need to install the powercap-utils package before running the script.@fta do you know where or if these can be set in the bios?
Some of us are using proxmox and any of your performance enhancements we can do in the bios is welcome.
I set these in my boot script. I don't know how to set things at runtime for freebsd. I'm only familiar with linux. Since I'm using the Tcc Offset to do the appropriate throttling, I set these to the max: 55W for both (which is 55000000 in linux because it's units of microwatts).