CN106775885B - Log output control method and system and bank management system - Google Patents

Log output control method and system and bank management system Download PDF

Info

Publication number
CN106775885B
CN106775885B CN201611219808.4A CN201611219808A CN106775885B CN 106775885 B CN106775885 B CN 106775885B CN 201611219808 A CN201611219808 A CN 201611219808A CN 106775885 B CN106775885 B CN 106775885B
Authority
CN
China
Prior art keywords
online service
log output
configuration information
timing
log
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
CN201611219808.4A
Other languages
Chinese (zh)
Other versions
CN106775885A (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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201611219808.4A priority Critical patent/CN106775885B/en
Publication of CN106775885A publication Critical patent/CN106775885A/en
Application granted granted Critical
Publication of CN106775885B publication Critical patent/CN106775885B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The log output control method and system and the bank management system provided by the invention have the advantages that according to the preset time interval, the corresponding configuration information of the online service in the log configuration file is periodically and repeatedly read according to the online service code, and then the log output of the corresponding online service is controlled according to the parameters in the configuration information; namely, the output control of the logs of different online services on the same server is realized by different online service codes according to the online service granularity, and the problems in the prior art are solved.

Description

Log output control method and system and bank management system
Technical Field
The invention relates to the technical field of log output control in a bank management system, in particular to a log output control method and system and a bank management system.
Background
The business function in the bank management system is mainly provided by the online service, and each interactive operation of the client page is almost realized by the corresponding online service. Various transactions including online services generate trace data in the operation process, and the trace data is generally shown by a log in a text format; in the bank management system, the recording of the log is very important, and for a system which runs in the background 7 × 24, the log is an effective means for reflecting the running condition of the system. The more logs, the more reflective of details, problems, etc. of service operation.
However, because the storage of the server cannot be infinite, too much storage space cannot be occupied by a large amount of logs, and meanwhile, a log record is an Input/Output (IO) operation, the IO operation speed is low, and if log Output is too frequent in the online service running process, the running speed of the online service is slowed down by too many IO operations, so that the logs should be properly managed, that is, to ensure the performance of the online service, abnormal information should be Output in the program as much as possible to reflect the problem of the server, and necessary information is provided for improvement.
The existing log output control method generally divides the log output of the online service operation into different levels, and controls the log of the level and the level above the level to be output by taking a certain level as a threshold value; however, all existing log output control methods use servers as control granularity, and all services running on the same server share a set of log output control of the same level; although different log output control configurations can be implemented in different operating states of the server, the configuration is adjusted for the whole server, and the log output control for the granularity of the online service cannot be implemented.
Disclosure of Invention
The invention provides a log output control method and system and a bank management system, which are used for providing a log output control scheme aiming at online service granularity.
In order to achieve the purpose, the technical scheme provided by the application is as follows:
a log output control method is used for performing output control on logs of different online services on the same server, and comprises the following steps:
s101, reading the configuration information of the corresponding online service in the log configuration file according to the online service code, and starting to read and time;
s102, controlling log output of the corresponding online service according to parameters in the configuration information;
s103, judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the steps S101, S102 and S103 are periodically and repeatedly executed.
Preferably, after step S101, the method further includes:
s201, judging whether parameters in the configuration information are changed;
if the parameters in the configuration information are changed, step S202 is executed;
s202, starting to carry out level regulation and timing;
s203, judging whether the level-adjusting timing duration is greater than an upgrading threshold or less than a degrading threshold; the promotion threshold is greater than the demotion threshold;
if the time length of the level adjustment and timing is greater than the upgrading threshold value, executing the step S204;
s204, adjusting parameters in the configuration information, and improving the log output level of the corresponding online service by one level;
if the time length of the level adjustment timing is less than the degradation threshold, executing step S205;
s205, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
Preferably, before step S203, the method further includes:
s301, calculating the average value of all the grading timing durations of logs of the same online service on different servers, and taking the average value as the grading timing duration.
A log output control system for performing output control on logs of different online services on the same server, the log output control system comprising:
the reading unit is used for reading the configuration information of the corresponding online service in the log configuration file according to the online service code;
the first timing unit is used for starting reading timing while reading the configuration information of the corresponding online service in the log configuration file;
the control unit is used for controlling the log output of the corresponding online service according to the parameters in the configuration information;
the first judging unit is used for judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the reading unit, the first timing unit, the control unit and the first judging unit all work repeatedly.
Preferably, the method further comprises the following steps:
the second judging unit is used for judging whether the parameters in the configuration information are changed or not;
the second timing unit is used for starting to carry out level adjustment timing if the parameters in the configuration information are changed;
the third judging unit is used for judging whether the level-adjusting timing duration is greater than the upgrading threshold or less than the degrading threshold; the promotion threshold is greater than the demotion threshold;
the adjusting unit is used for adjusting parameters in the configuration information and improving the log output grade of the corresponding online service by one grade if the grading timing duration is greater than the upgrading threshold; and if the time length of the level adjustment timing is less than the degradation threshold, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
Preferably, the method further comprises the following steps:
and the calculating unit is used for calculating the average value of all the grading timing durations of the logs of the same online service on different servers, and taking the average value as the grading timing duration.
A bank management system is characterized by comprising any log output control system.
The log output control method provided by the invention periodically and repeatedly reads the configuration information of the corresponding online service in the log configuration file according to the online service code at a preset time interval, and then controls the log output of the corresponding online service according to the parameters in the configuration information; namely, the output control of the logs of different online services on the same server is realized by different online service codes according to the online service granularity, and the problems in the prior art are solved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of a log output control method provided by an embodiment of the invention;
FIG. 2 is another flow chart of a log output control method according to another embodiment of the present invention;
FIG. 3 is another flow chart of a log output control method according to another embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a log output control system according to another embodiment of the present invention;
FIG. 5 is a schematic diagram of another log output control system according to another embodiment of the present invention;
fig. 6 is another schematic structural diagram of a log output control system according to another embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in detail below.
The invention provides a log output control method, which is used for providing a log output control scheme aiming at online service granularity.
The log output control method is used for performing output control on logs of different online services on the same server, and specifically, as shown in fig. 1, the log output control method includes:
s101, reading the configuration information of the corresponding online service in the log configuration file according to the online service code, and starting to read and time;
s102, controlling log output of the corresponding online service according to parameters in the configuration information;
s103, judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the steps S101, S102 and S103 are periodically and repeatedly executed.
In a specific practical application, the parameters in the configuration information may include information such as log output level, format, output destination, etc., and the control of the information such as log output level, format, output destination, etc. may be implemented through the log configuration file. It is not specifically limited herein, and may be within the scope of the present application depending on the specific application environment.
Each parameter in the existing log configuration file can act on one or more servers in the server cluster, and the server is used as the minimum adjustment granularity for adjusting each parameter of the log.
On the basis of the existing configuration, the embodiment identifies different online services through online service codes, increases the configuration of log output control aiming at the online service granularity, and realizes the log control by using the online service as the configuration granularity, wherein each online service can independently configure information such as the log output level.
Specifically, the online service reads the configuration information in the log configuration file at intervals (preset time intervals) in the running process, and finds the configuration information of the online service in the log configuration file through the online service code. And then adjusting the log output logic according to the configuration information, and outputting the log information conforming to the configuration.
The preset time interval for reading the configuration file can be adjusted and set according to the actual application condition and the access frequency of the online service on the server through various channels, so that the reading operation of the log configuration file is ensured, and the performance of the online service is not influenced. It is not specifically limited herein, and may be within the scope of the present application depending on the specific application environment.
According to the log output control method provided by the embodiment, according to the online service code, the configuration information of the corresponding online service in the log configuration file is periodically and repeatedly read according to the preset time interval, and then the log output of the corresponding online service is controlled according to the parameters in the configuration information; namely, different online service codes are used for realizing independent output control of logs of different online services on the same server aiming at the online service granularity, and simultaneously realizing independent control of logs of the same online service in different servers. By the method, different servers and different online services can output and control the log according to own performance uniquely, and the maximum flexibility is realized.
Another embodiment of the present invention further provides another log output control method, referring to fig. 2, including:
s101, reading the configuration information of the corresponding online service in the log configuration file according to the online service code, and starting to read and time;
s102, controlling log output of the corresponding online service according to parameters in the configuration information;
s103, judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the steps S101, S102 and S103 are periodically and repeatedly executed.
S201, judging whether parameters in the configuration information are changed;
if the parameters in the configuration information are changed, step S202 is executed;
s202, starting to carry out level regulation and timing;
s203, judging whether the level-adjusting timing duration is greater than an upgrading threshold or less than a degrading threshold; the promotion threshold is greater than the demotion threshold;
if the time length of the level adjustment and timing is greater than the upgrading threshold value, executing the step S204;
s204, adjusting parameters in the configuration information, and improving the log output level of the corresponding online service by one level;
if the time length of the level adjustment timing is less than the degradation threshold, executing step S205;
s205, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
Preferably, on the basis of fig. 2, referring to fig. 3, before step S203, the method further includes:
s301, calculating the average value of all the grading timing durations of logs of the same online service on different servers, and taking the average value as the grading timing duration.
Specifically, through analysis of the log configuration file, an average running time T of each online service from the last time of adjustment configuration to the current time is calculated as a time performance index of the online service, and two thresholds for adjusting the log output level are set to be an upgrade threshold T1 and a downgrade threshold T2, wherein T1> T2.
In the service operation process, the calculated performance index (online service operation time T) is compared with an upgrade threshold T1, if T < > T1, no adjustment is made, otherwise (that is, when the online service operation time T is greater than T1), it is indicated that the transaction operation is slow, the performance is low, and the operation performance needs to be improved, that is, the log output level corresponding to the online service needs to be improved by one level, so as to reduce the log output and achieve the effect of improving the online service operation performance by reducing the file IO operation. For the online service with higher log level, the online service is compared with the degradation threshold T2, and if the time performance index T < T2, it indicates that the online service runs faster and has higher performance, and the log output level of the corresponding online service can be lowered by one level, and the log output can be increased appropriately, so as to save more running details.
After the log configuration file is set, the log output control of the online service is realized through steps S101 to S103 in the running process of the online service, and the feedback automatic adjustment is realized through steps S201 to S204, so that the adaptive adjustment of the log control on the online service time performance is completed, and the dynamic balance between the log output and the online service time performance is further realized.
In a specific practical application, the execution time of step S201 is not limited to be after step S101, and may be executed after step S102, which is not limited herein, and fig. 2 is only an example, and may be determined according to a specific application environment, and all of them are within the protection scope of the present application.
Another embodiment of the present invention further provides a log output control system, configured to perform output control on logs of different online services on the same server, where the log output control system, referring to fig. 4, includes: a reading unit 101, a first timing unit 102, a control unit 103 and a first judgment unit 104; wherein:
a reading unit 101, configured to read configuration information of the corresponding online service in the log configuration file according to the online service code;
a first timing unit 102, configured to start reading timing while reading configuration information of a corresponding online service in a log configuration file;
a control unit 103, configured to control log output of a corresponding online service according to a parameter in the configuration information;
a first judging unit 104, configured to judge whether a reading timing duration is greater than or equal to a preset time interval;
if the reading timing duration is greater than or equal to the preset time interval, the reading unit 101, the first timing unit 102, the control unit 103, and the first determining unit 104 all work repeatedly.
The log output control system provided by this embodiment performs log output control with the online service as the configuration granularity, solves the disadvantage that the conventional configuration information can only implement configuration for a single server, expands the flexibility of log output control, and implements separate configuration of log control for different online services of the same server and the same online service of different servers.
Another embodiment of the present invention further provides another log output control system, referring to fig. 5, including: a reading unit 101, a first timing unit 102, a control unit 103, a first determining unit 104, a second determining unit 105, a second timing unit 106, a third determining unit 107, and an adjusting unit 108; wherein:
a reading unit 101, configured to read configuration information of the corresponding online service in the log configuration file according to the online service code;
a first timing unit 102, configured to start reading timing while reading configuration information of a corresponding online service in a log configuration file;
a control unit 103, configured to control log output of a corresponding online service according to a parameter in the configuration information;
a first judging unit 104, configured to judge whether a reading timing duration is greater than or equal to a preset time interval;
if the reading timing duration is greater than or equal to the preset time interval, the reading unit 101, the first timing unit 102, the control unit 103, and the first determining unit 104 all work repeatedly.
A second judging unit 105, configured to judge whether a parameter in the configuration information changes;
a second timing unit 106, configured to start to perform level adjustment timing if a parameter in the configuration information changes;
a third judging unit 107, configured to judge whether the level-adjusting timing duration is greater than the upgrade threshold or less than the downgrade threshold; the promotion threshold is greater than the demotion threshold;
the adjusting unit 108 is configured to adjust a parameter in the configuration information if the time length of the level adjustment timing is greater than the upgrade threshold, and increase the log output level of the corresponding online service by one level; and if the time length of the level adjustment timing is less than the degradation threshold, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
Preferably, on the basis of fig. 5, referring to fig. 6, the log output control system further includes:
and the calculating unit 109 is configured to calculate an average value of all the ranking timing durations for logs of the same online service on different servers, and use the average value as the ranking timing duration.
The log output control system provided by this embodiment automatically analyzes and adjusts the log output, and by setting an upgrade threshold and a downgrade threshold and using the average running time of the online service as the online service time performance index, the adaptive adjustment of the log output level matching the online service performance is realized.
Another embodiment of the present invention further provides a bank management system, including the log output control system described in any of the above embodiments.
The log output control method and system described in any of the above embodiments may be applied to any system that needs to output and control logs of different services, and are not limited to a bank management system, and the specific working principle is the same as that in the above embodiments, and is not described here any more.
The embodiments of the invention are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments can be referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner. Although the present invention has been described with reference to the preferred embodiments, it is not intended to be limited thereto. Those skilled in the art can make numerous possible variations and modifications to the present teachings, or modify equivalent embodiments to equivalent variations, without departing from the scope of the present teachings, using the methods and techniques disclosed above. Therefore, any simple modification, equivalent change and modification made to the above embodiments according to the technical essence of the present invention are still within the scope of the protection of the technical solution of the present invention, unless the contents of the technical solution of the present invention are departed.

Claims (7)

1. A log output control method is used for performing output control on logs of different online services on the same server, and comprises the following steps:
s101, reading configuration information of the corresponding online service in a log configuration file according to the online service code, and starting reading timing, wherein the configuration information comprises a log output level;
s102, controlling log output of the corresponding online service according to parameters in the configuration information;
s103, judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the steps S101, S102 and S103 are periodically and repeatedly executed.
2. The log output control method according to claim 1, further comprising, after step S101:
s201, judging whether parameters in the configuration information are changed;
if the parameters in the configuration information are changed, step S202 is executed;
s202, starting to carry out level regulation and timing;
s203, judging whether the level-adjusting timing duration is greater than an upgrading threshold or less than a degrading threshold; the promotion threshold is greater than the demotion threshold;
if the time length of the level adjustment and timing is greater than the upgrading threshold value, executing the step S204;
s204, adjusting parameters in the configuration information, and improving the log output level of the corresponding online service by one level;
if the time length of the level adjustment timing is less than the degradation threshold, executing step S205;
s205, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
3. The log output control method according to claim 2, further comprising, before step S203:
s301, calculating the average value of all the grading timing durations of logs of the same online service on different servers, and taking the average value as the grading timing duration.
4. A log output control system for performing output control on logs of different online services on the same server, the log output control system comprising:
the reading unit is used for reading the configuration information of the corresponding online service in the log configuration file according to the online service code, wherein the configuration information comprises a log output level;
the first timing unit is used for starting reading timing while reading the configuration information of the corresponding online service in the log configuration file;
the control unit is used for controlling the log output of the corresponding online service according to the parameters in the configuration information;
the first judging unit is used for judging whether the reading timing duration is greater than or equal to a preset time interval or not;
if the reading timing duration is greater than or equal to the preset time interval, the reading unit, the first timing unit, the control unit and the first judging unit all work repeatedly.
5. The log output control system of claim 4, further comprising:
the second judging unit is used for judging whether the parameters in the configuration information are changed or not;
the second timing unit is used for starting to carry out level adjustment timing if the parameters in the configuration information are changed;
the third judging unit is used for judging whether the level-adjusting timing duration is greater than the upgrading threshold or less than the degrading threshold; the promotion threshold is greater than the demotion threshold;
the adjusting unit is used for adjusting parameters in the configuration information and improving the log output grade of the corresponding online service by one grade if the grading timing duration is greater than the upgrading threshold; and if the time length of the level adjustment timing is less than the degradation threshold, adjusting parameters in the configuration information, and reducing the log output level of the corresponding online service by one level.
6. The log output control system of claim 4, further comprising:
and the calculating unit is used for calculating the average value of all the grading timing durations of the logs of the same online service on different servers, and taking the average value as the grading timing duration.
7. A banking management system comprising a log output control system according to any one of claims 4 to 6.
CN201611219808.4A 2016-12-26 2016-12-26 Log output control method and system and bank management system Active CN106775885B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611219808.4A CN106775885B (en) 2016-12-26 2016-12-26 Log output control method and system and bank management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611219808.4A CN106775885B (en) 2016-12-26 2016-12-26 Log output control method and system and bank management system

Publications (2)

Publication Number Publication Date
CN106775885A CN106775885A (en) 2017-05-31
CN106775885B true CN106775885B (en) 2020-09-29

Family

ID=58926902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611219808.4A Active CN106775885B (en) 2016-12-26 2016-12-26 Log output control method and system and bank management system

Country Status (1)

Country Link
CN (1) CN106775885B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897663B (en) * 2018-06-19 2022-08-26 新华三技术有限公司 Log output control method and device
CN109375871A (en) * 2018-09-26 2019-02-22 郑州云海信息技术有限公司 A kind of log processing method, system and electronic equipment and storage medium
CN110351126A (en) * 2019-06-26 2019-10-18 中信百信银行股份有限公司 Log rank method of adjustment, device and electronic equipment
CN113010366B (en) * 2019-12-20 2024-05-24 阿里巴巴集团控股有限公司 Log output method, device and equipment
CN111459755B (en) * 2020-03-27 2023-05-05 海信视像科技股份有限公司 Log file output control method and device based on EMMC life value

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103268277A (en) * 2013-04-23 2013-08-28 青岛海信传媒网络技术有限公司 Method and system for outputting log information
CN104572781A (en) * 2013-10-29 2015-04-29 中国银联股份有限公司 Method and device for generating transaction log
CN105515836A (en) * 2015-11-27 2016-04-20 小米科技有限责任公司 Log processing method, device and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103268277A (en) * 2013-04-23 2013-08-28 青岛海信传媒网络技术有限公司 Method and system for outputting log information
CN104572781A (en) * 2013-10-29 2015-04-29 中国银联股份有限公司 Method and device for generating transaction log
CN105515836A (en) * 2015-11-27 2016-04-20 小米科技有限责任公司 Log processing method, device and server

Also Published As

Publication number Publication date
CN106775885A (en) 2017-05-31

Similar Documents

Publication Publication Date Title
CN106775885B (en) Log output control method and system and bank management system
CN104113576A (en) Method and device for updating client
US10891160B2 (en) Resource provisioning
US11941456B2 (en) Computer system workload manager
US20180352020A1 (en) Perfect application capacity analysis for elastic capacity management of cloud-based applications
CN103218416A (en) Method, device and system for loading database
US11019565B2 (en) Automated power-aware green radio resource management (RRM)
CN103336670A (en) Method and device for automatic distribution of data blocks based on data temperature
CN112835740A (en) Method, electronic device and computer program product for managing data backup
US9933828B2 (en) Controlling power consumption of a voltage regulator in a computer system
CN103095833B (en) Cloud service system update method and device
EP4202729A1 (en) Method and apparatus for grabbing pressure, electronic device and readable storage medium
CN111857584A (en) Writing speed control method and device, electronic equipment and storage medium
US11960913B2 (en) Systems and methods of auto-scaling a virtual desktop environment
CN115757639A (en) Data source synchronization method and device, electronic equipment and storage medium
CN104717086A (en) Method and device for restraining log storm
CN114139605A (en) Distributed model training method, system, device and storage medium
US9658965B2 (en) Cache utilization to efficiently manage a storage system
US11586475B2 (en) Application aware resource allocation for deep learning job scheduling
US8495033B2 (en) Data processing
CN104796274A (en) Matching method and device for operation and maintenance
CN111200529A (en) System and method for improving access efficiency of gold tax disk group
CN117632369A (en) Configuration method and device for virtual machine capacity of application system
CN113625956B (en) Cache setting method and device of RAID card, electronic equipment and storage medium
CN114063879B (en) Method for processing operation command, electronic device and storage medium

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