FileServerStats#

class FileServerStats(number_of_files=None, number_of_connections=None, average_latency_us=None, read_latency_us=None, write_latency_us=None, metadata_latency_us=None, average_throughput_bps=None, write_throughput_bps=None, read_throughput_bps=None, average_iops=None, write_iops=None, read_iops=None, metadata_iops=None, snapshot_used_bytes=None, dataset_space_used_bytes=None, total_tiered_bytes=None, av_scanned_file_count=None, av_threat_count=None, av_cleaned_file_count=None, av_quarantined_file_count=None, av_latency_ms=None, av_throughput_bps=None, icap_daemon_queue_length=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

File server statistics model

Parameters:
  • number_of_files – (number_of_files) The number of files metric.

  • number_of_connections – (number_of_connections) The number of active connections metric.

  • average_latency_us – (average_latency_us) The average access latency metric in microseconds.

  • read_latency_us – (read_latency_us) The average read latency metric in microseconds.

  • write_latency_us – (write_latency_us) The average write latency metric in microseconds.

  • metadata_latency_us – (metadata_latency_us) The average metadata latency in microseconds.

  • average_throughput_bps – (average_throughput_bps) The average throughput metric in bytes per second.

  • write_throughput_bps – (write_throughput_bps) The write throughput metric in bytes per second.

  • read_throughput_bps – (read_throughput_bps) The read throughput metric in bytes per second.

  • average_iops – (average_iops) The average Input/Output rate metric is measured in IOPS.

  • write_iops – (write_iops) The write Input/Output rate metric is measured in IOPS.

  • read_iops – (read_iops) The file server read Input/Output rate metric is measured in IOPS.

  • metadata_iops – (metadata_iops) The metadata Input/Output rate metric is measured in IOPS.

  • snapshot_used_bytes – (snapshot_used_bytes) Disk space in bytes used by the snapshots.

  • dataset_space_used_bytes – (dataset_space_used_bytes) Disk space in bytes used by the file server or mount target dataset.

  • total_tiered_bytes – (total_tiered_bytes) Total tiered data in bytes to the object store.

  • av_scanned_file_count – (av_scanned_file_count) The number of files scanned by the antivirus.

  • av_threat_count – (av_threat_count) The number of threats found by the antivirus.

  • av_cleaned_file_count – (av_cleaned_file_count) The number of files cleaned by the antivirus.

  • av_quarantined_file_count – (av_quarantined_file_count) The number of files quarantined by the antivirus.

  • av_latency_ms – (av_latency_ms) The antivirus average latency in milliseconds.

  • av_throughput_bps – (av_throughput_bps) The antivirus throughput in bytes per second.

  • icap_daemon_queue_length – (icap_daemon_queue_length) The length of an antivirus scan queue.

property av_cleaned_file_count#

The number of files cleaned by the antivirus.

Type:

list[ TimeIntValuePair ]

property av_latency_ms#

The antivirus average latency in milliseconds.

Type:

list[ TimeIntValuePair ]

property av_quarantined_file_count#

The number of files quarantined by the antivirus.

Type:

list[ TimeIntValuePair ]

property av_scanned_file_count#

The number of files scanned by the antivirus.

Type:

list[ TimeIntValuePair ]

property av_threat_count#

The number of threats found by the antivirus.

Type:

list[ TimeIntValuePair ]

property av_throughput_bps#

The antivirus throughput in bytes per second.

Type:

list[ TimeIntValuePair ]

property average_iops#

The average Input/Output rate metric is measured in IOPS.

Type:

list[ TimeIntValuePair ]

property average_latency_us#

The average access latency metric in microseconds.

Type:

list[ TimeIntValuePair ]

property average_throughput_bps#

The average throughput metric in bytes per second.

Type:

list[ TimeIntValuePair ]

property dataset_space_used_bytes#

Disk space in bytes used by the file server or mount target dataset.

Type:

list[ TimeIntValuePair ]

property icap_daemon_queue_length#

The length of an antivirus scan queue.

Type:

list[ TimeIntValuePair ]

property metadata_iops#

The metadata Input/Output rate metric is measured in IOPS.

Type:

list[ TimeIntValuePair ]

property metadata_latency_us#

The average metadata latency in microseconds.

Type:

list[ TimeIntValuePair ]

property number_of_connections#

The number of active connections metric.

Type:

list[ TimeIntValuePair ]

property number_of_files#

The number of files metric.

Type:

list[ TimeIntValuePair ]

property read_iops#

The file server read Input/Output rate metric is measured in IOPS.

Type:

list[ TimeIntValuePair ]

property read_latency_us#

The average read latency metric in microseconds.

Type:

list[ TimeIntValuePair ]

property read_throughput_bps#

The read throughput metric in bytes per second.

Type:

list[ TimeIntValuePair ]

property snapshot_used_bytes#

Disk space in bytes used by the snapshots.

Type:

list[ TimeIntValuePair ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property total_tiered_bytes#

Total tiered data in bytes to the object store.

Type:

list[ TimeIntValuePair ]

property write_iops#

The write Input/Output rate metric is measured in IOPS.

Type:

list[ TimeIntValuePair ]

property write_latency_us#

The average write latency metric in microseconds.

Type:

list[ TimeIntValuePair ]

property write_throughput_bps#

The write throughput metric in bytes per second.

Type:

list[ TimeIntValuePair ]