Skip to content

Instantly share code, notes, and snippets.

@y12studio
Last active March 5, 2017 02:45
Show Gist options
  • Save y12studio/3a5edccc370345802e6fd060a1e7510a to your computer and use it in GitHub Desktop.
Save y12studio/3a5edccc370345802e6fd060a1e7510a to your computer and use it in GitHub Desktop.
ethereum parity sync test
$ parity --pruning fast
2017-03-05 08:04:40  Starting Parity/v1.6.0-unstable-810c71d-20170303/x86_64-linux-gnu/rustc1.15.1
..
2017-03-05 08:04:45  Syncing snapshot 1/89  #0    5/ 7/25 peers     3 MiB db    7 KiB chain  0 bytes queue   10 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 08:22:05  Syncing  #503518 2bd9…bf47   948 blk/s 1442 tx/s  56 Mgas/s   5398+    7 Qed   #508929    3/24/25 peers   200 MiB db    4 MiB chain   15 MiB queue    5 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 08:35:30  Syncing #1053041 58b1…a4eb   675 blk/s 2467 tx/s 145 Mgas/s   1372+    4 Qed  #1054420    3/25/25 peers   205 MiB db   11 MiB chain    4 MiB queue    6 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 09:02:06  Syncing #1727508 4505…f1f7    34 blk/s  266 tx/s  83 Mgas/s      0+ 5489 Qed  #1732999    0/25/25 peers   206 MiB db    5 MiB chain   51 MiB queue    6 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 09:37:41  Syncing #2365765 3185…7a75    99 blk/s  734 tx/s  56 Mgas/s      0+ 5682 Qed  #2371448    0/25/25 peers   206 MiB db    8 MiB chain   52 MiB queue    5 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 10:26:41  Syncing #2400485 acdc…5411     3 blk/s    9 tx/s   1 Mgas/s      0+11845 Qed  #2412331    0/25/25 peers   207 MiB db    6 MiB chain  250 MiB queue   49 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
$ parity --warp
..
2017-03-05 10:36:55  Syncing snapshot 64/89  #2400922    1/25/25 peers   145 MiB db    6 MiB chain  0 bytes queue   10 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
..
2017-03-05 10:38:08  Syncing snapshot 89/89  #2400922    0/24/25 peers   0 bytes db   11 KiB chain  0 bytes queue   10 KiB sync  RPC:  0 conn,  0 req/s,   0 µs
2017-03-05 10:38:15  Syncing #3290127 89c5…0c96    16 blk/s  142 tx/s   5 Mgas/s      0+    0 Qed  #3290127   21/23/25 peers     7 MiB db  901 KiB chain  0 bytes queue   11 MiB sync  RPC:  0 conn,  0 req/s,   0 µs
2017-03-05 10:38:20  Syncing #3290508 ee92…0ead    76 blk/s  634 tx/s  21 Mgas/s      0+    0 Qed  #3290508   21/23/25 peers    28 MiB db    1 MiB chain  0 bytes queue   21 MiB sync  RPC:  0 conn,  0 req/s,   0 µs

disk usage of chains/ethereum directory.

$ du -sh  ~/.local/share/io.parity.ethereum/chains/ethereum/
// #1000k
1.4G    /home/lin/.local/share/io.parity.ethereum/chains/ethereum/
// #1700k
2.9G    /home/lin/.local/share/io.parity.ethereum/chains/ethereum/
// #2300k
4.7G    /home/lin/.local/share/io.parity.ethereum/chains/ethereum/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment