JP6730235B2 - アプリケーション稼働監視装置および監視方法 - Google Patents
アプリケーション稼働監視装置および監視方法 Download PDFInfo
- Publication number
- JP6730235B2 JP6730235B2 JP2017166485A JP2017166485A JP6730235B2 JP 6730235 B2 JP6730235 B2 JP 6730235B2 JP 2017166485 A JP2017166485 A JP 2017166485A JP 2017166485 A JP2017166485 A JP 2017166485A JP 6730235 B2 JP6730235 B2 JP 6730235B2
- Authority
- JP
- Japan
- Prior art keywords
- application programming
- programming interface
- monitoring
- api
- node
- 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
Links
- 238000012544 monitoring process Methods 0.000 title claims description 150
- 238000000034 method Methods 0.000 title claims description 38
- 238000012806 monitoring device Methods 0.000 title claims description 12
- 238000012545 processing Methods 0.000 claims description 28
- 230000008859 change Effects 0.000 claims description 13
- 238000012790 confirmation Methods 0.000 claims description 13
- 238000000605 extraction Methods 0.000 claims description 10
- 230000004044 response Effects 0.000 claims description 10
- 230000002159 abnormal effect Effects 0.000 claims description 8
- 239000000284 extract Substances 0.000 claims description 4
- 238000011144 upstream manufacturing Methods 0.000 claims description 4
- 239000008186 active pharmaceutical agent Substances 0.000 description 204
- 230000006870 function Effects 0.000 description 23
- 230000008569 process Effects 0.000 description 22
- 238000011161 development Methods 0.000 description 14
- 238000010586 diagram Methods 0.000 description 12
- 238000004891 communication Methods 0.000 description 9
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 238000004040 coloring Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000003825 pressing Methods 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3055—Monitoring arrangements for monitoring the status of the computing system or of the computing system component, e.g. monitoring if the computing system is on, off, available, not available
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording 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/3466—Performance evaluation by tracing or monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/302—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/865—Monitoring of software
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Computing Systems (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Mathematical Physics (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Description
図1は、第1の実施形態のアプリケーション稼働監視装置を採用したコンピュータシステムの一例を示す概念図である。
図11は、図1に示した稼動監視設定プログラム101の機能モジュール構成の他の例を示す図である。
Claims (8)
- サービスから提供されたアプリケーションプログラミングインタフェースを呼び出して稼働するアプリケーションプログラムの稼働状況を監視するアプリケーション稼働監視装置であって、
監視対象となるアプリケーションプログラムのソースコードに含まれているアプリケーションプログラミングインタフェースを抽出する抽出部と、
公開されたアプリケーションプログラミングインタフェースが前記サービス単位のグループ毎に登録されたグループ情報に基づいて、前記抽出されたアプリケーションプログラミングインタフェースが属するグループを特定するグループ特定処理部と、
前記特定されたグループに属するアプリケーションプログラミングインタフェースの中から、リクエストの実行に情報の変更を伴わないアプリケーションプログラミングインタフェースを監視用アプリケーションプログラミングインタフェースとして選択する選択部と、
前記監視用アプリケーションプログラミングインタフェースに対して擬似的なリクエストを送信して該リクエストに対する応答を受信することで、当該監視用アプリケーションプログラミングインタフェースが正常に稼働しているか否か判断する監視ノードを作成する監視ノード作成部と、
前記監視ノードを前記アプリケーションプログラムに包含させるノード登録部と、
を有するアプリケーション稼働監視装置。 - 公開されたアプリケーションプログラミングインタフェースを管理する管理装置から前記グループ情報を取得し、前記抽出されたアプリケーションプログラミングインタフェースが前記グループ情報に登録されていることを確認する登録確認部を更に有し、
前記グループ特定処理部は、前記抽出されたアプリケーションプログラミングインタフェースが前記登録確認部にて前記グループ情報に登録されていることが確認された場合に、該抽出されたアプリケーションプログラミングインタフェースについて処理を行う、
請求項1に記載のアプリケーション稼働監視装置。 - 前記選択部は、
前記特定されたグループに属するアプリケーションプログラミングインタフェースについて、リクエストの実行に情報の変更を伴うか否かを示す属性情報が前記グループ情報から得られた場合は、前記特定されたグループに属するアプリケーションプログラミングインタフェースの中から、前記属性情報に基づいて前記監視用アプリケーションプログラミングインタフェースを選択し、
前記特定されたグループに属するアプリケーションプログラミングインタフェースについて、リクエストの実行に情報の変更を伴うか否かを示す属性情報が前記グループ情報から得られない場合は、前記特定されたグループに属するアプリケーションプログラミングインタフェースの中から、種別が情報取得でありかつアドレス以外にパラメータを含まないアプリケーションプログラミングインタフェース、または、種別が情報取得でありかつ画像読み込み用のアプリケーションプログラミングインタフェースを、前記監視用アプリケーションプログラミングインタフェースとして選択する、
請求項1に記載のアプリケーション稼働監視装置。 - 前記選択部は、
前記抽出されたアプリケーションプログラミングインタフェースが、リクエストの実行に情報の変更を伴わない場合は、該抽出されたアプリケーションプログラミングインタフェースを前記監視用アプリケーションプログラミングインタフェースとし、
前記抽出されたアプリケーションプログラミングインタフェースが、リクエストの実行に情報の変更を伴う場合は、前記特定されたグループに属するアプリケーションプログラミングインタフェースの中から、リクエストの実行に情報の変更を伴わないアプリケーションプログラミングインタフェースを監視用アプリケーションプログラミングインタフェースとして選択する、
請求項1に記載のアプリケーション稼働監視装置。 - 前記選択部は、リクエストの実行に情報の変更を伴わないアプリケーションプログラミングインタフェースが複数存在する場合、監視対象となるアプリケーションプログラムに含まれる機能オブジェクトであるノードのうち上流側のノードが呼び出すアプリケーションプログラミングインタフェースを、監視用アプリケーションプログラミングインタフェースとして選択する、
請求項1に記載のアプリケーション稼働監視装置。 - 前記監視ノードが実行されると、前記アプリケーションプログラムに含まれる機能オブジェクトであるノードのそれぞれについて、当該ノードが呼び出す全てのアプリケーションプログラミングインタフェースに対応する監視用アプリケーションプログラミングインタフェースが正常に稼働していれば当該ノードが正常状態であると判断し、当該ノードが呼び出す1つ以上のアプリケーションプログラミングインタフェースに対応する監視用アプリケーションプログラミングインタフェースが正常に稼働していなければ当該ノードが異常状態であると判断する、監視実行部を更に有する、
請求項1に記載のアプリケーション稼働監視装置。 - 前記監視実行部は、前記アプリケーションプログラムに含まれる全てのノードが正常状態であれば当該アプリケーションプログラムを実行可能とし、前記アプリケーションプログラムに含まれる1つ以上のノードが異常状態であれば当該アプリケーションプログラムを実行待ちとする、請求項6に記載のアプリケーション稼働監視装置。
- サービスから提供されたアプリケーションプログラミングインタフェースを呼び出して稼働するアプリケーションプログラムの稼働状況を監視するアプリケーション稼働監視方法であって、
抽出手段が、監視対象となるアプリケーションプログラムのソースコードに含まれているアプリケーションプログラミングインタフェースを抽出し、
グループ特定処理手段が、公開されたアプリケーションプログラミングインタフェースが前記サービス単位のグループ毎に登録されたグループ情報に基づいて、前記抽出されたアプリケーションプログラミングインタフェースが属するグループを特定し、
選択手段が、前記特定されたグループに属するアプリケーションプログラミングインタフェースの中から、リクエストの実行に情報の変更を伴わないアプリケーションプログラミングインタフェースを監視用アプリケーションプログラミングインタフェースとして選択し、
監視ノード作成手段が、前記監視用アプリケーションプログラミングインタフェースに対して擬似的なリクエストを送信して該リクエストに対する応答を受信することで、当該監視用アプリケーションプログラミングインタフェースが正常に稼働しているか否か判断する監視ノードを作成し、
ノード登録手段が、前記監視ノードを前記アプリケーションプログラムに包含させる、
アプリケーション稼働監視方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017166485A JP6730235B2 (ja) | 2017-08-31 | 2017-08-31 | アプリケーション稼働監視装置および監視方法 |
US15/905,235 US10977146B2 (en) | 2017-08-31 | 2018-02-26 | Application operation monitoring apparatus and application operation monitoring method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017166485A JP6730235B2 (ja) | 2017-08-31 | 2017-08-31 | アプリケーション稼働監視装置および監視方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019046015A JP2019046015A (ja) | 2019-03-22 |
JP6730235B2 true JP6730235B2 (ja) | 2020-07-29 |
Family
ID=65436193
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017166485A Active JP6730235B2 (ja) | 2017-08-31 | 2017-08-31 | アプリケーション稼働監視装置および監視方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US10977146B2 (ja) |
JP (1) | JP6730235B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7285864B2 (ja) * | 2021-01-19 | 2023-06-02 | ソフトバンク株式会社 | システム |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005208749A (ja) | 2004-01-20 | 2005-08-04 | Hitachi Electronics Service Co Ltd | Webサービスシステム稼動監視方法及び稼動監視システム |
US7457870B1 (en) * | 2004-02-27 | 2008-11-25 | Packeteer, Inc. | Methods, apparatuses and systems facilitating classification of web services network traffic |
JP4727278B2 (ja) * | 2005-04-05 | 2011-07-20 | 株式会社エヌ・ティ・ティ・ドコモ | アプリケーションプログラム検証システム、アプリケーションプログラム検証方法およびコンピュータプログラム |
JP2008003709A (ja) * | 2006-06-20 | 2008-01-10 | Mitsubishi Electric Corp | 管理装置及びタスク管理方法及びプログラム |
KR100951852B1 (ko) * | 2008-06-17 | 2010-04-12 | 한국전자통신연구원 | 응용 프로그램 비정상행위 차단 장치 및 방법 |
JP5579650B2 (ja) * | 2011-04-28 | 2014-08-27 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 監視対象プロセスを実行する装置及び方法 |
WO2012150602A1 (en) * | 2011-05-03 | 2012-11-08 | Yogesh Chunilal Rathod | A system and method for dynamically monitoring, recording, processing, attaching dynamic, contextual & accessible active links & presenting of physical or digital activities, actions, locations, logs, life stream, behavior & status |
JP2013218449A (ja) * | 2012-04-06 | 2013-10-24 | Hitachi Ltd | クラウドコンピューティングシステム |
JP6456028B2 (ja) * | 2014-02-07 | 2019-01-23 | キヤノン株式会社 | 情報処理装置、情報処理方法、およびプログラム |
US20160080229A1 (en) * | 2014-03-11 | 2016-03-17 | Hitachi, Ltd. | Application performance monitoring method and device |
US9729506B2 (en) * | 2014-08-22 | 2017-08-08 | Shape Security, Inc. | Application programming interface wall |
US10101981B2 (en) * | 2015-05-08 | 2018-10-16 | Citrix Systems, Inc. | Auto discovery and configuration of services in a load balancing appliance |
US10044630B2 (en) * | 2015-12-15 | 2018-08-07 | Software Ag | Systems and/or methods for remote application introspection in cloud-based integration scenarios |
JP6895803B2 (ja) * | 2017-05-24 | 2021-06-30 | 三菱電機株式会社 | プラント監視制御システムの保守計算機及び保守プログラム |
-
2017
- 2017-08-31 JP JP2017166485A patent/JP6730235B2/ja active Active
-
2018
- 2018-02-26 US US15/905,235 patent/US10977146B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20190065334A1 (en) | 2019-02-28 |
JP2019046015A (ja) | 2019-03-22 |
US10977146B2 (en) | 2021-04-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9367305B1 (en) | Automatic container definition | |
US9342273B1 (en) | Automatic communications graphing for a source application | |
CN107368405B (zh) | 测试系统、测试方法、mock平台、拦截器和客户端 | |
CN112035228B (zh) | 一种资源调度方法及装置 | |
US10623235B2 (en) | Correlating computing network events | |
TWI685800B (zh) | 用於任務調度和裝置管理的系統和方法 | |
JP2015526822A (ja) | 統合コンピュータシステムのためのコンプライアンス試験エンジン | |
CN110442502B (zh) | 一种埋点的方法、装置、设备及存储介质 | |
CN110515679A (zh) | 数据采集方法、装置、设备及存储介质 | |
WO2015141815A1 (en) | Information processing system, data process control method, program, and recording medium | |
US11886939B2 (en) | System, device, method and datastack for managing applications that manage operation of assets | |
JP6730235B2 (ja) | アプリケーション稼働監視装置および監視方法 | |
CN114385318A (zh) | 基于kubernetes的并行测试方法、装置及设备 | |
JP6802354B2 (ja) | 通信試験装置、通信試験方法及びプログラム | |
CN111131440B (zh) | 资源调度方法、装置和服务器 | |
KR101681154B1 (ko) | 데이터 수집기 구축 방법, 이를 수행하는 데이터 수집기 구축 서버 및 이를 저장하는 기록매체 | |
CN110389886B (zh) | 一种主体应用程序的附加功能测试方法、装置及存储介质 | |
US20160132424A1 (en) | Simulating sensors | |
CN114282760A (zh) | 一种结合动态表单和动态流程的工作流生成方法及装置 | |
CN116431269A (zh) | 虚拟机监控方法、装置、设备及存储介质 | |
CN113312148A (zh) | 一种大数据服务部署方法、装置、设备及介质 | |
JP2018018415A (ja) | 情報処理装置、情報処理システム、プログラム及び情報処理方法 | |
US10180830B2 (en) | Information processing device, deployment method, and recording medium | |
CN112817635B (zh) | 一种模型处理方法和数据处理系统 | |
CN110750246B (zh) | 多流程系统的生成方法及相关装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190208 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20191129 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200107 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200226 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20200602 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200702 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6730235 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |