Module netapp_ontap.models.web_statistics_workers

Copyright © 2022 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class WebStatisticsWorkersSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)

The fields of the WebStatisticsWorkers object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

available: Size GET

Indicates the total number of running worker threads available for request processing.

Example: 95

busy: Size GET

Indicates the total number of running worker threads actively processing requests.

Example: 1

closing: Size GET

Indicates the total number of worker threads closing their connections.

Example: 0

keep_alive: Size GET

Indicates the total number of worker threads servicing session keep-alive requests.

Example: 0

logging: Size GET

Indicates the total number of worker threads logging their results.

Example: 0

reading: Size GET

Indicates the total number of worker threads reading data from the input stream.

Example: 0

ready: Size GET

Indicates the total number of worker threads waiting for requests.

Example: 95

total: Size GET

Indicates the maximum number of worker threads that can be started in the server to service requests.

Example: 96

writing: Size GET

Indicates the total number of worker threads writing data to the output stream.

Example: 1