This app displays the Random Entropy Available as presented in the kernel.
This should be used alongside Seeder or in conjunction with your own performance testing.
There is currently some discussion the loading apps requires there to be random numbers available.
I got the idea after reading over this forum post:
http://forum.xda-developers.com/showthread.php?p=36359613
I read up about random entropy seeding and I'm using the following values:
Performance changes:
Do not randomize address spaces: Performance Gain at loss of security?
busybox sysctl -w kernel.randomize_va_space=0
Minimum number to write random numbers: (Goal is 4096, so this is 25%.) Observed value 133 at beginning.
sysctl -w kernel.random.write_wakeup_threshold=1024
sysctl -w kernel.random.write_wakeup_threshold=4096
Minimum number to read random numbers: // gives it more time to read?
sysctl -w kernel.random.read_wakeup_threshold=512
Also interesting: I took a bunch of screenshots for this app release, and the number dipped down quite a bit..
</div> <div jsname="WJz9Hc" style="display:none">app นี้จะแสดงปฎิบัติสุ่มตามที่นำเสนอใน kernel
นี้ควรจะใช้ควบคู่ไปกับ Seeder หรือใช้ร่วมกับการทดสอบประสิทธิภาพของคุณเอง
ขณะนี้ยังไม่มีการอภิปรายบางปพลิเคชันโหลดต้องที่จะมีตัวเลขสุ่ม
ผมมีความคิดหลังจากที่ได้อ่านไปโพสต์ฟอรั่มนี้:
http://forum.xda-developers.com/showthread.php?p=36359613
ผมอ่านขึ้นเกี่ยวกับการเพาะเอนโทรปีสุ่มและฉันใช้ค่าต่อไปนี้:
การเปลี่ยนแปลงการปฏิบัติงาน:
ไม่สุ่มช่องว่างที่อยู่: ได้รับประสิทธิภาพที่สูญเสียความปลอดภัย?
Busybox sysctl-w kernel.randomize_va_space = 0
จำนวนขั้นต่ำในการเขียนตัวเลขสุ่ม: (. เป้าหมายคือ 4096 ดังนั้นนี้คือ 25%) 133 ค่าสังเกตที่จุดเริ่มต้น
kernel.random.write_wakeup_threshold sysctl-w = 1024
kernel.random.write_wakeup_threshold sysctl-w = 4096
จำนวนขั้นต่ำในการอ่านตัวเลขสุ่ม: / / ให้มันมีเวลามากขึ้นในการอ่าน?
kernel.random.read_wakeup_threshold sysctl-w = 512
ที่น่าสนใจยัง: ฉันเอาพวงของจอสำหรับการเปิดตัว app นี้และจำนวนจุ่มลงค่อนข้างบิต ..</div> <div class="show-more-end">