WO2012010090A1 - Procédé et appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs - Google Patents

Procédé et appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs Download PDF

Info

Publication number
WO2012010090A1
WO2012010090A1 PCT/CN2011/077373 CN2011077373W WO2012010090A1 WO 2012010090 A1 WO2012010090 A1 WO 2012010090A1 CN 2011077373 W CN2011077373 W CN 2011077373W WO 2012010090 A1 WO2012010090 A1 WO 2012010090A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
random
queue
signaling
random user
Prior art date
Application number
PCT/CN2011/077373
Other languages
English (en)
Chinese (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 WO2012010090A1 publication Critical patent/WO2012010090A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/535Tracking the activity of the user

Definitions

  • the present invention relates to a mobile communication network, and more particularly to a method and apparatus for performing user-based random report signaling tracking processing on a mobile communication network.
  • Signaling tracking is the most effective fault location and viewing tool in mobile communication network systems. It can view the signaling messages generated in the service system in real time through signaling tracking, which can provide an effective means for fault location and business process observation. , can provide the necessary maintenance status data to the operation and maintenance personnel.
  • the signaling tracking client initiates a tracking request to the network device, and the network device notifies the corresponding service processing module according to the tracking condition, and the service processing module filters the signaling data according to the tracking condition, and finally reports the message. Let the client track.
  • a user-based network element level signaling tracking method has been widely used, that is, tracking client settings. Filtering conditions ⁇ ⁇ In the user number, the service running module in the network device is required to report and set the signaling data corresponding to the user information. In general, specific user tracking and full user tracking are two common user tracking methods.
  • Specific user tracking You need to specify the user ID (such as IMSI or MSISDN) in the tracking condition when the tracking is initiated.
  • the service module only reports and matches the signaling tracking data of the specified user in the service flow, but the service running environment is very complicated. In this case, it is difficult to obtain specific user information, and when the device is running for a long time, the user information of the problem cannot be known in advance. This method is only applicable to the start-up debugging phase or when the fault is located according to a specific user complaint. .
  • Full-user tracking The service module reports all user signaling data to the tracking client, which can solve the defect that the user signaling data collection is incomplete when the specific user signaling is tracked. However, in the case of a large number of users in a commercial office, full-user tracking can cause the tracking client system to be unable to process such massive data.
  • the object of the present invention is to provide a user-based random report signaling tracking method and apparatus, and provide signaling data of more users as much as possible in case of a fault cause, which is used to solve a problem that may be caused by a specific user tracking. Improves the operability and maintainability of mobile network systems by tracking client performance issues that can result from incomplete data collection and full user tracking.
  • the present invention provides a user-based random reporting signaling tracking method, including:
  • the random user queue does not reach the capacity limit, add the user identifier to the random user queue, and report the signaling tracking data to the tracking client. end.
  • the method further includes: discarding the signaling tracking data if the user identifier does not exist in the random user queue, and the random user queue has reached a capacity limit.
  • the capacity k of the random user queue does not exceed max ⁇ m ⁇ n
  • the max is the processing time limit of the tracking client
  • the m is the number of service processing modules that report signaling tracking data
  • n is all The number of signaling trace data that the service processing module generates on average in one transaction process of the user.
  • the method further includes: periodically scanning the random user queue, and clearing an expired user that meets a preset expiration policy from the random user queue.
  • the expired user is: one or more users that are the earliest to join in the random user queue during the timed scanning period; or, in the timed scanning period, the number of signaling tracking data reported in the random user queue is not higher than the preset Wide value users.
  • the present invention also provides a user-based random report signaling tracking device, the device including Machine user queue module and judgment module, wherein:
  • the random user queue module is configured to: when receiving a random user tracking request of the tracking client, create a random user queue;
  • the determining module is configured to: receive signaling tracking data, and obtain a user identifier of the signaling tracking data; if the user identifier exists in the random user queue, report the signaling tracking data to the tracking If the user identifier does not exist in the random user queue, and the random user queue does not reach the capacity limit, the user identifier is added to the random user queue, and the signaling tracking data is reported to the client. Track the client.
  • the determining module is further configured to: if the user identifier does not exist in the random user queue, and the random user queue has reached a capacity limit, discard the signaling tracking data.
  • the capacity k of the random user queue does not exceed max ⁇ m ⁇ n , the max is the processing time limit of the tracking client, and the m is the number of service processing modules that report signaling tracking data, where n is all The number of signaling trace data that the service processing module generates on average in one transaction process of the user.
  • the random user queue module is further configured to: periodically scan the random user queue, and satisfy the expired user as: one or more users that are the earliest to join in the random user queue in a timed scanning period; or, a scheduled scan During the period, the number of signaling tracking data reported by the random user queue is not higher than the preset threshold.
  • the present invention introduces a random user queue, and dynamically groups the user identifiers in the system device to report the user signaling to the tracking client in real time, and maximizes the utilization of the system resources.
  • the user signaling data in various scenarios is collected and reported to the tracking client.
  • the present invention also introduces a random queue engine, which periodically manages and controls the random user queue, and deletes the expired user identifier in time, so that the newly generated user signaling data can also be reported to the tracking client, and the user information can be collected more effectively.
  • 1 is a diagram of a user random reporting signaling tracking device according to the present invention
  • 2 is a flowchart of randomly reporting user signaling tracking data according to an embodiment of the present invention
  • FIG. 3 is a flowchart of random user queue management control according to an embodiment of the present invention.
  • the present invention provides a method for tracking user-based random report signaling in a mobile communication network device, which is used to track signaling data of various protocol types in a service, and includes the following steps:
  • Step A Receive a random user tracking request of the tracking client, and create a random user queue with capacity limitation.
  • Step B Obtain the user identifier of the signaling tracking data according to the signaling tracking data reported by the service system, in the random user queue. Find if the same user ID exists;
  • Step C If the same user identifier exists in the random user queue, the signaling tracking data is reported to the tracking client.
  • the user identifier If the user identifier does not exist in the random user queue, and the random user queue does not reach the capacity limit, the user identifier is added to the random user queue, and the signaling tracking data is reported;
  • the signaling tracking data is directly discarded according to the principle of "advanced column first reporting", and the priority is satisfied in the queue. Existing users report signaling tracking data.
  • the capacity k of the random user queue does not exceed max ⁇ m ⁇ n
  • the max is the processing time limit of the tracking client
  • the m is the number of service processing modules that report signaling tracking data
  • n is all The number of signaling trace data that the service processing module generates on average in one transaction process of the user.
  • the present invention further provides a timing clearing expired user.
  • Policy Use the timer to scan the random user queue to clear expired users that meet the preset expiration policy. In this way, a new user identifier can be added to the random queue in the subsequent reporting signaling tracking process, and the latest valid signaling data is timely reported to the tracking client.
  • the method for judging expired users provided by the present invention includes:
  • the user ID is time-stamped when the user is added to the random user queue, and is used for timing scanning to obtain the time when the user joins the queue.
  • the user reporting the number of signaling tracking data in the random user queue is not higher than the preset threshold, and the user is regarded as an expired user, and the determining method needs to identify each user in the random user queue.
  • the counter is incremented, and when the user signaling trace data is reported, the corresponding counter is also increased accordingly.
  • the timer scans the counter of the user that has not expired is cleared to 0.
  • the preset threshold may be 0. That is, the user whose signaling tracking data is reported as 0 is regarded as an expired user in the timed scanning period, and the user identifier whose counter is 0 is deleted from the queue during the scheduled scanning.
  • the method for judging the expired user is only an example, and the expired user may be determined according to other expiration policies, which is not limited by the present invention.
  • the basic principle of user-based random reporting signaling is that users in the random user queue can report related signaling tracking messages.
  • the capacity is k. If at most m users are simultaneously reported, and according to the service model, each service processing module generates an average of n signalings in a user's service flow, then the limit service m service processing modules generate a message every second. Let k X n X m, obviously this value should not exceed the limit max of the tracking client processing, then the capacity k of the random user queue should not exceed max ⁇ m ⁇ n.
  • n is the average of the various protocol modules, and the specific application scenarios need to be weighted by the business model.
  • the user-based random report signaling tracking method includes:
  • Step 201 The service system reports signaling tracking data.
  • Step 202 determining whether the user identifier of the signaling tracking data is in a random user queue, if not, executing step 203; if yes, executing step 206;
  • Step 203 it is determined whether the random user queue reaches the capacity limit (whether is full), if yes, step 204 is performed, if the capacity limit is not reached, step 205 is performed;
  • Step 204 discarding the signaling tracking data, and ending
  • Step 205 Add the user identifier to the random user queue, and set the counter of the user to 0.
  • Step 206 Report the signaling tracking data to the tracking client, and add 1 to the counter of the user.
  • a random user queue of capacity n is created in the service system, and the random user queue is initially empty.
  • the process proceeds to step 205, where the user identifier A1 is displayed. Join the random user queue and finally proceed to step 206 to escalate the data to the tracking client.
  • the user A1 continues to generate the related signaling tracking data. If the user already exists in the random user queue, the process proceeds to step 206 to report the signaling tracking data to the tracking client. At the same time, users A2, A3 and A4 have been successively executed during the operation of the business system. . . Am (m ⁇ n), step 202, step 203, step 205 are repeated, and the length of the random user queue is gradually increased to m, which is still within the capacity n of the random user queue, that is, the random user queue is not full. .
  • the length of the random user queue also increases to n.
  • the user A, A2 An is included in the random user queue, and the user-related signaling tracking data is finally reported to the tracking client by performing step 202, and step 206. If the signaling tracking data related to the new user An+1 is generated at this time, the signaling tracking data can only be discarded because the user in the random user queue is preferentially reported, that is, step 202, step 203, and step 204 is shown.
  • step 206 Whenever a certain user related signaling tracking data is reported, the associated counter is +1.
  • the signaling of the tracking data is reported, which represents its activity level. If the user Ai does not report the signaling tracking data in the k seconds, step 303 is performed to delete the random user queue. If the signaling tracking data is reported, step 304 is performed to keep the random user queue.
  • step 302 it is assumed that there are j expired users without signaling tracking data reported in k seconds to be deleted from the random user queue, so that the random user queue has more j idle positions, when the new user An+l
  • An+2 and An+j may join the random user queue through step 202, step 203, and step 205, thereby ensuring that the random user queue is updated.
  • step 304 the user-associated counters remaining in the random user queue need to be cleared to ensure the independence of the user-associated counters during each statistical period.
  • the present invention also provides a user-based random report signaling tracking device, the device comprising a random user queue module and a judging module, wherein:
  • the random user queue module is configured to create a random user queue when receiving a random user tracking request of the tracking client;
  • the determining module is configured to: receive signaling tracking data, and obtain a user identifier of the signaling tracking data; if the user identifier exists in the random user queue, report the signaling tracking data to the tracking If the user identifier does not exist in the random user queue, and the random user queue does not reach the capacity limit, the user identifier is added to the random user team and the signaling tracking data is reported to the client. Tracking the client; if the user identifier does not exist in the random user queue, and the random user queue has reached the capacity limit, the signaling tracking data is discarded.
  • the capacity k of the random user queue does not exceed max ⁇ m ⁇ n
  • the max is the processing time limit of the tracking client
  • the m is the number of service processing modules that report signaling tracking data
  • the n The average number of signaling trace data generated by all service processing modules in a user's business process.
  • the random user queue module is further configured to: periodically scan the random user queue, and the user is: During the timed scanning period, one or more users that are the earliest to join in the random user queue; or, in the timed scanning period, the number of signaling tracking data reported by the random user queue is not higher than the preset threshold.
  • the present invention ensures that only a certain number of users in the service system can report signaling tracking data through a capacity user queue, so that the performance of the system is not affected.
  • the present invention introduces a random user queue, and dynamically groups the user identifiers in the system device to report the user signaling to the tracking client in real time, and maximizes the utilization of the system resources.
  • the user signaling data in various scenarios is collected and reported to the tracking client.
  • the present invention introduces a random user queue, and dynamically groups the user identifiers in the system device to report the user signaling to the tracking client in real time, and maximizes the utilization of the system resources.
  • the user signaling data in various scenarios is reported to the tracking client, and the random user queue is periodically controlled and controlled, and the expired user identifier is deleted in time, so that the newly generated user signaling data can be reported to the tracking client. , can collect user information more effectively.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

La présente invention concerne un procédé de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs, ledit procédé comportant les étapes consistant à : créer une file d'attente aléatoire d'utilisateurs lorsqu'une demande de suivi aléatoire des utilisateurs émanant d'un client de suivi est reçue ; recevoir des données de suivi de signalisation et acquérir un identifiant d'utilisateur figurant dans les données de suivi de signalisation ; rendre compte des données de suivi de signalisation au client de suivi si l'identifiant d'utilisateur existe dans la file d'attente aléatoire d'utilisateurs ; et ajouter l'identifiant d'utilisateur à la file d'attente aléatoire d'utilisateurs et rendre compte des données de suivi de signalisation au client de suivi si l'identifiant d'utilisateur ne figure pas dans la file d'attente aléatoire d'utilisateurs et si la file d'attente aléatoire d'utilisateurs n'a pas atteint une limite de capacité. La présente invention concerne en outre un appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs. Selon la présente invention, une file d'attente aléatoire d'utilisateurs est introduite, de telle sorte qu'à condition d'utiliser pleinement les ressources du système, les données de signalisation d'utilisateur sous divers scénarios soient recueillies dans toute la mesure du possible et communiquées au client de suivi.
PCT/CN2011/077373 2010-07-20 2011-07-20 Procédé et appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs WO2012010090A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010234175.0 2010-07-20
CN201010234175.0A CN101917699B (zh) 2010-07-20 2010-07-20 基于用户的随机上报信令跟踪方法和装置

Publications (1)

Publication Number Publication Date
WO2012010090A1 true WO2012010090A1 (fr) 2012-01-26

Family

ID=43325061

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/077373 WO2012010090A1 (fr) 2010-07-20 2011-07-20 Procédé et appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs

Country Status (2)

Country Link
CN (1) CN101917699B (fr)
WO (1) WO2012010090A1 (fr)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101917699B (zh) * 2010-07-20 2014-08-20 中兴通讯股份有限公司 基于用户的随机上报信令跟踪方法和装置
CN102857937B (zh) * 2011-06-29 2018-01-30 中兴通讯股份有限公司 跟踪用户的系统及方法、用户调度判决装置
CN102984680B (zh) * 2012-12-19 2016-05-25 南京中兴软创科技股份有限公司 一种在电信运营系统的对外接口中实现号码跟踪的方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1870532A (zh) * 2006-01-06 2006-11-29 华为技术有限公司 一种信令跟踪方法和系统
CN101035349A (zh) * 2007-04-04 2007-09-12 中兴通讯股份有限公司 一种处理信令消息上报的系统和方法
CN101667928A (zh) * 2009-09-25 2010-03-10 中兴通讯股份有限公司 客户端、信令跟踪服务器、协议模块和信令跟踪方法
CN101917699A (zh) * 2010-07-20 2010-12-15 中兴通讯股份有限公司 基于用户的随机上报信令跟踪方法和装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7110749B2 (en) * 2000-12-19 2006-09-19 Bellsouth Intellectual Property Corporation Identity blocking service from a wireless service provider

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1870532A (zh) * 2006-01-06 2006-11-29 华为技术有限公司 一种信令跟踪方法和系统
CN101035349A (zh) * 2007-04-04 2007-09-12 中兴通讯股份有限公司 一种处理信令消息上报的系统和方法
CN101667928A (zh) * 2009-09-25 2010-03-10 中兴通讯股份有限公司 客户端、信令跟踪服务器、协议模块和信令跟踪方法
CN101917699A (zh) * 2010-07-20 2010-12-15 中兴通讯股份有限公司 基于用户的随机上报信令跟踪方法和装置

Also Published As

Publication number Publication date
CN101917699A (zh) 2010-12-15
CN101917699B (zh) 2014-08-20

Similar Documents

Publication Publication Date Title
US11570107B2 (en) Method and system for triggering augmented data collection on a network device based on traffic patterns
US20150149625A1 (en) Method and system for low-overhead latency profiling
WO2007108816A1 (fr) Localisateur et correcteur automatisés d'encombrements et de dérangements du réseau
WO2012174897A1 (fr) Procédé et appareil de surveillance
CN101741615A (zh) 基于服务器的告警过滤系统及方法
CN1547120A (zh) 网络监视管理系统
CN104468819A (zh) 一种物联网消息推送系统及其方法
CN102820993A (zh) 网络资源监控系统和网络资源监控方法
CN101369916B (zh) 性能指标的采集方法
CN102929773A (zh) 信息采集方法和装置
CN105391573A (zh) 基于智能终端的数据采集系统、分析系统和监测分析系统
KR100611102B1 (ko) 성능 데이터 자동 수집을 위한 서비스 수준 보장 시스템 및그 방법
CN113438129A (zh) 数据采集方法及装置
WO2012010090A1 (fr) Procédé et appareil de suivi de la signalisation aléatoire de comptes rendus sur la base des utilisateurs
WO2011153838A1 (fr) Système, procédé et dispositif de collecte de trafic
JP3425871B2 (ja) ネットワーク管理システム及びその管理方法
CN104125115B (zh) 一种日志信息传送方法及装置
WO2011127692A1 (fr) Appareil et procédé de surveillance de messages courts
CN102480369A (zh) 一种网络管理系统及性能采集的方法
CN105592485A (zh) 一种基于snmp网管协议实时采集并处理消息的方法
WO2017165999A1 (fr) Procédé d'implémentation de service de réseau, contrôleur de service, et système de communication
KR20030035181A (ko) 멀티 에이전트간 통신에 의한 네트워크 장애 관리 장치 및방법
KR101466895B1 (ko) VoIP 불법 검출 방법, 이를 수행하는 VoIP 불법 검출 장치 및 이를 저장하는 기록매체
WO2012116551A1 (fr) Procédé et système d'analyse de performance de multidiffusion
WO2015131708A1 (fr) Procédé, dispositif, et système de surveillance de dispositif terminal

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11809278

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11809278

Country of ref document: EP

Kind code of ref document: A1