Using the Performance Info tool - Manual - PLC Performance Info - Performance Info - Performance Info,

PLC Performance Info CLI Tool (perf-info)

Portfolio
SIMATIC AX
Product
PLC Performance Info
Software version
1.1.0
Edition
11/2023
Language
English (original)
Package Name
@ax/performance-info-docs

Using perf-info without additional commands will return the full set of available information. Specific subsets of data can be retrieved using additional commands. The general format is as follows:

apax perf-info [command] [options]

The following option is available for the base perf-info command:

  • -c|--continuous – Retrieve the latest performance information continuously

    NOTE: Data updates are based on polling rate (currently one second) and not COV (Change of Value) or cycle time.
    

Commands

  • cycle-time – Retrieves cycle time information
  • memory – Retrieves memory usage information
  • comm-load – Retrieves communication load information

General options

These options are available for all commands.

  • -?|-h|--help – Show help information
  • -t|--targetIP – The target PLC IP address
  • -u|--username - The authentication user name
  • -p|--password – The password for a password-protected target PLC
  • -C|--certificate – The file containing the public key for communicating with the PLC. For more information see certificate handling
  • -f|--format – Output format of the result. Tabular by default (tabular|CSV).

Cycle Time options

  • -c|--continuous – Retrieves the latest cycle time information continuously
  • --summary – Do not include detailed cycle time information per Task/OB
NOTE: Data updates are based on polling rate (currently one second) and not COV (Change of Value) or cycle time.