dpearcefl
Contributor
- Joined
- Aug 4, 2015
- Messages
- 145
I I run the following command I get this result:
Then if I run this command I get this result:
My replication tasks are taking forever to run over a 1 Gb connection.
Is the "ps aux" line blocks to be transferred?
The receiving server is getting 500 Mb/sec inbound from this server.
How can I tell how big a snapshot is?
Thanks for helping me understand replication.
Code:
% ps aux | grep "zfs:" root 4275 8.2 0.0 48608 3728 - S 10:58AM 2:30.52 zfs: sending tank1/Storage1/VMLinks@auto-20160616.1400-100y (54%: 179632353040/329792907320) (zfs)
Then if I run this command I get this result:
Code:
% zfs get used | grep "VMLinks@auto-20160616.1400-100y" tank1/Storage1/VMLinks@auto-20160616.1400-100y used 183K -
My replication tasks are taking forever to run over a 1 Gb connection.
Is the "ps aux" line blocks to be transferred?
The receiving server is getting 500 Mb/sec inbound from this server.
How can I tell how big a snapshot is?
Thanks for helping me understand replication.