Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

В данном разделе описаны команды управления информацией о текущих вызовах очередей.

clear-preffered-operator

Команда предназначена для удаления информации о предпочтительном операторе.

Путь команды:

/domain/<DOMAIN>/cc/queue/realtime/clear-preffered-operator

Синтаксис:

realtime/clear-preffered-operator <QueueId> <PhoneNumber>

Параметры:

<QueueId> - имя очереди;
<PhoneNumber> - номер телефона привязку которого к оператору нужно удалить.

Пример:

admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/clear-preffered-operator line1 509
ok

[exec at: 11.02.2021 13:03:27, exec time: 26ms, nodes: core1@ecss1 v.3.14.7.566]

handling-time-series-info

Команда предназначена для просмотра информации о том, как быстро операторы обрабатывают вызовы из очереди.

Путь команды:

/domain/<DOMAIN>/cc/queue/realtime/handling-time-series-info

Синтаксис:

realtime/handling-time-series-info <Queue> [--histogram] [--raw-values [--sort]] [--plain-density-plot [--k <POSITIVE_INTEGER>]]

Параметры:

<Queue> - имя очереди.
Один или несколько вариантов отображения данных:
--histogram - просмотр гистограммы времени обработки вызова. Он отображается, если не указан другой флаг.
--raw-values - просмотр таблицы необработанных значений;
--sort - сортировка. По умолчанию значения сортируются по релевантности.
--plain-density-plot - график плотности распределения.
--k - коэффициент.

Пример:

admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/handling-time-series-info line1 --histogram

SUMMARY

Lower threshold: 10 seconds.
Upper threshold: 1800 seconds.
Total/Max metrics count: 80/100.
Suitable metrics count: 77. Values between lower threshold and upper threshold.
Min suitable metrics count to make prediction: 10. Until that value reached 'defined value' will be used as estimated conversation handling time even if another 'based on' strategy is specified.

Prediction based on: defined value.

 * Defined value: 60 seconds.
   Suitable average: 15.428571428571429 seconds.
   Most-freq interval average 13.722222222222223 seconds.

 * - prediction is based on this value



HISTOGRAM

                                                                               
          +----------------------------------------------------------------+   
      100 |-+        |     |    +          +         +          +        +-|   
          |          |     |                                               |   
          |          |     |                                               |   
          |          |     |                                               |   
       80 |-+        |     |                                             +-|   
          |*********************************                               |   
          |          |     |               *                               |   
       60 |-+        |     |               *                             +-|   
          |          |     |               *                               |   
          |          |     |               *                               |   
          |          |     |               *                               |   
       40 |-+        |     |               *                             +-|   
          |          |     |               *                               |   
          |          |     |               *                               |   
       20 |-+        |     |               *                             +-|   
          |          |     |               *                               |   
          |          |     |               *                               |   
          |          |     |    +          ********************************|   
        0 +----------------------------------------------------------------+   
          0          10         20         30        40         50         60  
                                     t, seconds                                
                                                                               

LTh - Lower Threshold; UTh - Upper Threshold; AVG - Average

Most freq interval [0 .. 30] seconds. Conversations count: 72. Min: 10. Max: 15, Average: 13.722222222222223.

[exec at: 11.02.2021 13:44:23, exec time: 84ms, nodes: core1@ecss1 v.3.14.7.566]
admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/handling-time-series-info line1 --plain-density-plot      

SUMMARY

Lower threshold: 10 seconds.
Upper threshold: 1800 seconds.
Total/Max metrics count: 80/100.
Suitable metrics count: 77. Values between lower threshold and upper threshold.
Min suitable metrics count to make prediction: 10. Until that value reached 'defined value' will be used as estimated conversation handling time even if another 'based on' strategy is specified.

Prediction based on: defined value.

 * Defined value: 60 seconds.
   Suitable average: 15.428571428571429 seconds.
   Most-freq interval average 13.722222222222223 seconds.

 * - prediction is based on this value



DENSITY PLOT
K = 200
f(t) = -1 * (erf(|Ti - Tj| / K))
erf - Gauss error function

                                                                               
      10 +-----------------------------------------------------------------+   
         |     **********      +          +          +          +          |   
       9 |-+***   |  |   ***                                             +-|   
         |**      |  |      ***                                            |   
       8 |-+      |  |         ***                                       +-|   
         |        |  |            ***                                      |   
       7 |-+      |  |               ***                                 +-|   
         |        |  |                  ***                                |   
       6 |-+      |  |                     ***                           +-|   
       5 |-+      |  |                        ****                       +-|   
         |        |  |                            ***                      |   
       4 |-+      |  |                               ***                 +-|   
         |        |  |                                  ***                |   
       3 |-+      |  |                                     ***           +-|   
         |        |  |                                        ***          |   
       2 |-+      |  |                                           ***     +-|   
         |        |  |                                              ***    |   
       1 |-+      |  |                                                 ***-|   
         |        | +|         +          +          +          +         *|   
       0 +-----------------------------------------------------------------+   
         10         15         20         25         30         35         40  
                                     t, seconds                                
                                                                               

MAX - Point with max density; AVG - Average
f'(t) normalized with respect to 0. f(t) -> X, f'(t) = f(t) + min(X)

[exec at: 11.02.2021 13:44:13, exec time: 88ms, nodes: core1@ecss1 v.3.14.7.566]

admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/handling-time-series-info line1 --raw-values                      

SUMMARY

Lower threshold: 10 seconds.
Upper threshold: 1800 seconds.
Total/Max metrics count: 91/100.
Suitable metrics count: 88. Values between lower threshold and upper threshold.
Min suitable metrics count to make prediction: 10. Until that value reached 'defined value' will be used as estimated conversation handling time even if another 'based on' strategy is specified.

Prediction based on: defined value.

 * Defined value: 60 seconds.
   Suitable average: 15.818181818181818 seconds.
   Most-freq interval average 13.537500000000003 seconds.

 * - prediction is based on this value


RAW VALUES

  1.  12 s.
  2.  39 s.
  3.  12 s.
  4.  10 s.
  5.  14 s.
  6.  35 s.
  7.  12 s.
  8.  10 s.
  9.  14 s.
  10. 35 s.
  11. 11 s.
x 12. 8 s.
x 13. 9 s.
  14. 40 s.
x 15. 8 s.
  16. 10 s.
  17. 15 s.
  18. 40 s.
  19. 15 s.
  20. 12 s.
  21. 13 s.
  22. 13 s.
  23. 12 s.
  24. 13 s.
  25. 13 s.
  26. 14 s.
  27. 15 s.
  28. 15 s.
  29. 15 s.
  30. 15 s.
  31. 14 s.
  32. 13 s.
  33. 14 s.
  34. 14 s.
  35. 12 s.
  36. 40 s.
  37. 12 s.
  38. 14 s.
  39. 14 s.
  40. 14 s.
  41. 13 s.
  42. 12 s.
  43. 13 s.
  44. 14 s.
  45. 13 s.
  46. 13 s.
  47. 15 s.
  48. 15 s.
  49. 15 s.
  50. 15 s.
  51. 15 s.
  52. 13 s.
  53. 14 s.
  54. 10 s.
  55. 11 s.
  56. 15 s.
  57. 40 s.
  58. 14 s.
  59. 14 s.
  60. 15 s.
  61. 14 s.
  62. 14 s.
  63. 13 s.
  64. 11 s.
  65. 12 s.
  66. 15 s.
  67. 15 s.
  68. 15 s.
  69. 15 s.
  70. 15 s.
  71. 15 s.
  72. 15 s.
  73. 10 s.
  74. 11 s.
  75. 15 s.
  76. 15 s.
  77. 15 s.
  78. 40 s.
  79. 14 s.
  80. 14 s.
  81. 15 s.
  82. 15 s.
  83. 10 s.
  84. 10 s.
  85. 15 s.
  86. 15 s.
  87. 15 s.
  88. 15 s.
  89. 15 s.
  90. 15 s.
  91. 15 s.

x - not acceptable by thresholds
sorted by relevance

[exec at: 11.02.2021 13:46:09, exec time: 30ms, nodes: core1@ecss1 v.3.14.7.566]

info

Команда для просмотра текущего состояния очереди.

Путь команды:

/domain/<DOMAIN>/cc/queue/realtime/info

Синтаксис:

realtime/info <Queue> [-p]

Параметры:

<Queue> - очередь.
-p (boolean) - показывать или нет предсказанное время обслуживания вызова находящегося в очереди

Пример:

 Нажмите здесь для раскрытия...
admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/info line1 -p
Queue id: line1
Description: Операторы 1-й линии
Type: call
Distribution mode: random
Skill based distribution: true
Max wait time: 3600 sec
Available operators count: 0
Constraints:
	decline_if_no_operators: true
	queue_length: 2
Groups:
	ltp1

Operators:
┌───┬─────────┬────────────────┬──────────┬──────┬────────┬────────────────────────┬─────────────┬───────────────────────┐
│Id │Available│  Connections   │Engaged by│Locked│Goodness│         Module         │   Skills    │    Additional info    │
├───┼─────────┼────────────────┼──────────┼──────┼────────┼────────────────────────┼─────────────┼───────────────────────┤
│500│false    │064d065a7eed185e│          │false │good    │cc_queue_plugin_operator│psychologie:3│number: 240500         │
│   │         │                │          │      │        │                        │             │display_name: Александр│
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: true   │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 253 sec │
│501│false    │064d064a8478f990│          │false │good    │cc_queue_plugin_operator│             │number: 240501         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 11 sec  │
│502│false    │064d064ac4106e72│          │false │good    │cc_queue_plugin_operator│             │number: 240502         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 23 sec  │
│503│false    │064d065bbd2137b0│          │false │good    │cc_queue_plugin_operator│             │number: 240503         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: true   │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 200 sec │
│504│false    │064d064ab26f842c│          │false │good    │cc_queue_plugin_operator│             │number: 240504         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 11 sec  │
│505│false    │                │          │false │good    │cc_queue_plugin_operator│             │number: 240505         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: true        │
│   │         │                │          │      │        │                        │             │line_available: true   │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: true          │
│   │         │                │          │      │        │                        │             │handling_time: 0 sec   │
│506│false    │064d064a42192686│          │false │good    │cc_queue_plugin_operator│             │number: 240506         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 11 sec  │
│507│false    │                │          │false │good    │cc_queue_plugin_operator│             │number: 240507         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: true        │
│   │         │                │          │      │        │                        │             │line_available: true   │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: true          │
│   │         │                │          │      │        │                        │             │handling_time: 0 sec   │
│508│false    │064d064a63b59766│          │false │good    │cc_queue_plugin_operator│             │number: 240508         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 10 sec  │
│509│false    │064d064a2545f379│          │false │good    │cc_queue_plugin_operator│             │number: 240509         │
│   │         │                │          │      │        │                        │             │display_name:          │
│   │         │                │          │      │        │                        │             │registered: true       │
│   │         │                │          │      │        │                        │             │available: false       │
│   │         │                │          │      │        │                        │             │line_available: false  │
│   │         │                │          │      │        │                        │             │paused: false          │
│   │         │                │          │      │        │                        │             │blocked: false         │
│   │         │                │          │      │        │                        │             │handling_time: 11 sec  │
└───┴─────────┴────────────────┴──────────┴──────┴────────┴────────────────────────┴─────────────┴───────────────────────┘

Conversations:
┌──┬──────────────┬────────┬────────┬────────┬──────┬───────────────────┬────────┬────────────────────────┬────────────┬────────────────────────────────────────────────────────────────┐
│N │    Caller    │ Status │Workitem│Priority│Skills│       Start       │Duration│       Prediction       │Distribution│                          Connections                           │
│  │              │        │   id   │        │      │       time        │        │                        │   count    │                                                                │
├──┼──────────────┼────────┼────────┼────────┼──────┼───────────────────┼────────┼────────────────────────┼────────────┼────────────────────────────────────────────────────────────────┤
│1 │244142(244142)│talking │        │1       │      │2021/02/11 13:42:42│00:04:46│initially: 00:00:59     │1           │id: 064d064a2545f379                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:02│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-95%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │509:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│2 │244143(244143)│talking │        │1       │      │2021/02/11 13:42:43│00:04:45│initially: 00:01:00     │1           │id: 064d064a42192686                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:03│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-95%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │506:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│3 │244145(244145)│talking │        │1       │      │2021/02/11 13:42:45│00:04:43│initially: 00:00:59     │1           │id: 064d064a63b59766                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:03│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-93%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │508:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│4 │244147(244147)│talking │        │1       │      │2021/02/11 13:42:47│00:04:41│initially: 00:00:59     │1           │id: 064d064a8478f990                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:03│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-93%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │501:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│5 │244149(244149)│talking │        │1       │      │2021/02/11 13:42:49│00:04:39│initially: 00:00:58     │1           │id: 064d064ab26f842c                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:03│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-91%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │504:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│6 │244151(244151)│talking │        │1       │      │2021/02/11 13:42:51│00:04:37│initially: 00:00:58     │1           │id: 064d064ac4106e72                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:03│            │status: established                                             │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-91%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │502:confirmed. skill conformance: , total conformance: 1.0      │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│7 │244162(244162)│released│        │1       │      │2021/02/11 13:47:00│00:00:28│initially: 00:00:17     │1           │id: 064d065a7eed185e                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:05│            │status: closed                                                  │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-20%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │500:post_processing. skill conformance: , total conformance: 1.0│
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│8 │244173(244173)│released│        │1       │      │2021/02/11 13:47:18│00:00:10│initially: 00:00:20     │1           │id: 064d065bbd2137b0                                            │
│  │              │        │        │        │      │                   │        │actual waiting: 00:00:07│            │status: closed                                                  │
│  │              │        │        │        │      │                   │        │inaccuracy: good (-21%) │            │operators:                                                      │
│  │              │        │        │        │      │                   │        │                        │            │503:post_processing. skill conformance: , total conformance: 1.0│
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│9 │244179(244179)│waiting │        │1       │      │2021/02/11 13:47:24│00:00:04│initially: 00:00:20     │0           │                                                                │
│  │              │        │        │        │      │                   │        │                        │            │                                                                │
│10│244181(244181)│waiting │        │1       │      │2021/02/11 13:47:26│00:00:02│initially: 00:00:19     │0           │                                                                │
└──┴──────────────┴────────┴────────┴────────┴──────┴───────────────────┴────────┴────────────────────────┴────────────┴────────────────────────────────────────────────────────────────┘
Prediction inaccuracy calculated as ratio prediction error and time prediction based on. Look configuration time_prediction/based_on option
Total: 10

[exec at: 11.02.2021 13:47:29, exec time: 22ms, nodes: core1@ecss1 v.3.14.7.566]

preffered-operator

Команда предназначена для отображения оператора привязанного к телефонному номеру как предпочитаемый оператор.

Путь команды:

/domain/<DOMAIN>/cc/queue/realtime/preffered-operator

Синтаксис:

realtime/preffered-operator <QueueId> <PhoneNumber>

Параметры:

<QueueId> - имя очереди;
<PhoneNumber> - номер телефона клиента, который распределялся на оператора.

admin@mycelium1@ecss1:/$ domain/biysk.local/cc/queue/realtime/preffered-operator line1 3854416977
501

[exec at: 11.02.2021 14:46:02, exec time: 24ms, nodes: core1@ecss1 v.3.14.7.566]
  • Нет меток
Написать комментарий...