Displaying 4 results from an estimated 4 matches for "bigfile_copy".
Did you mean:
bigfile_copy2
2016 Oct 26
3
NFS help
On Tue, Oct 25, 2016 at 12:48 PM, Matt Garman <matthew.garman at gmail.com> wrote:
> On Mon, Oct 24, 2016 at 6:09 PM, Larry Martell <larry.martell at gmail.com> wrote:
>> The machines are on a local network. I access them with putty from a
>> windows machine, but I have to be at the site to do that.
>
> So that means when you are offsite there is no way to access
2016 Oct 26
0
NFS help
...eneral rule of thumb is at least 2x the amount of RAM in the C7 host.
You could create a tarball of /usr, for example (e.g. "tar czvf
/tmp/bigfile.tar.gz /usr" assuming your /tmp partition is big enough
to hold this). Then, first do this: "time scp /tmp/bigfile.tar.gz
localhost:/tmp/bigfile_copy.tar.gz". This will literally make a copy
of that big file, but will route through most of of the network stack.
Make a note of how long it took. And also be sure your /tmp partition
is big enough for two copies of that big file.
Now, repeat that, but instead of copying to localhost, copy to...
2016 Oct 27
2
NFS help
...is at least 2x the amount of RAM in the C7 host.
> You could create a tarball of /usr, for example (e.g. "tar czvf
> /tmp/bigfile.tar.gz /usr" assuming your /tmp partition is big enough
> to hold this). Then, first do this: "time scp /tmp/bigfile.tar.gz
> localhost:/tmp/bigfile_copy.tar.gz". This will literally make a copy
> of that big file, but will route through most of of the network stack.
> Make a note of how long it took. And also be sure your /tmp partition
> is big enough for two copies of that big file.
>
> Now, repeat that, but instead of copyi...
2016 Oct 27
0
NFS help
...the amount of RAM in the C7 host.
>> You could create a tarball of /usr, for example (e.g. "tar czvf
>> /tmp/bigfile.tar.gz /usr" assuming your /tmp partition is big enough
>> to hold this). Then, first do this: "time scp /tmp/bigfile.tar.gz
>> localhost:/tmp/bigfile_copy.tar.gz". This will literally make a copy
>> of that big file, but will route through most of of the network stack.
>> Make a note of how long it took. And also be sure your /tmp partition
>> is big enough for two copies of that big file.
>>
>> Now, repeat that,...