Options
All
  • Public
  • Public/Protected
  • All
Menu

ServerResourceUsage contains information about the server resource usage on a host at a particular point in time.

Hierarchy

  • ServerResourceUsage

Index

Properties

cpuUsage

cpuUsage: number

The CPU usage as a percentage.

executingQueries

executingQueries: number

The number of queries that were executed during the last sampling interval.

executingReports

executingReports: number

The number of reports that were executed during the last sampling interval.

executingViewsheets

executingViewsheets: number

The number of viewsheets that were executed during the last sampling interval.

gcCount

gcCount: number

The number of times that the garbage collector has run during the last sampling period.

gcTime

gcTime: number

The total amount of time, in milliseconds, that was spent in garbage collection during the last sampling interval.

host

host: string

The hostname of the machine from which the resource usage was recorded.

memoryUsage

memoryUsage: number

The memory usage in bytes.

timestamp

timestamp: string

The ISO 8601-formatted date and time at which the resource usage was recorded.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc