Cloud Operation Maintenance Log Package Table Structure Description

  • Last update:December 14, 2021
  • I. Overview

    1.Feature Introduction

    Cloud operation maintenance relies on the treasures data package. The specific CSV table structure of this data package will be described in detail below.


    II. Get Treasure Data Package

    Enter the Decision-making Platform and select "Management > Intelligent Operations > Cloud Operation and Maintenance", and click "Download Log" to download the data package.

    企业微信截图_20211209141517.png

    III. Data Package Structure

    1. Monthly data package

    After unzip, you can see several days data package and one month data package information.

    企业微信截图_20211209150230.png

    2. Daily data package

    After unzip the daily data package have 11 CSV tables.

    企业微信截图_20211209150325.png


    3. Export Log

    The server log will be saved in the treasures.zip data package in the form of a compressed package. There are two kinds of files in the data package:

    1) The log file of the selected month (treasxxxxxx.zip)

    2) Monthly data package file (package.json)

    企业微信截图_20211209150655.png

    The information in the package.json file is the application name, application ID, the month that the data package belongs to, and the number of daily data packages contained in the month's data package.

    • The content of the json file in the treasure compressed package for multi-months:

    企业微信截图_20211209151201.png

    • The content of the json file in the treasure compressed package for single months:

    企业微信截图_20211209151412.png

    IV. Table and Field Introduction

    1. package

    Packet information table:basic information of the application, each data packet contains this, used to identify the source of the data packet.


    Field
    Explanation
    appnameApplication Name
    appidApplication ID
    timepackage time,for example:2018-11-01 (In the case of automatic export: the package of the previous day is exported at 4:00 am every day, and it is recorded as the day before the export date)
    versionCloud Operation and Maintenance version



    2. execute

    Template usage table: record the execution details of the template.

    Field
    Explanation
    idPrimary key
    tnameTemplate name ( the full path of reportlet folder)
    displayNameThe name of the directory mounted to the platform (full path)
    timeRecord time
    memoryProject memory
    typeTemplate access type
    consumeThe background time-consuming
    sqlTimeSQL run time-consuming
    userIdUser ID
    completecalculate finished or not
    sourceweblink access/platform access
    reportIdTemplate ID
    browerBrowser
    sessionIDSession ID


    3. executeSql

    SQL execution table: record the execution details of SQL.

    Field
    Explanation
    executeidExcute ID
    dsnameDataset name
    sqltimeSQL run time-consuming,unit is milliseconds
    rowsSize of dataset,row
    columnsSize of dataset,column
    timeRun time-consuming,format is timestamp
    connectionDatabase connection name
    connectionIDDatabase connection tag ID


    4. realTime

    Application real-time status table:The real-time status of the application is recorded every minute.

    Field
    Explanation
    nodeNode name
    timeRecord time,One per minute
    memoryMemory status of current JVM
    cpuCPU usage
    sessionnumLive session number
    onlinenumSystem online number of people
    pidProgress ID
    templateRequestThe request number of calculating template
    httpRequestTotal number of HTTP requests being processed
    sessionRequestNumber of SessionID requests being processed


    5. consumePoint

    Performance burying point collection table:The performance of the template is recorded once a day.

    Field
    Explanation
    id
    Buried point ID
    source

    1 --- the current system

    0 --- the embedded point of the plugin

    -1--- no source is defined

    timeStart Time
    usernameUsername ID
    finishEnd Time
    consumeTime-consuming, unit (ms)
    memoryMemory size,unit (byte)
    titleTemplate name ( the full path of reportlet folder)
    textsessionID
    typeOperate type
    commentMore specific information
    bodyjson data structure, storing different information according to different buried points


    6. focusPoint

    Feature usage table:record the usage of function points and various buried point information

    FieldExplanationExample
    idBuried point IDFor example:FR-F4001
    sourceBuried point source

    embed --- the current system

    plugin --- the embedded point of the plugin

    undefined --- no source is defined

    timetimeTime to use this function
    usernameusernameUsername ID
    titletitleMajor Information
    text
    contentFeatures major information
    bodyBuried point specific information

    json data structure, storing different information according to different buried points


    7. errorRecord

    Error log record table: record the error log that occurred in the system.

    FieldExplanation
    tnameError template name(the full path of reportlet folder)
    timeError record time
    displayNameThe name of the directory mounted to the platform (full path)
    platformDisplay

    Whether to display in the platform(1--yes,0--no)

    The recording rule is: there is an error log recorded to this table, this field is recorded as 1, otherwise this field is recorded as 0

    usernameUser ID
    msgError information
    errorcodeError code
    traceError path


    8. gcRecord

    GC log record table: record the GC information of the system.

    FieldData Type & UnitExplanation
    gcStartTimelong timestampGC start time
    gcTypeStringGC type
    gcCauseStringGC cause
    pidStringprogress pid
    nodeStringThe node name named by the user, the stand-alone environment record is empty
    durationlong msGC time of duration
    youngBeforeUsedlong KBUsed memory before young generation GC
    youngBeforeCommittedlong KBCommitted memory before young generation GC
    youngAfterUsedlong KBUsed memory after young generation GC
    youngAfterCommittedlong KBCommitted memory after young generation GC
    oldBeforeUsedlong KBUsed memory before GC in the old age
    oldBeforeCommittedlong KBCommitted memory before GC in the old age
    oldAfterUsedlong KBUsed memory after GC in the old age
    oldAfterCommittedlong KBCommitted memory after GC in the old age
    metaspaceBeforeUsedlong KBUsed memory before metaspace GC
    metaspaceBeforeCommittedlong KBCommitted memory before metaspace GC
    metaspaceAfterUsedlong KBUsed memory after metaspace GC
    metaspaceAfterCommittedlong KBCommitted memory after metaspace GC
    heapBeforeUsedlong KBHeap memory usage before GC
    heapBeforeCommittedlong KBCommitted memory for heap before GC
    heapAfterUsedlong KBHeap memory usage after GC
    heapAfterCommittedlong KBCommitted memory for heap after GC
    balancePromoterScoreint Abort calculation score
    releasePromoterScoreint Free session score
    loadScoreint Overall load score


    9. processLog

    Record logs related to cloud operation and maintenance tasks.

    FieldExplanation
    timeTime
    nodeNode
    processProcess


    10. recordOperate

    Management log table: When the user operates the module, a record will be added to the table and the corresponding information record will be filled in the corresponding field.

    FieldExplanation
    typeRecord Type
    itemSetting Item
    operateOperate Type
    usernameUsername
    ipIP
    timeUser Operate Time


    11. recordWrite

    Date Entry the log record table: record the execution details of the date entry operation.

    FieldExplanation
    usernameData entry username
    tnameTemplate name
    timeData entry time
    resultfilling successful or not
    ipData entry IP address
    displayNameThe directory path where the template is mounted on the platform
    browserBrowser version
    consumeTime spent of data entry


    Attachment List


    Theme: Decision-making Platform
    • 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