Display Server Statistics

Microsoft.Windows.Server.6.2.Computer.NetStatisticsServer.Task (Task)

Display a list of all the network statistics for the Server service of the server.

Knowledge Base article:

Summary

This Task executes the “NET STATISTICS SERVER” command which displays the statistics log for the Server service.

Element properties:

TargetMicrosoft.Windows.Server.6.2.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.6.2.Computer.NetStatisticsServer.Task" Target="WindowsServer!Microsoft.Windows.Server.6.2.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\NET.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine>statistics server</CommandLine>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>