neroadv.blogg.se

Memory monitor vbs
Memory monitor vbs






memory monitor vbs

' (To define Server Credentials, choose Tools->Options->Server Credentials) ' To use alternate credentials, enter a server that is defined in Server Credentials table. ' 2) strCredentials As String - Specify an empty string to use Network Monitor service credentials. ' 1) strComputer As String - Hostname or IP address of the computer you want to check ' Checks if a process, specified by strProcess, is running on the machine specified by strComputer. ' bResult = CheckProcess( "localhost", "", "explorer.exe" ) ' // command line), remove the comment character (') in the following 5 lines: ' // To test a function outside Network Monitor (e.g. ' CheckProcess( "localhost", "", "explorer.exe" )zĭim SYSDATA, SYSEXPLANATION ' Used by Network Monitor, don't change the names ' // visit the online ActiveXperts Network Monitor VBScript Guidelines at:

memory monitor vbs

' // For more information about ActiveXperts Network Monitor and VBScript, please ' // ActiveXperts Network Monitor - VBScript based checks To customize the above monitoring check, click on the 'Edit button' next to the 'File selection box'. You can also load a working sample first by clicking on the 'Load a sample, click here' link. In the 'Function parameters group box' enter the required parameters.

memory monitor vbs

In the 'Function selection box', select one of the functions, for instance: 'CheckProcess', 'CheckProcessmemory' or 'CheckNumProcesses'.In the 'File selection box', select 'Process.vbs'.On the 'Monitor menu', click 'New Monitoring Check (VBScript)'.To add a new VBScript-based Process check, do the following: The VBScript check can be customized by editing the VBScript function. Out-of-the-box, each VBScript function monitors the same items as the built-in check. Most of the built-in checks have a VBScript equivalent, implemented as a Function in a VBScript (.vbs) file. To monitor other items, or to combine monitoring items, you can make use of custom VBScript checks. Process.vbs - Monitor processes and process memory usage using ActiveXperts Network MonitorĪctiveXperts Network Monitor ships with a powerful set of pre-defined checks.Įach individual check has a static number of configuration items.








Memory monitor vbs