ArrayS3Performance

Properties

Name Type Description Notes
name str The name of the object (e.g., a file system or snapshot) [optional]
read_buckets_per_sec int Read bucket requests processed per second [optional]
write_buckets_per_sec int Write bucket requests processed per second [optional]
read_objects_per_sec int Read object requests processed per second [optional]
write_objects_per_sec int Write object requests processed per second [optional]
others_per_sec int Other operations processed per second [optional]
usec_per_read_bucket_op int Average time, measured in microseconds, that the array takes to process a read bucket request [optional]
usec_per_write_bucket_op int Average time, measured in microseconds, that the array takes to process a write bucket request [optional]
usec_per_read_object_op int Average time, measured in microseconds, that the array takes to process a read object request [optional]
usec_per_write_object_op int Average time, measured in microseconds, that the array takes to process a write object request [optional]
usec_per_other_op int Average time, measured in microseconds, that the array takes to process other operations [optional]
time int Sample time in milliseconds since UNIX epoch [optional]

[Back to Model list] [Back to API list] [Back to Overview]