CN113626151B - Container cloud log collection resource control method and system - Google Patents

Container cloud log collection resource control method and system Download PDF

Info

Publication number
CN113626151B
CN113626151B CN202110908542.9A CN202110908542A CN113626151B CN 113626151 B CN113626151 B CN 113626151B CN 202110908542 A CN202110908542 A CN 202110908542A CN 113626151 B CN113626151 B CN 113626151B
Authority
CN
China
Prior art keywords
log
container
priority
flow control
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110908542.9A
Other languages
Chinese (zh)
Other versions
CN113626151A (en
Inventor
闫鹏
赵井达
贾立平
吴瑞
李峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Qianyun Qichuang Information Technology Co ltd
Shandong Trusted Cloud Information Technology Research Institute
Original Assignee
Shandong Qianyun Qichuang Information Technology Co ltd
Shandong Trusted Cloud Information Technology Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Qianyun Qichuang Information Technology Co ltd, Shandong Trusted Cloud Information Technology Research Institute filed Critical Shandong Qianyun Qichuang Information Technology Co ltd
Priority to CN202110908542.9A priority Critical patent/CN113626151B/en
Publication of CN113626151A publication Critical patent/CN113626151A/en
Application granted granted Critical
Publication of CN113626151B publication Critical patent/CN113626151B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45583Memory management, e.g. access or allocation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention belongs to the field of cloud computing, and provides a container cloud log collection resource control method and system. The method comprises the steps of configuring the scanning frequency, the log priority and the flow control threshold of a log container; initializing limited resources of a log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by a log container engine; scanning the log files within the log container based on the configured scanning frequency; the method comprises the steps of monitoring the instantaneous flow of a network outlet of a log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the number of bytes per packet and the sending speed according to the sending factor.

Description

Container cloud log collection resource control method and system
Technical Field
The invention belongs to the field of cloud computing, and particularly relates to a container cloud log collection resource control method and system.
Background
The statements in this section merely provide background information related to the present disclosure and may not necessarily constitute prior art.
With the popularization of cloud computing, in order to quickly solve various problems in applications, log analysis becomes an indispensable main means, and log collection, storage and retrieval become key technologies. The traditional log processing mode is that the log is written on a local disk, is only used for checking on-line problems, is rarely used for data analysis, and is logged on a machine to be checked by a command line when required. The containers and the application logs deployed therein, particularly those that have used the container orchestration system, the container of which machine the log is on, and the container application on which the business occurs when multiple container instances are applied, are all uncertain, which undoubtedly increases the difficulty of log analysis.
For this purpose, the industry developed related solutions and techniques based on the de facto standard open-source project Kubernetes (hereinafter K8S) of the container cloud. Currently there are two output forms for container journals, stdout and stderr standard output and journaling file records. Kubernetes does no container log collection work, but provides three related schemes: the first is daemon (daemon) mode, the second is Sidecar (Sidecar) mode, the third is a mixed mode, the second mode is adopted, application logs are copied to a node directory, and then collected by the first mode, and the situation that the node stores two logs can occur.
In the second Sidecar (Sidecar) approach: and running a sidecar container in the Pod, wherein the sidecar container is used for collecting logs generated by the POD main container, and the sidecar is started in preference to the main container, is suitable for collecting application logs, does not invade the container in which the application is located, but invades the Pod in which the application is located. Third native approach: direct intrusion into the application container is required using kubecl logs to view locally maintained logs directly, or by the log driver of the container engine redirecting the logs into the system of files, syslog, fluentd, etc. Where Pod is made up of one or more containers (e.g., docker containers) and has the ability to share storage/network/UTS/PIDs, as well as the specifications of the operating container. And in Kubernetes Pod is the smallest atomic unit that can be scheduled.
The inventor finds that although the second Sidecar mode is an industry standard scheme, if a plurality of Sidecar containers work at full load concurrently, the problem of overlarge resource consumption occurs, node resources are seriously occupied, the service of a main container is influenced, and even the serious consequence of container breakdown is caused.
Disclosure of Invention
In order to solve the technical problem that collection resources of application logs are consumed greatly in a container cloud side vehicle mode in the background art, the invention provides a container cloud log collection resource control method and system, which can fully reduce consumption of a log function on machine resources and give consideration to timeliness of log collection.
In order to achieve the above purpose, the present invention adopts the following technical scheme:
a first aspect of the present invention provides a container cloud log collection resource control method, including:
configuring the scanning frequency, the log priority and the flow control threshold of a log container;
initializing limited resources of a log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by a log container engine;
scanning the log files within the log container based on the configured scanning frequency;
the method comprises the steps of monitoring the instantaneous flow of a network outlet of a log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the number of bytes per packet and the sending speed according to the sending factor.
Further, three configuration items of the scanning frequency of the log container, the log priority and the flow control threshold are stored in the etcd service.
Further, the configuration of the scan frequency configuration item of the log container is in seconds.
Further, when the scan frequency configuration item of the log container is configured to be quasi-real time, frequency control is not performed.
Further, when the log priority configuration item of the log container is configured to be a priority not set, priority control is not participated.
Further, the configuration unit MB/sec of the flow control threshold configuration item of the log container.
Further, a token bucket algorithm is employed to control log output flow control when scanning log files within a log container based on a configured scanning frequency.
A second aspect of the present invention provides a container cloud log collection resource control system comprising:
the parameter configuration module is used for configuring the scanning frequency, the log priority and the flow control threshold value of the log container;
a priority control module for initializing defined resources of the log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by the log container engine;
a log scanning module for scanning log files within the log container based on the configured scanning frequency;
and the flow control module is used for monitoring the instantaneous flow of the network outlet of the log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the byte number and the sending speed of each sent packet according to the sending factor.
A third aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps in a container cloud log collection resource control method as described above.
A fourth aspect of the invention provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps in a container cloud log collection resource control method as described above when the program is executed.
Compared with the prior art, the invention has the beneficial effects that:
the method effectively allocates the resource consumption peak value when the log output quantity of the multi-application container is large to the subsequent time window, thereby not only integrally improving the node operation efficiency, but also achieving the purpose of protecting the continuous operation of the main container application.
Additional aspects of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the invention.
FIG. 1 is a schematic diagram of a side truck in accordance with an embodiment of the present invention;
FIG. 2 is a flow chart of container cloud log collection resource control logic of an embodiment of the present invention;
fig. 3 is a token bucket algorithm of an embodiment of the invention.
Detailed Description
The invention will be further described with reference to the drawings and examples.
It should be noted that the following detailed description is illustrative and is intended to provide further explanation of the invention. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the present invention. As used herein, the singular is also intended to include the plural unless the context clearly indicates otherwise, and furthermore, it is to be understood that the terms "comprises" and/or "comprising" when used in this specification are taken to specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof.
Example 1
As known from the background art, the side car mode of log collection is, as shown in fig. 1, a scheme of directly reading the log file of the application and sending the log file to a remote storage through a side car (sidecar) container. I.e., put the log agent into the Pod where the application is located, rather than on the node. In this way, when the application container is deployed onto k8s, the business container writes the log in a Volume, such as under the/var/logs directory. Because Volume is shared in Pod, the sidecar container (log container) must directly read the log file by sharing the Volume, then forward the log file to the centralized elastic search storage by fluent log component, and then build index, facilitating subsequent retrieval. The advantage of this solution is that it is not invasive to the application container and does not require modification of the application log module. The method is suitable for most container application log scenes, and can flexibly manage the sidecar containers. The scheme is simple to deploy, has strong multi-tenant isolation and is very friendly to a host machine, so that the scheme becomes a main log collection scheme. The disadvantage of the side-by-side approach to log collection is that this approach is not suitable for scenarios where multiple application containers on a node continue to produce a large number of log records. For example, when multiple sidecar containers work concurrently under full load, the problem of excessive resource consumption occurs, node resources (memory and network) are seriously occupied, the service of the main container is affected, and even the whole Pod is towed.
As shown in fig. 2, in order to solve the above-mentioned problem, the present embodiment provides a container cloud log collection resource control method, which specifically includes the following steps:
step 1: the scanning frequency, the log priority and the flow control threshold of the log container are configured.
The design principle of the side car mode is known that the side car container can not generate excessive cpu, memory and network consumption when running, but generate a large amount of resource consumption when the log is sent in full load due to frequent log scanning and log reading. The new scheme uses the design that a log agent exists in each pod, but a new set of control modules is added, and the three key points of log scanning frequency, log reading and flow control and priority of sending are preconfigured, so that the aim of dynamically regulating and controlling the log collection rhythm according to the configuration during operation is expected to be achieved.
In a specific implementation, when the log container is created, three configuration item scanning frequencies, log priorities and flow control thresholds are added, which are respectively indicated as ScanningFrequency, logSendingPriority, logFlowControl, and the three configuration items are stored in the etcd service.
The etcd is a distributed system for storing key-value, which is distributed and reliable, and is used for storing key data in the distributed system; it is not only used for storage, but also provides configuration sharing and service discovery; based on Go language.
Scanning frequency: the configuration of the scan frequency configuration item of the log container is in seconds. Such as 10s, every 10 s.
When the scanning frequency configuration item of the log container is configured to be quasi-real-time, frequency control is not performed.
LogSendingPriority:
For example: the log priority of the log container is 0-10, with 1 being highest and 10 being lowest. When the log priority configuration item of the log container is configured to be not set with priority, priority control is not participated.
It should be noted that, a person skilled in the art may specifically set the log priority according to the actual situation.
Log flowcontrol: configuration units MB/sec for the flow control threshold configuration items of the log container. If 30 MB/s is configured, no current limit is performed below this value, and 0 is configured to be no flow control.
Step 2: defined resources of the log container are initialized according to the configured log priority, and the upper limit of the resources when the log container runs is controlled by the log container engine.
Step 3: the log files within the log container are scanned based on the configured scanning frequency.
In implementations, a token bucket algorithm is employed to control log output flow control when scanning log files within a log container based on a configured scanning frequency.
As shown in fig. 3, token Bucket algorithm (Token Bucket):
over time, the system will add Token to the bucket at constant 1/QPS intervals (10 ms if qps=100) and will not add if the bucket is full. The new requests are made to temporarily remove one Token each and block or deny service if no Token is available. Another benefit of token buckets is the speed at which they can be easily changed. Once the rate needs to be increased, the rate of tokens placed in the bucket is increased as needed. A number of tokens is typically added to the bucket at regular time (e.g., 100 ms), and some variant algorithms calculate the number of tokens that should be added in real time.
Step 4: the method comprises the steps of monitoring the instantaneous flow of a network outlet of a log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the number of bytes per packet and the sending speed according to the sending factor.
In order to adjust the fine control of the collection of fluent d in the log container, the above steps are implemented in the collection plug-in of fluent d.
According to the method, the consumption of collection resources of the container cloud logs is reduced, the problem that the consumption of collection resources of the application logs is large in a container cloud side vehicle mode is solved, the consumption of a log function on machine resources is fully reduced, and timeliness of log collection is considered.
The embodiment mainly relates to a set of resource control mechanism added during log acquisition in a side car mode, and three key points of flow control and priority of log reading and sending are controlled through log scanning frequency; the embodiment fully utilizes the original resource isolation and limitation of the container cloud, supports the bottom technologies such as container flow monitoring, container timer (Job) and the like, and most simply realizes a complete set of resource control mechanism.
Example two
The embodiment provides a container cloud log collection resource control system, which specifically comprises the following modules:
the parameter configuration module is used for configuring the scanning frequency, the log priority and the flow control threshold value of the log container;
a priority control module for initializing defined resources of the log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by the log container engine;
a log scanning module for scanning log files within the log container based on the configured scanning frequency;
and the flow control module is used for monitoring the instantaneous flow of the network outlet of the log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the byte number and the sending speed of each sent packet according to the sending factor.
Here, each module of the present embodiment corresponds to each step in the first embodiment, and the implementation process is the same, which is not described here.
Example III
The present embodiment provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps in a container cloud log collection resource control method as described above.
Example IV
The embodiment provides a computer device, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the steps in the container cloud log collection resource control method when executing the program.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, magnetic disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random access Memory (Random AccessMemory, RAM), or the like.
The above description is only of the preferred embodiments of the present invention and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. A container cloud log collection resource control method, comprising:
configuring the scanning frequency, the log priority and the flow control threshold of a log container;
initializing limited resources of a log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by a log container engine;
scanning the log files within the log container based on the configured scanning frequency;
a token bucket algorithm is adopted to control log output flow control when the log files in the log container are scanned based on the configured scanning frequency;
monitoring the instantaneous flow of the network outlet of the log container, and comparing the instantaneous flow with a flow control threshold in real time to adjust the transmission factor of the log container, and regulating and controlling the byte number and the transmission speed of each transmitted packet according to the transmission factor;
the scan frequency, log priority and flow control threshold of the configuration log container are specifically as follows: a log agent design exists in each pod, but a new control module is added, and the three key points of log scanning frequency, log reading and flow control and priority of sending are preconfigured, so that the aim of dynamically regulating and controlling the log collection rhythm according to configuration in running is expected to be achieved;
when a log container is created, three configuration item scanning frequencies, log priorities and flow control thresholds are added and are respectively indicated as ScanningFrequency, logSendingPriority, logFlowControl, and the three configuration items are stored in etcd service;
scanning frequency: when the scanning frequency configuration item of the log container is configured to be quasi-real-time, frequency control is not performed;
log sendingpriority: when the configuration 0 of the log priority configuration item of the log container is not set with priority, the log priority configuration item does not participate in priority control;
log flowcontrol: the flow control threshold configuration item of the log container is configured 0 to be not subject to flow control.
2. The container cloud log collection resource control method of claim 1, wherein the configuration of the scan frequency configuration item of the log container is in seconds.
3. The container cloud log collection resource control method of claim 1, wherein the configuration units MB/sec of the flow control threshold configuration items of the log container.
4. A container cloud log collection resource control system based on the container cloud log collection resource control method according to any one of claims 1 to 3, comprising:
the parameter configuration module is used for configuring the scanning frequency, the log priority and the flow control threshold value of the log container;
a priority control module for initializing defined resources of the log container according to the configured log priority, and controlling the upper limit of the resources when the log container runs by the log container engine;
a log scanning module for scanning log files within the log container based on the configured scanning frequency;
a token bucket algorithm is adopted to control log output flow control when the log files in the log container are scanned based on the configured scanning frequency;
and the flow control module is used for monitoring the instantaneous flow of the network outlet of the log container, comparing the instantaneous flow with a flow control threshold in real time to adjust the sending factor of the log container, and regulating the byte number and the sending speed of each sent packet according to the sending factor.
5. A computer readable storage medium having stored thereon a computer program, characterized in that the program when executed by a processor implements the steps in the container cloud log collection resource control method of any of claims 1-3.
6. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps in the container cloud log collection resource control method of any of claims 1-3 when the program is executed by the processor.
CN202110908542.9A 2021-08-09 2021-08-09 Container cloud log collection resource control method and system Active CN113626151B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110908542.9A CN113626151B (en) 2021-08-09 2021-08-09 Container cloud log collection resource control method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110908542.9A CN113626151B (en) 2021-08-09 2021-08-09 Container cloud log collection resource control method and system

Publications (2)

Publication Number Publication Date
CN113626151A CN113626151A (en) 2021-11-09
CN113626151B true CN113626151B (en) 2024-03-08

Family

ID=78383576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110908542.9A Active CN113626151B (en) 2021-08-09 2021-08-09 Container cloud log collection resource control method and system

Country Status (1)

Country Link
CN (1) CN113626151B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546668B (en) * 2022-04-27 2022-08-09 恒生电子股份有限公司 Log collection method and device, electronic equipment and computer readable storage medium
CN115145683B (en) * 2022-06-22 2024-05-28 北京火山引擎科技有限公司 Cloud service implementation method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107544888A (en) * 2017-07-11 2018-01-05 新华三技术有限公司 A kind of log processing method and system
CN107943802A (en) * 2016-10-12 2018-04-20 北京京东尚科信息技术有限公司 A kind of log analysis method and system
CN109491859A (en) * 2018-10-16 2019-03-19 华南理工大学 For the collection method of container log in Kubernetes cluster
CN110399272A (en) * 2019-07-29 2019-11-01 中国工商银行股份有限公司 Log processing equipment, method, electronic equipment and computer readable storage medium
CN111008180A (en) * 2019-10-29 2020-04-14 烽火通信科技股份有限公司 Method and device for collecting log files in container and electronic equipment
CN111258722A (en) * 2020-02-14 2020-06-09 苏州浪潮智能科技有限公司 Cluster log acquisition method, system, device and medium
CN111782465A (en) * 2020-06-23 2020-10-16 杭州溪塔科技有限公司 Fluent-based container log collection method and system and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107943802A (en) * 2016-10-12 2018-04-20 北京京东尚科信息技术有限公司 A kind of log analysis method and system
CN107544888A (en) * 2017-07-11 2018-01-05 新华三技术有限公司 A kind of log processing method and system
CN109491859A (en) * 2018-10-16 2019-03-19 华南理工大学 For the collection method of container log in Kubernetes cluster
CN110399272A (en) * 2019-07-29 2019-11-01 中国工商银行股份有限公司 Log processing equipment, method, electronic equipment and computer readable storage medium
CN111008180A (en) * 2019-10-29 2020-04-14 烽火通信科技股份有限公司 Method and device for collecting log files in container and electronic equipment
CN111258722A (en) * 2020-02-14 2020-06-09 苏州浪潮智能科技有限公司 Cluster log acquisition method, system, device and medium
CN111782465A (en) * 2020-06-23 2020-10-16 杭州溪塔科技有限公司 Fluent-based container log collection method and system and storage medium

Also Published As

Publication number Publication date
CN113626151A (en) 2021-11-09

Similar Documents

Publication Publication Date Title
US8601471B2 (en) Dynamically managing virtual machines
Beloglazov et al. Adaptive threshold-based approach for energy-efficient consolidation of virtual machines in cloud data centers.
EP3507692B1 (en) Resource oversubscription based on utilization patterns in computing systems
CN113626151B (en) Container cloud log collection resource control method and system
US8161260B2 (en) Optimal memory allocation for guested virtual machine(s)
US9104498B2 (en) Maximizing server utilization within a datacenter
US7908605B1 (en) Hierarchal control system for controlling the allocation of computer resources
US7890712B2 (en) Method, apparatus and program product for managing memory in a virtual computing system
CN110609743A (en) Method, electronic device and computer program product for configuring resources
US20180365298A1 (en) Methods and systems to reduce time series data and detect outliers
US20150058844A1 (en) Virtual computing resource orchestration
CN102158535A (en) Cloud computing operating system
CN103399781B (en) Cloud Server and virtual machine management method thereof
CN106134141A (en) A kind of method and device updating network service describer NSD
CN110865881A (en) Resource scheduling method and device
CN105024842A (en) Method and device for capacity expansion of server
US20190317816A1 (en) Methods and systems to reclaim capacity of unused resources of a distributed computing system
CN106528065B (en) A kind of thread acquisition methods and equipment
Alyas et al. Live migration of virtual machines using a mamdani fuzzy inference system
CN112698952A (en) Unified management method and device for computing resources, computer equipment and storage medium
US20230281056A1 (en) Artificial Intelligence Application Task Management Method, System, Device, and Storage Medium
KR102045039B1 (en) Apparatus and method for redistributing hardware resources for server consolidation
CN105302641A (en) Node scheduling method and apparatus in virtual cluster
CN114661419A (en) Service quality control system and method
CN111767139A (en) Cross-region multi-data-center resource cloud service modeling method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant