Low bitrate when writing from /dev/urandom to /dev/null The Next CEO of Stack OverflowWhat...
Is a linearly independent set whose span is dense a Schauder basis?
Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?
How can a day be of 24 hours?
Find the majority element, which appears more than half the time
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?
Raspberry pi 3 B with Ubuntu 18.04 server arm64: what pi version
Is it okay to majorly distort historical facts while writing a fiction story?
Planeswalker Ability and Death Timing
Does the Idaho Potato Commission associate potato skins with healthy eating?
Gauss' Posthumous Publications?
Free fall ellipse or parabola?
How exploitable/balanced is this homebrew spell: Spell Permanency?
Direct Implications Between USA and UK in Event of No-Deal Brexit
How seriously should I take size and weight limits of hand luggage?
Airship steam engine room - problems and conflict
Shortening a title without changing its meaning
Cannot restore registry to default in Windows 10?
How can I separate the number from the unit in argument?
How to unfasten electrical subpanel attached with ramset
Can you teleport closer to a creature you are Frightened of?
Oldie but Goldie
Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?
Is it a bad idea to plug the other end of ESD strap to wall ground?
Low bitrate when writing from /dev/urandom to /dev/null
The Next CEO of Stack OverflowWhat prevents rm /dev/null?How to dump data to DVD when the disk space reach 80% on RAID 1, and clean the dumped space from disk after burnThe 'real', 'user' and 'sys' description from time(1) differ when they shouldn't?Why is my /dev/random so slow when using dd?Does dd care when cloning from smaller hdd to bigger hdd?Can dd copy raw data from hard drives when operating system cannot recognize file system of partitions of hard disks?dd from /dev/zero to /dev/sda does not overwrite the whole diskRecovering data from a hard drive which disappears from /dev upon reading data in a bad blockSecurely wiping a drive with DD, /dev/zero or /dev/urandom?dd read into /dev/null, page cache
now for something completely different. I've got a Mac server and I got to continuously dd-write from /dev/urandom to /dev/null, efficiently. And now the data transfer speed is only about 11Mb/s. This feels wrong for me and I would like to increase the speed.
What should I check first?
Is it slow randomize algorithm, maybe some features are not supported by my CPU, or is it the kernel dropping the data to /dev/null too much slowly? I could use /dev/random instead, but its deprecated and does not guarantee sequence randomness.
Maybe I should rebuild the kernel tweaking some features? Oh I know, that's Mac and for sure I cannot rebuild the kernel... Will freebsd write to /dev/null faster?
freebsd dd
New contributor
add a comment |
now for something completely different. I've got a Mac server and I got to continuously dd-write from /dev/urandom to /dev/null, efficiently. And now the data transfer speed is only about 11Mb/s. This feels wrong for me and I would like to increase the speed.
What should I check first?
Is it slow randomize algorithm, maybe some features are not supported by my CPU, or is it the kernel dropping the data to /dev/null too much slowly? I could use /dev/random instead, but its deprecated and does not guarantee sequence randomness.
Maybe I should rebuild the kernel tweaking some features? Oh I know, that's Mac and for sure I cannot rebuild the kernel... Will freebsd write to /dev/null faster?
freebsd dd
New contributor
1
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago
add a comment |
now for something completely different. I've got a Mac server and I got to continuously dd-write from /dev/urandom to /dev/null, efficiently. And now the data transfer speed is only about 11Mb/s. This feels wrong for me and I would like to increase the speed.
What should I check first?
Is it slow randomize algorithm, maybe some features are not supported by my CPU, or is it the kernel dropping the data to /dev/null too much slowly? I could use /dev/random instead, but its deprecated and does not guarantee sequence randomness.
Maybe I should rebuild the kernel tweaking some features? Oh I know, that's Mac and for sure I cannot rebuild the kernel... Will freebsd write to /dev/null faster?
freebsd dd
New contributor
now for something completely different. I've got a Mac server and I got to continuously dd-write from /dev/urandom to /dev/null, efficiently. And now the data transfer speed is only about 11Mb/s. This feels wrong for me and I would like to increase the speed.
What should I check first?
Is it slow randomize algorithm, maybe some features are not supported by my CPU, or is it the kernel dropping the data to /dev/null too much slowly? I could use /dev/random instead, but its deprecated and does not guarantee sequence randomness.
Maybe I should rebuild the kernel tweaking some features? Oh I know, that's Mac and for sure I cannot rebuild the kernel... Will freebsd write to /dev/null faster?
freebsd dd
freebsd dd
New contributor
New contributor
New contributor
asked 3 hours ago
Dodger.elfDodger.elf
1
1
New contributor
New contributor
1
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago
add a comment |
1
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago
1
1
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago
add a comment |
0
active
oldest
votes
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Dodger.elf is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420184%2flow-bitrate-when-writing-from-dev-urandom-to-dev-null%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dodger.elf is a new contributor. Be nice, and check out our Code of Conduct.
Dodger.elf is a new contributor. Be nice, and check out our Code of Conduct.
Dodger.elf is a new contributor. Be nice, and check out our Code of Conduct.
Dodger.elf is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1420184%2flow-bitrate-when-writing-from-dev-urandom-to-dev-null%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Its not the writing to /dev/null thats the bottleneck, its.the creation of random data. How random do you need random to be?
– davidgo
3 hours ago
It must be totally random. Not having this, I will never end my Qi harmonizing experiment.
– Dodger.elf
3 hours ago
In that case, forget it. You should not even be using urandom, you should (at best) be using /dev/random as /dev/urandom is not totally random (arguably /dev/random isnt either, but its a lot better). Your understanding of /dev/random and other things is incorrect.
– davidgo
3 hours ago