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..이 앱은 커널에서 제공로 사용할 수있는 임의 엔트로피를 표시합니다.
이것은 씨 뿌리는 사람과 함께 고객님의 성능 테스트와 함께 사용되어야합니다.
로드 앱이 임의의 숫자 사용할 수 없습니다 필요 어떤 논의가 현재 있습니다.
이 포럼 게시물을 통해 읽고 나면 생각이있어 :http://forum.xda-developers.com/showthread.php?p=36359613나는 임의의 엔트로피 시딩에 대해 최대 읽어 보니 다음과 같은 값을 사용 :
성능 변경 사항 :
주소 공간을 무작위하지 않음 : 성능 이득을 보안의 손실에?
비지 박스 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 = 4,096
임의의 숫자를 읽을 수있는 최소 인원 : / / 그에게 읽을 시간을 더 준다?
sysctl-w의 kernel.random.read_wakeup_threshold = 512
또한 흥미로운 :이 앱의 릴리스에 대한 스크린 샷을 잔뜩 먹었는데, 숫자는 꽤 아래로 담근 ..