WO2013189320A2 - 一种虚拟桌面监控方法及装置 - Google Patents

一种虚拟桌面监控方法及装置 Download PDF

Info

Publication number
WO2013189320A2
WO2013189320A2 PCT/CN2013/080851 CN2013080851W WO2013189320A2 WO 2013189320 A2 WO2013189320 A2 WO 2013189320A2 CN 2013080851 W CN2013080851 W CN 2013080851W WO 2013189320 A2 WO2013189320 A2 WO 2013189320A2
Authority
WO
WIPO (PCT)
Prior art keywords
virtual desktop
desktop system
data
module
alarm
Prior art date
Application number
PCT/CN2013/080851
Other languages
English (en)
French (fr)
Other versions
WO2013189320A3 (zh
Inventor
李丽莉
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2013189320A2 publication Critical patent/WO2013189320A2/zh
Publication of WO2013189320A3 publication Critical patent/WO2013189320A3/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3452Performance evaluation by statistical analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3433Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment for load management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/815Virtual

Definitions

  • the present invention relates to communication technologies, and in particular, to a virtual desktop monitoring method and apparatus. Background technique
  • Each virtualized platform has a corresponding virtual desktop.
  • Each virtual desktop has a corresponding virtual desktop system for data monitoring, but when the enterprise administrator views the monitoring data of the virtual desktop, It needs to be viewed in different virtual desktop systems. How to display the running status of these virtual desktop systems on one platform, so that managers can access monitoring only by accessing one system. It is currently using multiple virtual desktop systems. Enterprises especially need it. Summary of the invention
  • the main purpose of the embodiments of the present invention is to provide a virtual desktop monitoring method and apparatus, so that the administrator does not have to view data in multiple virtual desktop systems, thereby improving the user experience.
  • An embodiment of the present invention provides a virtual desktop monitoring method, where the method includes: collecting data of one or more virtual desktop systems by using a secondary development interface of the virtual desktop system, periodically performing statistics on the data, and performing statistics on the data. The results are analyzed to generate a load adjustment scheme for the virtual desktop system, and the statistical results and load adjustment scheme are displayed.
  • the method further includes:
  • the basic information includes at least one of the following information:
  • the address of the server to which the virtual desktop system belongs the collection time interval of the data of the virtual desktop system, and the user information of the virtual desktop system.
  • the load adjustment scheme for generating a virtual desktop system by analyzing the statistical result includes: obtaining a usage rate of the virtual desktop system according to the statistical result, and generating the virtual desktop system according to a preset load adjustment policy. Load adjustment program.
  • the method further includes:
  • the manner of outputting the alarm includes at least one of the following ways:
  • the secondary development interface mode comprises a PowerShell interface mode, or a software development kit (SD) interface mode, or a network service (WebService) interface mode, or a Socket interface mode, or a hypertext transfer protocol ( HTTP, Hypertext Transfer Protocol) Access interface mode, or extensible markup language (XML, Extensible Markup Language) interface.
  • SD software development kit
  • WebService WebService
  • Socket interface mode or a hypertext transfer protocol ( HTTP, Hypertext Transfer Protocol) Access interface mode, or extensible markup language (XML, Extensible Markup Language) interface.
  • HTTP Hypertext Transfer Protocol
  • XML extensible markup language
  • the embodiment of the present invention further provides a virtual desktop monitoring device, where the device includes: a data collection module, a data processing module, and an output module;
  • the data collection module is configured to collect data of one or more virtual desktop systems by using a secondary development interface of the virtual desktop system, and send the data to the data processing module;
  • the data processing module is configured to periodically perform data transmission on the data collection module Calculate the load result of the virtual desktop system by analyzing the statistical results, and send the statistical result and the load adjustment plan to the output module;
  • the output module is configured to display a statistical result and a load adjustment scheme sent by the data processing module.
  • the device further includes a setting module configured to set basic information of the virtual desktop system;
  • the basic information includes at least one of the following information:
  • the address of the server to which the virtual desktop system belongs the collection time interval of the data of the virtual desktop system, and the user information of the virtual desktop system.
  • the data processing module is further configured to obtain a usage rate of the virtual desktop system according to the statistical result, and generate a load adjustment scheme of the virtual desktop system according to a preset load adjustment policy.
  • the device further includes: a determining module and a generating module; wherein
  • the determining module is configured to trigger the generating module when determining that the load of the virtual desktop system exceeds a preset threshold according to the statistical result;
  • the generating module is configured to generate an alarm and notify the output module.
  • the output module is configured to output the alarm in at least one of the following manners:
  • the secondary development interface mode includes a PowerShell interface mode, or a software development toolkit interface mode, or a WebService interface mode, or a Socket interface mode, or an HTTP access interface mode, or an XML interface mode.
  • a PowerShell interface mode or a software development toolkit interface mode, or a WebService interface mode, or a Socket interface mode, or an HTTP access interface mode, or an XML interface mode.
  • the virtual desktop monitoring method and device of the embodiment of the present invention collects data of one or more virtual desktop systems by using a secondary development interface mode of the virtual desktop system, and periodically performs the data on the data. Statistics, analyze the statistical results to generate a load adjustment plan for the virtual desktop system, and display statistical results and load adjustment plans. In this way, the administrator does not have to view the data in the multiple virtual desktop systems, thereby improving the user experience; in addition, by analyzing and counting the data in each virtual desktop system, the manager provides suggestions for adjusting the virtual desktop system to make the virtual Desktop system resources are optimized for use.
  • FIG. 1 is a schematic flowchart of a virtual desktop monitoring method according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a virtual desktop monitoring apparatus according to an embodiment of the present invention. detailed description
  • FIG. 1 is a schematic flowchart of a virtual desktop monitoring method according to an embodiment of the present invention. As shown in FIG. 1 , the method includes the following steps:
  • Step 11 Collect data from more than one virtual desktop system through the secondary development interface of the virtual desktop system.
  • the secondary development interface mode includes a PowerShell interface mode, an SDK interface mode, a WebService interface mode, an HTTP access interface mode, a Socket interface mode, an XML interface mode, and the like.
  • the data can be obtained through the VMware virtual desktop system's own PowerShell interface; for Citrix's XenDesktop virtual desktop system, through its own PowerShell interface Ways and SDK interface methods to get data and more.
  • the collecting, by the secondary development interface mode of the virtual desktop system, the data of the one or more virtual desktop systems includes the running data of the virtual machine to which the virtual desktop system belongs, the running data of the server of the virtual desktop system, and the basic of the virtual desktop user. Data; among them,
  • the running data of the virtual machine includes a real-time central processing unit of the virtual machine (CPU, Central Processing Unit ) uses real-time data such as values, memory usage values, network traffic values, input/output (I/O, Input/Output) port read and write values, storage occupancy values, and virtual desktop current status.
  • CPU Central Processing Unit
  • I/O input/output
  • I/O Input/Output
  • the running data of the server includes real-time data such as real-time CPU usage value, memory usage value, network traffic value, I/O port read/write value, storage occupancy value, and current state of the server.
  • the basic data of the virtual desktop user includes the current online user name, the identity number (ID) of the virtual desktop system to which the online user belongs, the department of the online user, and the like.
  • the method before the collecting data of one or more virtual desktop systems by using a secondary development interface of the virtual desktop system, the method further includes:
  • the basic information includes at least one of the following information:
  • the address of the server to which the virtual desktop system belongs the collection time interval of the data of the virtual desktop system, and the user information of the virtual desktop system.
  • the user information of the virtual desktop system includes a user's name, gender, age, job number, user's department, and regional information.
  • the collected data is stored in a database, for example, a Sybase database, an Oracle database, or a Structured Query Language Server (SQLServer) database.
  • a database for example, a Sybase database, an Oracle database, or a Structured Query Language Server (SQLServer) database.
  • SQL Server Structured Query Language Server
  • Step 12 Periodically perform statistics on the data, and analyze the statistical results to generate a load adjustment scheme of the virtual desktop system, and display statistical results and a load adjustment scheme.
  • the load adjustment scheme for generating the virtual desktop system by analyzing the statistical result includes: obtaining a usage rate of the virtual desktop system according to the statistical result, and generating the virtual desktop system according to a preset load adjustment policy. Load adjustment program.
  • the collected data can be analyzed according to a preset rule, and finally the result data with reference value is formed. For example, setting a working time period and a non-working time period, such as a time period from 8:30 to 17:30 from Monday to Friday and other time periods, in these two During the time period, statistical analysis is performed on the raw data of the collected virtual desktop system, and the CPU average value, CPU peak value, and memory average value of the virtual machine and the server to which the virtual desktop system belongs may be obtained by using peaking or averaging.
  • Memory peaks, storage usage, storage averages, storage peaks, etc.; in addition, based on the collected basic information of the virtual desktop user, such as the department of the online user and the virtual desktop system to which the online user belongs, the time period is counted. The number of virtual desktops in each department and the usage rate are used as the basis for the distribution of virtual desktops among departments.
  • the displaying the result data to the user is: using the result data by page mode, icon mode, graphic image mode, three-dimensional (3D) model mode, virtual network computer (VNC,
  • VNC virtual network computer
  • Virtual Network Computing displays the monitoring method and system recording screen to the user.
  • the method further includes:
  • the user rights are set in advance, and the corresponding analysis results are displayed according to the user rights.
  • an alarm is generated and output
  • the manner of outputting the alarm includes at least one of the following ways:
  • the embodiment of the present invention further provides a virtual desktop monitoring device.
  • the device includes: a data collecting module 21, a data processing module 22, and an output module 23;
  • the data collection module 21 is configured to collect data of more than one virtual desktop system through a secondary development interface of the virtual desktop system, and send the data to the data processing module 22;
  • the data processing module 22 is configured to periodically perform statistics on the data sent by the data collection module 21, analyze the statistical result, generate a load adjustment scheme of the virtual desktop system, and send the statistical result and the load adjustment scheme to the output module 23 ;
  • the output module 23 is configured to display the statistical result and the load adjustment scheme sent by the data processing module 22.
  • the device further includes a setting module 24 configured to set basic information of the virtual desktop system;
  • the basic information includes at least one of the following information:
  • the address of the server to which the virtual desktop system belongs the collection time interval of the data of the virtual desktop system, and the user information of the virtual desktop system.
  • the data processing module 22 is further configured to obtain a usage rate of the virtual desktop system according to the statistical result, and generate a load adjustment scheme of the virtual desktop system according to a preset load adjustment policy.
  • the device further includes: a determining module 25 and a generating module 26, wherein the determining module 25 is configured to determine that the load of the virtual desktop system exceeds a preset threshold according to the statistical result, triggering the generating module 26;
  • the generating module 26 is configured to generate an alarm and notify the output module 23; correspondingly, the output module 23 is configured to output the alarm in at least one of the following manners;
  • the device further includes a rights control module 27, configured to set user rights, and send the user rights to the output module 23;
  • the output module 23 is configured to display a corresponding analysis result according to the user authority sent by the permission control module 27.
  • the corresponding analysis results are displayed to the user for different user rights.
  • the secondary development interface mode comprises a PowerShell interface mode, or a SDK interface mode, or a WebService interface mode, or a Socket interface mode, or an HTTP access interface mode, or an XML interface mode.
  • the data collection module 21, the data processing module 22, the output module 23, the setting module 24, the determining module 25, the generating module 26, and the rights control module 27 in the virtual desktop monitoring device may be used in the device by actual applications.
  • the secondary development interface mode of the virtual desktop system collects data of one or more virtual desktop systems, periodically counts the data, analyzes the statistical result, and generates a load adjustment scheme of the virtual desktop system, and displays the statistical result. And load adjustment program.
  • the administrator does not have to view the data in the multiple virtual desktop systems, which not only improves the user experience, but also provides management personnel's suggestions for adjusting the virtual desktop system by analyzing and counting the data in each virtual desktop system, so that the virtual Desktop system resources are optimized for use.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明实施例公开了一种虚拟桌面监控方法,所述方法包括:通过虚拟桌面系统的二次开发接口方式采集一种以上虚拟桌面系统的数据,对所述数据周期地进行统计,并对统计结果进行分析而生成虚拟桌面系统的负荷调整方案,显示统计结果及负荷调整方案。本发明实施例同时还公开了一种虚拟桌面监控装置,采用本发明实施例的虚拟桌面监控方法和装置,使管理人员不必查看多个虚拟桌面系统中的数据,提升了用户的体验。

Description

一种虚拟桌面监控方法及装置 技术领域
本发明涉及通信技术, 具体涉及一种虚拟桌面监控方法及装置。 背景技术
随着云计算技术的迅猛发展, 各种利用云技术的应用相继出现, 尤其 突出的应用就是桌面虚拟化。
有些企业采用多种虚拟化平台, 每种虚拟化平台都有对应的虚拟桌面, 每种虚拟桌面都有对应的虚拟桌面系统进行数据监控, 但是企业的管理人 员在查看虚拟桌面的监控数据时, 需要到不同的虚拟桌面系统中进行查看, 如何将这些虚拟桌面系统的运行情况统一展示在一个平台上, 使管理人员 只访问一套系统即可完成监控工作, 是目前使用多种虚拟桌面系统的企业 尤其需要的。 发明内容
有鉴于此, 本发明实施例的主要目的在于提供一种虚拟桌面监控方法 及装置, 使管理人员不必查看多个虚拟桌面系统中的数据, 能够提升用户 的体验。
为达到上述目的, 本发明实施例的技术方案是这样实现的:
本发明实施例提供了一种虚拟桌面监控方法, 所述方法包括: 通过虚拟桌面系统的二次开发接口方式采集一种以上虚拟桌面系统的 数据, 对所述数据周期地进行统计, 并对统计结果进行分析而生成虚拟桌 面系统的负荷调整方案, 显示统计结果及负荷调整方案。
优选地, 所述通过虚拟桌面系统的二次开发接口方式采集一种以上虚 拟桌面系统的数据之前, 所述方法还包括:
设置所述虚拟桌面系统的基本信息;
所述基本信息包括以下信息的至少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
优选地, 所述对统计结果进行分析而生成虚拟桌面系统的负荷调整方 案包括: 根据所述统计结果获得所述虚拟桌面系统的使用率, 并根据预设 的负荷调整策略生成所述虚拟桌面系统的负荷调整方案。
优选地, 所述方法还包括:
根据所述统计结果确定虚拟桌面系统的负荷超过预设阈值时, 产生告 警并输出;
输出所述告警的方式包括以下方式的至少之一:
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式。
优选地, 所述二次开发接口方式包括 PowerShell接口方式、 或软件开 发工具包 ( SDK, Software Development Kit ) 接口方式、 或网络服务 ( WebService )接口方式、 或 Socket接口方式、 或超文本传输协议 ( HTTP, Hypertext Transfer Protocol )访问接口方式、 或可扩展标己语言 ( XML, Extensible Markup Language )接口方式。
本发明实施例还提供了一种虚拟桌面监控装置, 所述装置包括: 数据 采集模块、 数据处理模块和输出模块; 其中,
所述数据采集模块, 配置为通过虚拟桌面系统的二次开发接口方式采 集一种以上虚拟桌面系统的数据, 将所述数据发送给数据处理模块;
所述数据处理模块, 配置为对数据采集模块发送的数据周期地进行统 计, 并对统计结果进行分析而生成虚拟桌面系统的负荷调整方案, 将统计 结果及负荷调整方案发送给输出模块;
所述输出模块, 配置为显示数据处理模块发送的统计结果及负荷调整 方案。
优选地, 所述装置还包括设置模块, 配置为设置所述虚拟桌面系统的 基本信息;
所述基本信息包括以下信息的至少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
优选地, 所述数据处理模块, 还配置为根据所述统计结果获得所述虚 拟桌面系统的使用率, 并根据预设的负荷调整策略生成所述虚拟桌面系统 的负荷调整方案。
优选地, 所述装置还包括: 确定模块和生成模块; 其中,
所述确定模块, 配置为根据所述统计结果确定虚拟桌面系统的负荷超 过预设阈值时, 触发所述生成模块;
所述生成模块, 配置为产生告警, 并通知所述输出模块; 相应的, 所 述输出模块, 配置为按以下方式的至少之一输出所述告警:
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式。
优选地, 所述二次开发接口方式包括 PowerShell接口方式、 或软件开 发工具包接口方式、或 WebService接口方式、或 Socket接口方式、或 HTTP 访问接口方式、 或 XML接口方式。
本发明实施例的虚拟桌面监控方法及装置, 通过虚拟桌面系统的二次 开发接口方式采集一种以上虚拟桌面系统的数据, 对所述数据周期地进行 统计, 对统计结果进行分析而生成虚拟桌面系统的负荷调整方案, 显示统 计结果及负荷调整方案。 如此, 使管理人员不必查看多个虚拟桌面系统中 的数据, 提升了用户的体验; 另外, 通过对各个虚拟桌面系统中数据的分 析统计, 给出管理人员对虚拟桌面系统的调整建议, 使虚拟桌面系统资源 得到了最优化使用。 附图说明
图 1为本发明实施例的虚拟桌面监控方法的流程示意图;
图 2为本发明实施例的虚拟桌面监控装置的组成结构示意图。 具体实施方式
下面结合附图及具体实施例对本发明作进一步详细的说明。
图 1为本发明实施例的虚拟桌面监控方法的流程示意图, 如图 1所示, 包括以下步骤:
步骤 11 : 通过虚拟桌面系统的二次开发接口方式采集一种以上虚拟桌 面系统的数据。
这里, 所述二次开发接口方式包括 PowerShell接口方式、 SDK接口方 式, WebService接口方式、 HTTP访问接口方式、 Socket接口方式、 XML 接口方式等等。 具体的, 对于威睿公司 (VMware ) 的虚拟桌面系统, 可通 过所述 VMware虚拟桌面系统自身的 PowerShell接口方式获取数据; 对于 思杰公司 ( Citrix )的 XenDesktop虚拟桌面系统, 可通过自身的 PowerShell 接口方式和 SDK接口方式获取数据等等。
这里, 所述通过虚拟桌面系统的二次开发接口方式采集一种以上虚拟 桌面系统的数据包括虚拟桌面系统所属的虚拟机的运行数据、 虚拟桌面系 统所述服务器的运行数据、 虚拟桌面用户的基本数据; 其中,
所述虚拟机的运行数据包括虚拟机实时的中央处理器 (CPU, Central Processing Unit )使用值、 内存使用值、 网络流量值、 输入 /输出 ( I/O , Input/Output )端口读写值、 存储占有值、 虚拟桌面当前状态等实时数据。
所述服务器的运行数据包括服务器实时的 CPU使用值、 内存使用值、 网络流量值、 I/O端口读写值、 存储占有值、 服务器当前状态等实时数据。
所述虚拟桌面用户的基本数据包括当前在线的用户名、 在线用户所属 的虚拟桌面系统的身份标识号码(ID )、 在线用户的所属部门等。
优选地, 所述通过虚拟桌面系统的二次开发接口方式采集一种以上虚 拟桌面系统的数据之前, 所述方法还包括:
设置所述虚拟桌面系统的基本信息; 所述基本信息包括以下信息的至 少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
其中, 所述虚拟桌面系统的用户信息包括用户的姓名、 性别、 年龄、 工号、 用户所在部门、 地域信息等。
优选地, 将所述采集到的数据存储在数据库中, 例如可以是 Sybase数 据库、 Oracle数据库或结构化查询语言服务器(SQLServer, Structured Query Language Server )数据库等等。
步骤 12: 对所述数据周期地进行统计, 并对统计结果进行分析而生成 虚拟桌面系统的负荷调整方案, 显示统计结果及负荷调整方案。
这里, 所述对统计结果进行分析而生成虚拟桌面系统的负荷调整方案 包括: 根据所述统计结果获得所述虚拟桌面系统的使用率, 并根据预设的 负荷调整策略生成所述虚拟桌面系统的负荷调整方案。
具体的, 对采集到的数据分析可按照预先设定的规则进行统计, 最终 形成有参考价值的结果数据。 例如, 设定工作时间段和非工作时间段, 如 星期一至星期五的 8:30至 17:30的时间段和除此之外的时间段, 在这两个 时间段内, 对采集到的虚拟桌面系统的原始数据进行统计分析, 可采用取 峰值或求平均值等方法得到虚拟桌面系统所属的虚拟机和服务器的 CPU平 均值、 CPU峰值、 内存平均值、 内存峰值、 存储使用率、 存储平均值和存 储峰值等等; 另外, 可根据采集到的虚拟桌面用户的基本信息如在线用户 所属部门及在线用户所属的虚拟桌面系统来统计某个时间段内, 每个部门 的虚拟桌面在线人数及使用率, 作为虚拟桌面在各个部门间分配的依据。
优选地, 所述将结果数据展示给用户为: 将结果数据通过页面方式、 图标方式、 图形图像方式、 三维(3D )模型方式、 虚拟网络计算机(VNC,
Virtual Network Computing )监控方式、 系统录屏等方式展示给用户。
优选地, 所述显示分析结果之前, 所述方法还包括:
预先设置用户权限, 根据所述用户权限显示相应的分析结果。
这里, 由于虚拟桌面监控装置的某些数据属于企业机密, 需要对于不 同级别的用户角色分配不同的监控访问权限, 因此, 针对不同的用户权限, 将相应的分析结果展示给用户。
优选地, 根据所述统计结果确定虚拟桌面系统的负荷超过预设阈值时, 产生告警并输出;
输出所述告警的方式包括以下方式的至少之一:
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式、 上报至管理平台的方式等。
为实现上述方法, 本发明实施例还提供了一种虚拟桌面监控装置, 如 图 2所示, 所述装置包括: 数据采集模块 21、 数据处理模块 22和输出模块 23; 其中,
所述数据采集模块 21, 配置为通过虚拟桌面系统的二次开发接口方式 采集一种以上虚拟桌面系统的数据, 将所述数据发送给数据处理模块 22; 所述数据处理模块 22,配置为对数据采集模块 21发送的数据周期地进 行统计, 并对统计结果进行分析而生成虚拟桌面系统的负荷调整方案, 将 统计结果及负荷调整方案发送给输出模块 23;
所述输出模块 23,配置为显示数据处理模块 22发送的统计结果及负荷 调整方案。
优选地, 所述装置还包括设置模块 24, 配置为设置所述虚拟桌面系统 的基本信息;
所述基本信息包括以下信息的至少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
优选地, 所述数据处理模块 22, 还配置为根据所述统计结果获得所述 虚拟桌面系统的使用率, 并根据预设的负荷调整策略生成所述虚拟桌面系 统的负荷调整方案。
优选地, 所述装置还包括: 确定模块 25和生成模块 26; 其中, 所述确定模块 25, 配置为根据所述统计结果确定虚拟桌面系统的负荷 超过预设阈值, 触发所述生成模块 26;
所述生成模块 26, 配置为产生告警, 并通知所述输出模块 23 ; 相应的, 所述输出模块 23, 配置为按以下方式的至少之一输出所述告警;
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式。
优选地, 所述装置还包括权限控制模块 27, 配置为设置用户权限, 将 所述用户权限发送给输出模块 23;
相应的, 所述输出模块 23, 配置为根据所述权限控制模块 27发送的用 户权限显示相应的分析结果。 这里, 由于虚拟桌面监控装置的某些数据属于企业机密, 需要对于不 同级别的用户角色分配不同的监控访问权限, 因此, 针对不同的用户权限, 将相应的分析结果展示给用户。
优选地, 所述二次开发接口方式包括 PowerShell接口方式、 或 SDK接 口方式、 或 WebService接口方式、 或 Socket接口方式、 或 HTTP访问接口 方式、 或 XML接口方式。
其中,所述虚拟桌面监控装置中的数据采集模块 21、数据处理模块 22、 输出模块 23、 设置模块 24、 确定模块 25、 生成模块 26和权限控制模块 27 在实际应用中,均可由装置中的中央处理器( CPU, Central Processing Unit )、 或数字信号处理器 (DSP, Digital Signal Processor ), 或可编程逻辑阵列 ( FPGA, Field-Programmable Gate Array )。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。 凡在本发明的精神和范围之内所作的任何修改、 等同替换和改进 等, 均包含在本发明的保护范围之内。 工业实用性
本发明实施例虚拟桌面系统的二次开发接口方式采集一种以上虚拟桌 面系统的数据, 对所述数据周期地进行统计, 对统计结果进行分析而生成 虚拟桌面系统的负荷调整方案, 显示统计结果及负荷调整方案。 如此, 使 管理人员不必查看多个虚拟桌面系统中的数据, 既提升了用户的体验, 又 通过对各个虚拟桌面系统中数据的分析统计, 给出管理人员对虚拟桌面系 统的调整建议, 使虚拟桌面系统资源得到了最优化使用。

Claims

权利要求书
1、 一种虚拟桌面监控方法, 所述方法包括:
通过虚拟桌面系统的二次开发接口方式采集一种以上虚拟桌面系统的 数据, 对所述数据周期地进行统计, 并对统计结果进行分析而生成虚拟桌 面系统的负荷调整方案, 显示统计结果及负荷调整方案。
2、 根据权利要求 1所述的虚拟桌面监控方法, 其中, 所述通过虚拟桌 面系统的二次开发接口方式采集一种以上虚拟桌面系统的数据之前, 所述 方法还包括:
设置所述虚拟桌面系统的基本信息;
所述基本信息包括以下信息的至少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
3、 根据权利要求 1所述的虚拟桌面监控方法, 其中, 所述对统计结果 进行分析而生成虚拟桌面系统的负荷调整方案包括: 根据所述统计结果获 得所述虚拟桌面系统的使用率, 并根据预设的负荷调整策略生成所述虚拟 桌面系统的负荷调整方案。
4、根据权利要求 1所述的虚拟桌面监控方法, 其中, 所述方法还包括: 根据所述统计结果确定虚拟桌面系统的负荷超过预设阈值时, 产生告 警并输出;
输出所述告警的方式包括以下方式的至少之一:
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式。
5、 根据权利要求 1所述的虚拟桌面监控方法, 其中, 所述二次开发接 口方式包括 PowerShell 接口方式、 或软件开发工具包接口方式、 或 WebService接口方式、 或 Socket接口方式、 或超文本传输协议 HTTP访问 接口方式、 或可扩展标己语言 XML接口方式。
6、 一种虚拟桌面监控装置, 所述装置包括: 数据采集模块、 数据处理 模块和输出模块; 其中,
所述数据采集模块, 配置为通过虚拟桌面系统的二次开发接口方式采 集一种以上虚拟桌面系统的数据, 将所述数据发送给数据处理模块;
所述数据处理模块, 配置为对数据采集模块发送的数据周期地进行统 计, 并对统计结果进行分析而生成虚拟桌面系统的负荷调整方案, 将统计 结果及负荷调整方案发送给输出模块;
所述输出模块, 配置为显示数据处理模块发送的统计结果及负荷调整 方案。
7、 根据权利要求 6所述的虚拟桌面监控装置, 其中, 所述装置还包括 设置模块, 配置为设置所述虚拟桌面系统的基本信息;
所述基本信息包括以下信息的至少一种:
所述虚拟桌面系统所属服务器的地址、 所述虚拟桌面系统的数据的采 集时间间隔、 所述虚拟桌面系统的用户信息。
8、 根据权利要求 6所述的虚拟桌面监控装置, 其中,
所述数据处理模块, 还配置为根据所述统计结果获得所述虚拟桌面系 统的使用率, 并根据预设的负荷调整策略生成所述虚拟桌面系统的负荷调 整方案。
9、根据权利要求 6所述的虚拟桌面监控装置, 其中, 所述装置还包括: 确定模块和生成模块;
所述确定模块, 配置为根据所述统计结果确定虚拟桌面系统的负荷超 过预设阈值时, 触发所述生成模块;
所述生成模块, 配置为产生告警, 并通知所述输出模块; 相应的, 所 述输出模块, 配置为按以下方式的至少之一输出所述告警:
显示预先设定的状态或颜色的方式、 输出预先设定的告警声音的方式、 发送告警短信的方式、 发送告警邮件的方式、 拨打预先设定的电话号码的 方式。
10、 根据权利要求 6至 9任一项所述的虚拟桌面监控装置, 其中, 所 述二次开发接口方式包括 PowerShell接口方式、 或软件开发工具包接口方 式、或 WebService接口方式、或 Socket接口方式、或 HTTP访问接口方式、 或 XML接口方式。
PCT/CN2013/080851 2013-03-07 2013-08-05 一种虚拟桌面监控方法及装置 WO2013189320A2 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310073606.3A CN104035856A (zh) 2013-03-07 2013-03-07 一种虚拟桌面监控方法及装置
CN201310073606.3 2013-03-07

Publications (2)

Publication Number Publication Date
WO2013189320A2 true WO2013189320A2 (zh) 2013-12-27
WO2013189320A3 WO2013189320A3 (zh) 2014-02-13

Family

ID=49769492

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/080851 WO2013189320A2 (zh) 2013-03-07 2013-08-05 一种虚拟桌面监控方法及装置

Country Status (2)

Country Link
CN (1) CN104035856A (zh)
WO (1) WO2013189320A2 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104579760A (zh) * 2014-12-22 2015-04-29 大唐移动通信设备有限公司 一种网络设备的负荷处理方法和系统
CN104484183A (zh) * 2014-12-30 2015-04-01 北京天云融创软件技术有限公司 一种基于PowerShell对桌面软件的异构管理方法及系统
CN105245591B (zh) * 2015-09-29 2019-02-22 武汉钢铁(集团)公司 一种桌面云性能体验的监控方法及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7607005B1 (en) * 2004-12-22 2009-10-20 Rmt, Inc. Virtual hardware system with universal ports using FPGA
CN102314391A (zh) * 2011-05-27 2012-01-11 运软网络科技(上海)有限公司 一种基于硬件基础工具监视虚拟化系统性能的架构及方法
CN102646062A (zh) * 2012-03-20 2012-08-22 广东电子工业研究院有限公司 一种云计算平台应用集群弹性扩容方法

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101616428B (zh) * 2009-04-15 2012-01-25 北京协成致远网络科技有限公司 一种移动数据业务监控分析系统及其实现方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7607005B1 (en) * 2004-12-22 2009-10-20 Rmt, Inc. Virtual hardware system with universal ports using FPGA
CN102314391A (zh) * 2011-05-27 2012-01-11 运软网络科技(上海)有限公司 一种基于硬件基础工具监视虚拟化系统性能的架构及方法
CN102646062A (zh) * 2012-03-20 2012-08-22 广东电子工业研究院有限公司 一种云计算平台应用集群弹性扩容方法

Also Published As

Publication number Publication date
CN104035856A (zh) 2014-09-10
WO2013189320A3 (zh) 2014-02-13

Similar Documents

Publication Publication Date Title
EP3374864B1 (en) Performance monitoring in a distributed storage system
US10095993B1 (en) Methods and apparatus for configuring granularity of key performance indicators provided by a monitored component
CN108471376B (zh) 数据处理方法、装置及系统
US20180349797A1 (en) Data driven methods and systems for what if analysis
CN106027328B (zh) 一种基于应用容器部署的集群监控的方法及系统
US20150288557A1 (en) Help desk ticket tracking integration with root cause analysis
EP3032442B1 (en) Modeling and simulation of infrastructure architecture for big data
JP2014507727A (ja) パフォーマンス・メトリックを監視するためのコンピュータによって実施される方法、コンピュータ可読記憶媒体、およびシステム
CN103401699A (zh) 一种云数据中心安全监控预警系统及方法
JP2010117757A (ja) 性能監視システムおよび性能監視方法
US11769099B2 (en) Apparatuses, computer-implemented methods, and computer program products for improved monitored building environment monitoring and scoring
CN111078695B (zh) 计算企业内元数据关联关系的方法及装置
US20160321100A1 (en) Dynamic time-based sequencing
TWI558132B (zh) 自動增減資料消費者的方法以及使用該方法的裝置
WO2013189320A2 (zh) 一种虚拟桌面监控方法及装置
Gupta et al. Long range dependence in cloud servers: a statistical analysis based on google workload trace
US10305762B2 (en) Techniques for determining queue backlogs, active counts, and external system interactions in asynchronous systems
WO2015035086A1 (en) Systems and methods for deriving, storing, and visualizing a numeric baseline for time-series numeric data which considers the time, coincidental events, and relevance of the data points as part of the derivation and visualization
WO2016177054A1 (zh) 充电设备的管理方法及装置
US11228619B2 (en) Security threat management framework
KR101686703B1 (ko) 네트워크 플로우 모니터링을 통한 개인 맞춤형 스마트 에너지 절약 시스템
US20190259298A1 (en) Systems, methods, and software for implementing a behavior change management program
Brim et al. Monitoring extreme-scale Lustre toolkit
Patel et al. A survey on commercial and open source cloud monitoring
CN109766238B (zh) 基于session数的运维平台性能监控方法、装置及相关设备

Legal Events

Date Code Title Description
122 Ep: pct application non-entry in european phase

Ref document number: 13806267

Country of ref document: EP

Kind code of ref document: A2