Show Stat Platform

Displays individual and cumulative platform statistics for all servers including one or more of the following: logical disk, paging file, memory, individual network, process, and system.

Details

Used without the optional statisticgroup argument, displays a list of platform statistics for logical disk, paging file, memory, network activity, processes running, and system activity. To display only a subset of statistics, add a group of statistics as an optional argument by using one of the qualifiers. You can enter this command at the server console to display statistics for the local server or at the remote server console to display statistics for a remote server.

Table 1. Platform statistics

Statistic

Group Qualifier

Network

network

Logical disk

logicaldisk

Memory

memory

Paging file

pagingfile

Platform

platform

Process

process

System

system

Syntax

 Show Stat Platform statisticgroup 

Examples

Show Stat Platform -- Displays a complete list of platform statistics

Show Stat platform.logicaldisk.* -- Displays all of the platform statistics in the logical disk group. The following statistics are only available on Microsoft Windows platforms:

  • Number of reads issued or completed
  • Number of writes issued or completed
  • Number of bytes read
  • Number of bytes written

Sample output is shown here:

sh stat platform.log*
Platform.LogicalDisk.1.AssignedName = C
Platform.LogicalDisk.1.AvgQueueLen = 0
Platform.LogicalDisk.1.AvgQueueLen.Avg = 0
Platform.LogicalDisk.1.AvgQueueLen.Peak = 0.01
Platform.LogicalDisk.1.BytesReadPerSec = 68.23
Platform.LogicalDisk.1.BytesWrittenPerSec = 20,629.63
Platform.LogicalDisk.1.PctUtil = 0.14
Platform.LogicalDisk.1.PctUtil.Avg = 0.38
Platform.LogicalDisk.1.PctUtil.Peak = 1.11
Platform.LogicalDisk.1.ReadsPerSec = 0.02
Platform.LogicalDisk.1.WritesPerSec = 2.05
Platform.LogicalDisk.TotalNumofDisks = 1
12 statistics found

To display a single statistic, enter the name of the statistic as the optional argument instead of the wildcard (*).