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=36359613I 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..इस app रैंडम उपलब्ध Entropy कर्नेल के रूप में प्रस्तुत प्रदर्शित करता है.
बोने की मशीन के साथ या अपने खुद के प्रदर्शन के परीक्षण के साथ संयोजन के रूप में इस्तेमाल किया जाना चाहिए.
वर्तमान में कुछ चर्चा क्षुधा लोड हो रहा है वहाँ की आवश्यकता है यादृच्छिक संख्या उपलब्ध है.
मैं इस मंच पोस्ट पर पढ़ने के बाद विचार मिला:http://forum.xda-developers.com/showthread.php?p=36359613मैं यादृच्छिक उस ऊर्जा का परिमाण जो यांत्रिक ऊर्जा में परिवर्तित नहीं हो सकती बोने के बारे में पढ़ा है और मैं निम्नलिखित मूल्यों का उपयोग कर रहा हूँ:
प्रदर्शन परिवर्तन:
सुरक्षा के नुकसान में प्रदर्शन का लाभ: मत randomize पते रिक्त स्थान है?
busybox sysctl-w kernel.randomize_va_space = 0
न्यूनतम संख्या यादृच्छिक संख्या लिखने: (लक्ष्य 4096 है, तो यह 25% है) के शुरुआत में 133 मूल्य मनाया.
sysctl-w kernel.random.write_wakeup_threshold = 1024
sysctl-w kernel.random.write_wakeup_threshold 4096 =
न्यूनतम संख्या यादृच्छिक संख्या पढ़ने के: / / इसे और अधिक पढ़ने के लिए समय देता है?
sysctl-w kernel.random.read_wakeup_threshold 512 =
यह भी दिलचस्प है: मैं इस app रिहाई के लिए स्क्रीनशॉट का एक गुच्छा ले लिया, और संख्या नीचे काफी एक बिट डूबा ..