Skip to main content

Introduction

Usage Steps​

  1. Ensure your system meets the compatibility requirements.
  2. Confirm your Collector address and license key.
  3. Install the .NET Core Agent.
  4. Complete the Agent setup.
  5. Enable monitoring.
  6. View data through the management page. If you encounter any issues, please refer to Troubleshooting.

Compatibility Requirements​

Before installing the Agent, please make sure your system meets the following conditions:

  • Operating System: Must meet one of the following:

    • Windows 7 / Server 2008 SP2 or above
    • Linux 64-bit
  • .NET Core Deployment Modes: The following modes are supported:

    • Compiled as an exe file, started with the command /path/to/xxx.exe
    • Compiled as a dll file, started with the command dotnet /path/to/xxx.dll
    • Compiled as a dll file and deployed to IIS, started by IIS. In this mode, IIS forwards requests to the .NET subprocess, so the .NET Agent must also be installed to monitor the data.