Network Detection

  • Last update: December 01, 2025
  • Overview

    Version

    FineDataLink VersionFunctional Change
    4.0/

    Application Scenario

    Generally, FineDataLink project is deployed on middleware, relying on JDBC to connect to the database. You can access platform resources through the Internet.

    Therefore, when performance problems occur, it is necessary to determine whether they are caused by network problems.

    Function Description

    FineDataLink has built-in system detection plugins that support Network Detection. When encountering performance problems, you can use this tool to quickly detect whether there are any network problems.

    • Basic Network Detection: detects the current network environment, analyzes link latency, and checks external and internal network problems.

    • Network Component Detection: checks network components like FineDB, business database, FTP file server, Redis status server, and OSS storage server.

    Basic Network Detection

    Basic network detection checks the network environment and link latency of the network between the user and the FineDataLink server.

    Setting Detection Configuration Items

    Before conducting basic network detection, you (the admin) can customize the detection configurations.

    Log in to the FineDataLink system as the admin, choose System Management > Intelligent O&M > Network Detection, and click the  icon to go to Global Setting. Then, you can adjust the basic network detection settings, as shown in the following figure.

    Setting ItemDescriptionDefault ValueSupported Configuration Value
    Packet size for data transmissionPacket size passed during basic network detection10 MB5, 10, 15, 20, and 25
    Transmission timeoutTime duration threshold for determining transmission timeout during basic network detection20 seconds5, 10, 20, 30, and 60
    Transmission timesNumber of transmission tests during basic network detection5 times3, 5, 10, and 20

    Performing Detection

    After setting the configurations, you can perform basic network detection.

    Log in to the FineDataLink system as the admin, choose System Management > Intelligent O&M > Network Detection > Basic Network Detection. You are advised to perform Network Environment Detection first before conducting Link Time Consumption Analysis.

    You need to wait for a period of time to finish the detection. You can cancel the detection at any time by clicking Stop Detection.

    Viewing the Detection Result

    The detection result is displayed on the Basic Network Detection page, as shown in the following figure.

    1. Network Environment Detection

    iconNote:

    The detected speeds of download and upload only represent the download and upload speeds of the connection between a user and the platform, not the actual bandwidth of the user's network connection.

    Therefore, there may be a significant difference between the detected speed and that detected by other speed measurement tools.

    Detection ItemDescription
    DelayMax-min difference of detection time consumption (unit: ms)
    Download

    Download: Download rate during detection (unit: Mbps)

    Time Consumption: Download time during detection (unit: ms)

    Jittering: Average download time during detection (unit: ms)

    Upload

    Upload: Uploaded rate during detection (unit: Mbps)

    Time Consumption: Upload time during detection (unit: ms)

    Jittering: Average upload time during detection (unit: ms)

    Detection result

    Evaluate the network environment comprehensively based on the above detection items.

    There are three levels of detection results: good, moderate, and poor.

    Server addressProject IP address (default)

    2. Link Time Consumption Analysis

    The name, time, and status of the links for sending a request by browser, receiving the request by server, sending the response by server, and receiving the response by browser can be recorded.

    Network Component Detection

    Network Component Detection checks network components like FineDB, business database, FTP file server, Redis status server, and OSS storage server.

    Setting Detection Configuration Items

    Before conducting network component detection, you (the admin) can customize the detection configurations.

    Log in to the FineDataLink system as the admin, choose System Management > Intelligent O&M > Network Detection, and click the  icon to go to Global Setting, then you can adjust the network component detection settings, as shown in the following figure.

    Setting ItemDescriptionDefault ValueSupported Configuration Value
    Transmission timeoutTime duration threshold for determining transmission timeout during network component detection20 seconds5, 10, 20, 30, and 60
    Transmission timesNumber of transmission tests during network component detection5 times3, 5, 10, and 20

    Adding a Component

    You need to add a component first before detecting it.

    Log in to the FineDataLink system as the admin, choose System Management > Intelligent O&M > Network Detection > Network Component Detection, and click Add Network Component, as shown in the following figure.

    Supported network components:

    ComponentDescription
    FineDB

    External FineDB can be detected.

    If the project is configured with an external FineDB, the FineDB will be automatically added to the Network Component Detection page and cannot be deleted.

    Business database

    Data connections that currently exist in the system can be manually added.
    During business database detection, the first table returned by the system query is detected by default.  You can also customize the query statement for detection.

    FTPFTP file servers that currently exist in the system can be manually added.
    RedisRedis status servers that currently exist in the system can be manually added.
    OSSOSS storage servers that currently exist in the system can be manually added.

    Performing Detection

    For the added network components, you can detect a single one or detect them all in batches, as shown in the following figure.

    Viewing the Detection Result

    The detection result is displayed on the Network Component Detection page, as shown in the following figure.

    The detection logic and return results of various components are shown in the following table.

    ComponentDetection Logic
    FineDB

    1. Connectivity detection:

    Check if the component is properly connected.

    Check the time for the connection between a browser and a component.

    2. Component network detection:

    Store binary files of 1 MB, 10 MB, and 100 MB in sequence. Then query and delete them.

    Record the time of storage, query, and deletion.

    Business database1. Connectivity detection:

    Check if the component is properly connected.

    Check the time for the connection between a browser and a component.

    2. Component network detection:

    Query a single data item. The first table obtained by the SELECT statement (default statement) will be used by default. You can modify the statement.

    Record the times when the browser sends the request, the database receives the request, the database sends the response, the browser receives the response, and the query is executed.

    FTP1. Connectivity detection:

    Check if the component is properly connected.

    Check the time for the connection between a browser and a component.

    2. Component network detection:

    Store files of 1 MB, 10 MB, and 100 MB. Then download and delete them.

    Record the time consumption of upload, download, and deletion.

    Redis1. Connectivity detection:

    Check if the component is properly connected.

    Check the time for the connection between a browser and a component.

    2. Component network detection:

    Store string data of 1 MB, 10 MB, and 100 MB. Then download and delete them.

    Record the time consumption of upload, download, and deletion.

    OSS1. Connectivity detection:

    Check if the component is properly connected.

    Check the time for the connection between a browser and a component.

    2. Component network detection:

    Store an image, then read and delete it.

    Record the time consumption of upload, download, and deletion.

    Historical Detection Record

    Viewing Historical Detection Record

    You can view all records of basic network detection and network component detection in Historical Detection Record.

    On the Historical Detection Record page, you can:

    • View the detection content and results of each record.

    • Copy, delete, or generate reports for each record.

    • Select multiple records to generate reports in batches.

    Cleaning up Historical Detection Record

    Historical detection records will occupy memory. Therefore, you (the admin) need to make relevant settings to delete them automatically at a regular time.

    Log in to the FineDataLink system as the admin, choose System Management > Intelligent O&M > Network Detection, and click the  icon to go to Global Setting to set the frequency of clearing up historical detection records, as shown in the following figure.

    The system will clear up records every three months and retain records for the latest three months by default.

    icon

    Note

    :

    The latest three months refer to the past three months relative to the current date. For example, records from August 19, 2019, were deleted manually. Then the system would retain records from May 5, 2019, to August 19, 2019.

    Therefore, the log files will be retained for at least three months, and actually up to six months at most.

     

     

     


    附件列表


    主题: System Management
    • Helpful
    • Not helpful
    • Only read

    滑鼠選中內容,快速回饋問題

    滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。

    不再提示

    10s後關閉

    Get
    Help
    Online Support
    Professional technical support is provided to quickly help you solve problems.
    Online support is available from 9:00-12:00 and 13:30-17:30 on weekdays.
    Page Feedback
    You can provide suggestions and feedback for the current web page.
    Pre-Sales Consultation
    Business Consultation
    Business: international@fanruan.com
    Support: support@fanruan.com
    Page Feedback
    *Problem Type
    Cannot be empty
    Problem Description
    0/1000
    Cannot be empty

    Submitted successfully

    Network busy