Tencent Cloud Code AnalysisTencent Cloud Code Analysis
Guide
API
  • IDE

    • Visual Studio Code TCA Plugin
    • JetBrains IDEs TCA Plugin
  • CNB

    • CNB TCA Plugin
    • CNB TCA Badge
  • Jenkins

    • Jenkins TCA Plugin
  • MCP

    • TCA MCP Server
  • Advanced

    • Intranet Repository Analysis
    • API 触发分析
    • Optimizing Analysis Speed
    • Improving the Issue Detection Rate
  • Other

    • Issue Ignoring Methods
Try Now
  • Service Agreement
  • Privacy Agreement
  • 简体中文
  • English
Guide
API
  • IDE

    • Visual Studio Code TCA Plugin
    • JetBrains IDEs TCA Plugin
  • CNB

    • CNB TCA Plugin
    • CNB TCA Badge
  • Jenkins

    • Jenkins TCA Plugin
  • MCP

    • TCA MCP Server
  • Advanced

    • Intranet Repository Analysis
    • API 触发分析
    • Optimizing Analysis Speed
    • Improving the Issue Detection Rate
  • Other

    • Issue Ignoring Methods
Try Now
  • Service Agreement
  • Privacy Agreement
  • 简体中文
  • English
  • Guide

    • Function Overview
    • Quick Start
    • Permission Configuration
    • 仓库配置
    • 分析方案
    • 分析项目
    • Component Composition Analysis
    • Node Management
    • Enhanced Analysis
    • AI Assistant
    • Plugin Configuration
    • Tool Rules
    • Frequently Asked Questions
    • Glossary

Enhanced Analysis

In addition to integrating well-known industry analysis tools, TCA also has independently developed standalone tools that serve as enhanced analysis modules for TCA.

Official Website Version License

Applicable to the Tencent Cloud Code Analysis SaaS version, this license requires purchase. After successful purchase, enhanced analysis capabilities can be used. Click to visit the Purchase Address, and select the Analysis Concurrency Resource Count package type.

How to View Resource Usage

Navigate to Team Menu -> Resource Usage Page to view:

Resource Usage

Private Cloud License

TCA supports configuring a private cloud License for the private cloud version, enabling customers to use enhanced analysis capabilities in an intranet environment.

  • In the cls directory of the TCA distribution package, execute the following command to obtain the Server ID and Client License:

    $ ./cls server
    2022-04-13 18:35:29.356510559 +0800 CST [INFO] Version: 20220328.1
    2022-04-13 18:35:29.44083463 +0800 CST [INFO] The client license is:
    xxx
    2022-04-13 18:35:29.454552966 +0800 CST [INFO] License Server ID: xxx
    
    • Server ID: Machine code, used to apply for License authorization from the TCA team.

    • Client License: Provided to the TCA Client to facilitate tool authentication (important, it is recommended to back up and retain).

    Warning

    Note: The command must be executed in the CLS directory

  • Configure CLS service information in the config.ini file under the TCA Client directory, for example:

    [LICENSE_CONFIG]
    ; [Optional] Required when using standalone tools, not needed by default
    ; Domain name and port of the License service
    URL=http://<IP or domain name>:<port>
    BASE_PATH=
    LICENSE=<Client License>
    
Last Updated:: 12/31/25, 12:40 PM
Contributors: nickctang, faberihe
Prev
Node Management
Next
AI Assistant