Networking report shows period of VERY high activity

Status
Not open for further replies.

cts

Cadet
Joined
Sep 8, 2016
Messages
6
I am seeing something weird and am not sure where to look. I have a FreeNAS Mini XL with 4x4tb raid10 disks - supporting NFS/iScsi (for now).

When i am moving large files (4gb -> 40gb) to the NAS via either NFS or iScsi i see good throughput and then there are periods of High network activity (maybe like retries???) and during those periods there is NO disk activity being reported.

I have attached a screen clipping of the network and disk activity.

Any thoughts?
 

Attachments

  • Screen clipping taken 982016 957 AM.pdf
    167.2 KB · Views: 257

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
You can paste a screenshot directly into the post. Most security conscious folks are't going to open an unknown PDF.
 

cts

Cadet
Joined
Sep 8, 2016
Messages
6
I will try to post the screen shot directly:
upload_2016-9-8_10-7-14.png


upload_2016-9-8_10-7-22.png
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
My guess is that RAM is buffering the writes, which is why you don't see disk activity. And possibly why your throughput increases. Sync writes will need to be written to the pool, which tends to slow things down. If you throw some sync=disabled workloads into the mix (like possible your iscsi), then zfs will use RAM.
 

Mirfster

Doesn't know what he's talking about
Joined
Oct 2, 2015
Messages
3,215
How much RAM you got? Do you have a good SLOG? *Sorry, don't know what the FreeNAS Mini comes with and too lazy to look it up...

I vote "no" for having sync=disabled, but to each their own. ;)
 

cts

Cadet
Joined
Sep 8, 2016
Messages
6
the FreeNAS Mini XL comes with 32GB of ram. How do i check SLOG?
 

Mirfster

Doesn't know what he's talking about
Joined
Oct 2, 2015
Messages
3,215
Notice mine shows a drive under "logs":
Code:
zpool status
  pool: ASC-ISCSI-V01
state: ONLINE
  scan: none requested
config:

  NAME  STATE  READ WRITE CKSUM
  ASC-ISCSI-V01  ONLINE  0  0  0
  mirror-0  ONLINE  0  0  0
  gptid/3c425ade-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  gptid/3cea0c4f-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  mirror-1  ONLINE  0  0  0
  gptid/3d9ded5e-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  gptid/3e4aec5a-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  mirror-2  ONLINE  0  0  0
  gptid/3ef3d0b4-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  gptid/3f999ec8-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  mirror-3  ONLINE  0  0  0
  gptid/4044d272-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  gptid/40eaae5b-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  mirror-4  ONLINE  0  0  0
  gptid/41939289-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  gptid/42376123-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  logs
  gptid/a96a9141-6bbb-11e6-90bb-000c293acb47  ONLINE  0  0  0
  spares
  gptid/9da42339-6bbb-11e6-90bb-000c293acb47  AVAIL
  gptid/9e4846e4-6bbb-11e6-90bb-000c293acb47  AVAIL

errors: No known data errors

That is my Intel DC S3710 200GB SSD which is being used as a SLOG
 

cts

Cadet
Joined
Sep 8, 2016
Messages
6
interesting - when i enter zpool status i get:

Code:
[root@freenas ~]# zpool status                                                 
  pool: freenas-boot                                                           
state: ONLINE                                                                 
  scan: scrub repaired 0 in 0h0m with 0 errors on Thu Sep  8 03:45:17 2016     
config:                                                                         
                                                                               
        NAME        STATE     READ WRITE CKSUM                                 
        freenas-boot  ONLINE       0     0     0                               
          ada0p2    ONLINE       0     0     0                                 
                                                                               
errors: No known data errors                                                   
                                                                               
  pool: vg01                                                                   
state: ONLINE                                                                 
  scan: resilvered 21.9M in 0h0m with 0 errors on Wed Sep  7 07:53:56 2016     
config:                                                                         
                                                                               
        NAME                                            STATE     READ WRITE CKS
UM                                                                             
        vg01                                            ONLINE       0     0   
0                                                                             
          mirror-0                                      ONLINE       0     0   
0                                                                             
            gptid/c0425ec1-74f1-11e6-bca4-d05099c0ff2f  ONLINE       0     0   
0                                                                             
            gptid/608ea009-747d-11e6-9a01-d05099c0ff2f  ONLINE       0     0   
0                                                                             
          mirror-1                                      ONLINE       0     0   
0                                                                             
            gptid/618451e4-747d-11e6-9a01-d05099c0ff2f  ONLINE       0     0   
0                                                                             
            gptid/6276a1d7-747d-11e6-9a01-d05099c0ff2f  ONLINE       0     0   
0                                                                             
                                                                               
errors: No known data errors   
 
Status
Not open for further replies.
Top