Загрузка данных
Перед генерацией профилей необходимо подготовить и разложить документы и скрипты по соответствующим папкам. Папки script, profile_prom, profile_current разделены для каждой АС: PPRB, EFS_Web, EFS_Mobile. Папка profile_last разделена на: EFS_Web, EFS_Mobile.
Текущие скрипты overload.json необходимо положить в папку script соответствующей АС.
Актуальную выгрузку статистики из ПРОМ для каждой АС в формате .csv положить в папку profile_prom соответствующей АС. Данные файлы аналитик прикрепляет к НТ-анкете текущего релиза. Файлы кладутся в том виде, в каком они есть (без изменений).
Для EFS_Web и EFS_Mobile необходимо подготовить в папке profile_current (в соответствующих подпапках) файл profile_last.xlsx, содержащий прошлый профиль и расчеты, необходимые для актуализации скрипта. Данные для этого файла нужно скопировать из файла Анкета ЕФС web и mobile.xlsx, который расположен по адресу DocumentForTheScript. Это позволит корректно рассчитать и сравнить значения из документации текущего релиза с прошлыми.
DocumentForTheScript содержит файл Анкета ЕФС web и mobile.xlsx в которой создаются новые страницы с номером текущего релиза для EFS_Web и EFS_Mobile. На этих страницах отражены изменения текущего релиза в сравнении с прошлым, а также рассчитаны все необходимые параметры для актуализации скриптов.
Логи:
2026-07-09T11:17:01.083+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.example.ProfileGeneratorApplication : Starting ProfileGeneratorApplication v1.0 using Java 21.0.10 with PID 3384621 (/home/retb_test/PPRB_OTP/Tools/GeneratorProfile/ProfileGenerator.jar started by retb_test in /home/retb_test)
2026-07-09T11:17:01.086+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.example.ProfileGeneratorApplication : No active profile set, falling back to 1 default profile: "default"
2026-07-09T11:17:02.422+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8090 (http)
2026-07-09T11:17:02.436+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-07-09T11:17:02.437+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.41]
2026-07-09T11:17:02.463+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2026-07-09T11:17:02.465+03:00 INFO 3384621 --- [ProfileGenerator] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1342 ms
2026-07-09T11:17:02.740+03:00 INFO 3384621 --- [ProfileGenerator] [ main] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name userDetailsService
2026-07-09T11:17:03.105+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 15 endpoints beneath base path '/actuator'
2026-07-09T11:17:03.604+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8090 (http) with context path '/'
2026-07-09T11:17:03.620+03:00 INFO 3384621 --- [ProfileGenerator] [ main] o.example.ProfileGeneratorApplication : Started ProfileGeneratorApplication in 2.88 seconds (process running for 3.289)
2026-07-09T11:17:03.854+03:00 INFO 3384621 --- [ProfileGenerator] [gistrationTask1] d.c.b.a.c.r.ApplicationRegistrator : Application registered itself as 285ffc2e76ea
2026-07-09T11:17:03.867+03:00 INFO 3384621 --- [ProfileGenerator] [nio-8090-exec-4] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-07-09T11:17:03.868+03:00 INFO 3384621 --- [ProfileGenerator] [nio-8090-exec-4] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2026-07-09T11:17:03.869+03:00 INFO 3384621 --- [ProfileGenerator] [nio-8090-exec-4] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2026-07-09T11:17:04.602+03:00 INFO 3384621 --- [ProfileGenerator] [nio-8090-exec-3] o.e.controller.GeneratorController : Запуск генерации для проекта: MOBILE
2026-07-09T11:17:04.604+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService :
========================================
2026-07-09T11:17:04.604+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : ГЕНЕРАТОР ПРОФИЛЯ НАГРУЗОЧНОГО ТЕСТИРОВАНИЯ
2026-07-09T11:17:04.605+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Проект: MOBILE
2026-07-09T11:17:04.605+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : ========================================
2026-07-09T11:17:04.605+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Поиск JSON скрипта в папке: /home/retb_test/PPRB_OTP/Tools/GeneratorProfile/script/EFS_Mobile
2026-07-09T11:17:04.606+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.FileScanService : Найден файл: .json
2026-07-09T11:17:04.634+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : ========================================
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Статистика парсинга скрипта:
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Всего операций с url и operation_id: 288
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Бизнес операции (префикс /ufs/mobile/corp-retail/rest/): 96
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Операции авторизации (остальные): 192
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : ========================================
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Уникальных URI: 95
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : Уникальных операций (по operation_id): 96
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.ScriptParserService : ========================================
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService :
Поиск CSV профиля аналитика в папке: /home/retb_test/PPRB_OTP/Tools/GeneratorProfile/profile_prom/EFS_Mobile
2026-07-09T11:17:04.635+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.FileScanService : Найден файл: 043_gen_efs_mob_all_final.csv
2026-07-09T11:17:04.649+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.ProfileAnalystParserService : Загружено 107 записей из профиля аналитика
2026-07-09T11:17:04.649+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService :
Поиск прошлого профиля в папке: /home/retb_test/PPRB_OTP/Tools/GeneratorProfile/profile_last/EFS_Mobile
2026-07-09T11:17:04.650+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.FileScanService : Найден файл: profile_last.xlsx
2026-07-09T11:17:04.650+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : === ЗАГРУЗКА ПРОШЛОГО ПРОФИЛЯ ===
2026-07-09T11:17:04.650+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Файл: /home/retb_test/PPRB_OTP/Tools/GeneratorProfile/profile_last/EFS_Mobile/profile_last.xlsx
2026-07-09T11:17:04.650+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Файл существует, размер: 16860 байт
2026-07-09T11:17:05.224+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Найдены колонки: service=1, intensity=2, sla=3, operationName=0
2026-07-09T11:17:05.225+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 1: 'UC01_POST_spending_WEB' -> интенсивность=100
2026-07-09T11:17:05.225+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 2: 'UC02_POST_conclusion_purchases_WEB' -> интенсивность=10000
2026-07-09T11:17:05.225+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 3: 'UC03_POST_revenues_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 4: 'UC04_POST_uniqcustomers_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 5: 'UC05_POST_regcustomers_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 6: 'UC06_POST_buyer_portrait_spending_age_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 7: 'UC07_POST_buyer_portrait_spending_range_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 8: 'UC09_GET_dictionaries_industry_WEB' -> интенсивность=100
2026-07-09T11:17:05.226+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 9: 'UC10_GET_dictionaries_region_WEB' -> интенсивность=100
2026-07-09T11:17:05.227+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружена операция 10: 'UC11_POST_spending_industry_WEB' -> интенсивность=100
2026-07-09T11:17:05.232+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.service.LastProfileReaderService : Загружено 99 операций из прошлого профиля (пропущено строк: 40)
2026-07-09T11:17:05.232+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService :
2026-07-09T11:17:05.233+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Всего операций в скрипте: 96
2026-07-09T11:17:05.233+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Скрипт: 96 операций
2026-07-09T11:17:05.233+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService :
Все операции из скрипта присутствуют в профиле аналитика
2026-07-09T11:17:05.233+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService :
СПИСОК: Операции, которые есть в профиле аналитика, но ОТСУТСТВУЮТ в скрипте:
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : (будут созданы как новые запросы)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : ========================================
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : GET /ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses (интенсивность: 100)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : GET /ufs/mobile/corp-retail/rest/wholesale/v2/revenue/forecast (интенсивность: 100)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/business-analytics/industry/top/uniqcust (интенсивность: 1800)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : GET /ufs/mobile/corp-retail/rest/v1/client/ssdsegment (интенсивность: 1800)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/business-analytics/union/arpu (интенсивность: 1800)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses/comp (интенсивность: 300)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : GET /ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/forecast (интенсивность: 100)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/wholesale/v2/revenue/industry/forecast (интенсивность: 5100)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/client/product/status (интенсивность: 1800)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/industry/forecast (интенсивность: 300)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : POST /ufs/mobile/corp-retail/rest/business-analytics/industry/top/avgcheck (интенсивность: 1800)
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : ========================================
2026-07-09T11:17:05.234+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Всего новых операций (нужно создать): 11
2026-07-09T11:17:05.247+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/wholesale/v2/revenue/industry/forecast' -> нормализовано='wholesale/v2/revenue/industry/forecast'
2026-07-09T11:17:05.249+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/client/product/status' -> нормализовано='client/product/status'
2026-07-09T11:17:05.250+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/business-analytics/industry/top/avgcheck' -> нормализовано='business-analytics/industry/top/avgcheck'
2026-07-09T11:17:05.252+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/business-analytics/industry/top/uniqcust' -> нормализовано='business-analytics/industry/top/uniqcust'
2026-07-09T11:17:05.253+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/business-analytics/union/arpu' -> нормализовано='business-analytics/union/arpu'
2026-07-09T11:17:05.255+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/v1/client/ssdsegment' -> нормализовано='v1/client/ssdsegment'
2026-07-09T11:17:05.259+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/industry/forecast' -> нормализовано='wholesale/v2/uniq-customers/industry/forecast'
2026-07-09T11:17:05.260+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses/comp' -> нормализовано='v2/wholesale/forecast/expenses/comp'
2026-07-09T11:17:05.295+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/wholesale/v2/revenue/forecast' -> нормализовано='wholesale/v2/revenue/forecast'
2026-07-09T11:17:05.296+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/forecast' -> нормализовано='wholesale/v2/uniq-customers/forecast'
2026-07-09T11:17:05.297+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : НЕ СОВПАДАЕТ: Профиль='/ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses' -> нормализовано='v2/wholesale/forecast/expenses'
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : ========================================
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/contacts
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC26_GET_contacts_WEB]
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC26_GET_contacts_WEB -> интенсивность=154277
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/business-analytics/clusters
2026-07-09T11:17:05.299+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC62_GET_rest_business_analytics_clusters_WEB]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC62_GET_rest_business_analytics_clusters_WEB -> интенсивность=54343
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/settings
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC17_POST_client_setting_WEB, UC93_GET_client_settings_WEB]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC93_GET_client_settings_WEB -> интенсивность=51937
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/client
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC51_POST_rest_wholesale_client]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC51_POST_rest_wholesale_client -> интенсивность=50361
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/product/permission-check
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC52_POST_rest_client_product_permission_check]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC52_POST_rest_client_product_permission_check -> интенсивность=49564
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/v1/mainWidget
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC98_GET_rest_wholesale_v1_mainWidget]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC98_GET_rest_wholesale_v1_mainWidget -> интенсивность=27109
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/revenue/forecast
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC71_GET_rest_wholesale_revenue_forecast_WEB]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC71_GET_rest_wholesale_revenue_forecast_WEB -> интенсивность=25830
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/v1/wholesale/forecast/expenses
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC81_GET_rest_v1_wholesale_forecast_expenses_WEB]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC81_GET_rest_v1_wholesale_forecast_expenses_WEB -> интенсивность=25825
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/uniq-customers/forecast
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC75_GET_rest_wholesale_uniq_customers_forecast_WEB]
2026-07-09T11:17:05.300+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC75_GET_rest_wholesale_uniq_customers_forecast_WEB -> интенсивность=25823
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/v2/client/get-stores
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC38_GET_rest_v2_client_get_stores]
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC38_GET_rest_v2_client_get_stores -> интенсивность=13450
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/v2/client/merchants
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC33_GET_merchants_WEB]
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC33_GET_merchants_WEB -> интенсивность=8496
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/conclusion/purchases
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC02_POST_conclusion_purchases_WEB]
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC02_POST_conclusion_purchases_WEB -> интенсивность=6777
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/personal-client-manager
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC27_POST_personalclient_manager_WEB]
2026-07-09T11:17:05.301+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC27_POST_personalclient_manager_WEB -> интенсивность=6707
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/wholesale/v2/revenue/industry/forecast → UC116_POST_wholesale_v2_revenue_industry_forecast_WEB (инт: 5100)
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC116_POST_wholesale_v2_revenue_industry_forecast_WEB -> интенсивность=5100
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/revenue/industry/forecast
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC72_POST_rest_business_analytics_industry_forecast_WEB]
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC72_POST_rest_business_analytics_industry_forecast_WEB -> интенсивность=3551
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/client/product/status → UC117_POST_client_product_status_WEB (инт: 1800)
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC117_POST_client_product_status_WEB -> интенсивность=1800
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/business-analytics/industry/top/avgcheck → UC118_POST_business_analytics_industry_top_avgcheck_WEB (инт: 1800)
2026-07-09T11:17:05.302+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC118_POST_business_analytics_industry_top_avgcheck_WEB -> интенсивность=1800
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/business-analytics/industry/top/uniqcust → UC119_POST_business_analytics_industry_top_uniqcust_WEB (инт: 1800)
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC119_POST_business_analytics_industry_top_uniqcust_WEB -> интенсивность=1800
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/business-analytics/union/arpu → UC120_POST_business_analytics_union_arpu_WEB (инт: 1800)
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC120_POST_business_analytics_union_arpu_WEB -> интенсивность=1800
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: GET /ufs/mobile/corp-retail/rest/v1/client/ssdsegment → UC121_GET_v1_client_ssdsegment_WEB (инт: 1800)
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC121_GET_v1_client_ssdsegment_WEB -> интенсивность=1800
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/sup/string
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC61_GET_rest_sup_string]
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC61_GET_rest_sup_string -> интенсивность=1053
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/settings
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC17_POST_client_setting_WEB, UC93_GET_client_settings_WEB]
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC17_POST_client_setting_WEB -> интенсивность=920
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/availability
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC64_GET_rest_client_report_availability_WEB]
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC64_GET_rest_client_report_availability_WEB -> интенсивность=411
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/dictionaries/region
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC69_GET_rest_wholesale_dictionaries_region_WEB]
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC69_GET_rest_wholesale_dictionaries_region_WEB -> интенсивность=351
2026-07-09T11:17:05.303+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/dictionaries/industry
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC68_GET_rest_wholesale_dictionaries_industry_WEB]
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC68_GET_rest_wholesale_dictionaries_industry_WEB -> интенсивность=349
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/withdraw
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC78_POST_rest_business_analytics_union_withdraw_WEB]
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC78_POST_rest_business_analytics_union_withdraw_WEB -> интенсивность=326
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/industry/revenues
2026-07-09T11:17:05.304+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC12_POST_industry_revenues_WEB]
2026-07-09T11:17:05.308+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC12_POST_industry_revenues_WEB -> интенсивность=304
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/industry/forecast → UC122_POST_wholesale_v2_uniq_customers_industry_forecast_WEB (инт: 300)
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC122_POST_wholesale_v2_uniq_customers_industry_forecast_WEB -> интенсивность=300
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: POST /ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses/comp → UC123_POST_v2_wholesale_forecast_expenses_comp_WEB (инт: 300)
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC123_POST_v2_wholesale_forecast_expenses_comp_WEB -> интенсивность=300
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/uniqcustomers/all
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC80_POST_rest_business_analytics_union_uniqcustomers_all_WEB]
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC80_POST_rest_business_analytics_union_uniqcustomers_all_WEB -> интенсивность=262
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/sup/long
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC97_GET_rest_sup_long]
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC97_GET_rest_sup_long -> интенсивность=257
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/b2b/availability
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC85_GET_rest_client_report_b2b_availability_WEB]
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC85_GET_rest_client_report_b2b_availability_WEB -> интенсивность=238
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/v2/potential
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC99_POST_rest_wholesale_v2_potential_WEB]
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC99_POST_rest_wholesale_v2_potential_WEB -> интенсивность=217
2026-07-09T11:17:05.309+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/revenue-uniqcustomers
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC48_GET_rest_wholesale_revenue_uniqcustomers]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC48_GET_rest_wholesale_revenue_uniqcustomers -> интенсивность=200
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/v2/wholesale/loyalty
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC83_GET_rest_v2_wholesale_loyalty_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC83_GET_rest_v2_wholesale_loyalty_WEB -> интенсивность=200
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/wholesale/loyalty/industry
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC84_POST_rest_v2_wholesale_loyalty_industry_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC84_POST_rest_v2_wholesale_loyalty_industry_WEB -> интенсивность=200
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/potential
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC92_POST_rest_wholesale_potential_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC92_POST_rest_wholesale_potential_WEB -> интенсивность=144
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/geo/geocode
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC57_POST_geo_geocode_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC57_POST_geo_geocode_WEB -> интенсивность=127
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/union/revenues
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC39_POST_union_revenues]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC39_POST_union_revenues -> интенсивность=121
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/industry/avgcheck
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC94_POST_v2_industry_avgcheck_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC94_POST_v2_industry_avgcheck_WEB -> интенсивность=100
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/avgcheck
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC19_POST_v2_avgcheck_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC19_POST_v2_avgcheck_WEB -> интенсивность=100
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/product/activate
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC96_POST_client_product_activate_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC96_POST_client_product_activate_WEB -> интенсивность=100
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/uniqcustomers
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC04_POST_uniqcustomers_WEB]
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC04_POST_uniqcustomers_WEB -> интенсивность=100
2026-07-09T11:17:05.310+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/revenues
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC03_POST_revenues_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC03_POST_revenues_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/revenues/hour
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC21_POST_revenues_hour_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC21_POST_revenues_hour_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/revenues/day
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC15_POST_revenues_day_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC15_POST_revenues_day_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/regcustomers
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC05_POST_regcustomers_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC05_POST_regcustomers_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/ofd-revenue-refund
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC34_POST_ofd_revenue_refund_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC34_POST_ofd_revenue_refund_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/merchants/review
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC24_POST_merchants_review_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC24_POST_merchants_review_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/rating
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC103_POST_business_analytics_union_rating_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC103_POST_business_analytics_union_rating_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/review
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC104_POST_business_analytics_union_review_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC104_POST_business_analytics_union_review_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/interests
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC14_POST_interests_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC14_POST_interests_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/industryTips
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC70_POST_rest_business_analytics_industryTips_WEB]
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC70_POST_rest_business_analytics_industryTips_WEB -> интенсивность=100
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/industry/uniqcustomers
2026-07-09T11:17:05.311+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC13_POST_industry_uniqcustomers_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC13_POST_industry_uniqcustomers_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/industry/top
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC95_POST_industry_top_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC95_POST_industry_top_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/conclusion/revenues
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC30_POST_conclusion_revenues_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC30_POST_conclusion_revenues_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/conclusion/customers
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC23_POST_conclusion_customers_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC23_POST_conclusion_customers_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/conclusion/avgcheck
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC31_POST_conclusion_avgcheck_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC31_POST_conclusion_avgcheck_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/client/review
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC25_POST_client_review_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC25_POST_client_review_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/buyer-portrait/spending
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC01_POST_spending_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC01_POST_spending_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/buyer-portrait/spending/range
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC07_POST_buyer_portrait_spending_range_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC07_POST_buyer_portrait_spending_range_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/buyer-portrait/spending/industry
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC11_POST_spending_industry_WEB]
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC11_POST_spending_industry_WEB -> интенсивность=100
2026-07-09T11:17:05.312+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/buyer-portrait/spending/age
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC06_POST_buyer_portrait_spending_age_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC06_POST_buyer_portrait_spending_age_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/regcustomers/period
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC35_POST_regcustomers_period_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC35_POST_regcustomers_period_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/dictionaries/region
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC10_GET_dictionaries_region_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC10_GET_dictionaries_region_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/dictionaries/main-industry
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC105_GET_dictionaries_main_industry_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC105_GET_dictionaries_main_industry_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/dictionaries/industry
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC09_GET_dictionaries_industry_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC09_GET_dictionaries_industry_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/get-stores
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC106_GET_client_get_stores_WEB]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC106_GET_client_get_stores_WEB -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/union/avgcheck
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC40_POST_union_avgcheck]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC40_POST_union_avgcheck -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/union/uniqcustomers
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC41_POST_union_uniqcustomers]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC41_POST_union_uniqcustomers -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/interests
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC43_POST_union_interests]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC43_POST_union_interests -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/union/regcustomers
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC47_POST_union_regcustomers]
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC47_POST_union_regcustomers -> интенсивность=100
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/regcustomers/period
2026-07-09T11:17:05.313+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC42_POST_union_regcustomers_period]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC42_POST_union_regcustomers_period -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/conclusion/purchases
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC46_POST_union_conclusion_purchases]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC46_POST_union_conclusion_purchases -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/buyer-portrait/spending/age
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC44_POST_union_buyer_portrait_spending_age]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC44_POST_union_buyer_portrait_spending_age -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/buyer-portrait/spending/range
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC45_POST_union_buyer_portrait_spending_range]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC45_POST_union_buyer_portrait_spending_range -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/sup/array
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC60_GET_rest_sup_array]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC60_GET_rest_sup_array -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/status
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC65_GET_rest_client_report_status_WEB]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC65_GET_rest_client_report_status_WEB -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/create
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC66_GET_rest_client_report_create_WEB]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC66_GET_rest_client_report_create_WEB -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC67_GET_rest_client_report_WEB]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC67_GET_rest_client_report_WEB -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/splitmode-recommend
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC107_POST_business_analytics_union_splitmode_recommend_WEB]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC107_POST_business_analytics_union_splitmode_recommend_WEB -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/revenues/day
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC108_POST_business_analytics_union_revenues_day_WEB]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC108_POST_business_analytics_union_revenues_day_WEB -> интенсивность=100
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/geo/default
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC56_GET_rest_geo_default]
2026-07-09T11:17:05.314+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC56_GET_rest_geo_default -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/geo/search
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC58_POST_geo_search_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC58_POST_geo_search_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/bestplace/location-for-business
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC55_POST_bestplace_location_for_business_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC55_POST_bestplace_location_for_business_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/feature-check-local
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC89_GET_rest_client_feature_check_local_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC89_GET_rest_client_feature_check_local_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/union/cost-efficiency
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC91_POST_rest_business_analytics_union_cost_efficiency_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC91_POST_rest_business_analytics_union_cost_efficiency_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/management-dashboard
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC49_GET_rest_wholesale_management_dashboard]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC49_GET_rest_wholesale_management_dashboard -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/management-dashboard/industry
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC50_POST_rest_wholesale_management_dashboard_industry]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC50_POST_rest_wholesale_management_dashboard_industry -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/v2/sales-channels/industry
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC102_POST_wholesale_v2_sales_channels_industry_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC102_POST_wholesale_v2_sales_channels_industry_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/b2b/status
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC86_GET_rest_client_report_b2b_status_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC86_GET_rest_client_report_b2b_status_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/report/b2b/create
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC87_POST_rest_client_report_b2b_create_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC87_POST_rest_client_report_b2b_create_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/client/report/b2b
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC88_GET_rest_client_report_b2b_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC88_GET_rest_client_report_b2b_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/wholesale/expenses
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC73_GET_rest_wholesale_expenses_WEB]
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC73_GET_rest_wholesale_expenses_WEB -> интенсивность=100
2026-07-09T11:17:05.315+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/industry/expenses
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC74_POST_wholesale_industry_expenses_WEB]
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC74_POST_wholesale_industry_expenses_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/uniq-customers/industry/forecast
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC76_POST_wholesale_uniq_customers_industry_forecast_WEB]
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC76_POST_wholesale_uniq_customers_industry_forecast_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v1/wholesale/forecast/expenses/comp
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC82_POST_rest_v1_wholesale_forecast_expenses_WEB]
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC82_POST_rest_v1_wholesale_forecast_expenses_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/v3/sales-channels
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC100_POST_rest_wholesale_v3_sales_channels_WEB]
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC100_POST_rest_wholesale_v3_sales_channels_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/wholesale/v3/sales-channels/industry
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC101_POST_rest_wholesale_v3_sales_channels_WEB]
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC101_POST_rest_wholesale_v3_sales_channels_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: GET /ufs/mobile/corp-retail/rest/wholesale/v2/revenue/forecast → UC124_GET_wholesale_v2_revenue_forecast_WEB (инт: 100)
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC124_GET_wholesale_v2_revenue_forecast_WEB -> интенсивность=100
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: GET /ufs/mobile/corp-retail/rest/wholesale/v2/uniq-customers/forecast → UC125_GET_wholesale_v2_uniq_customers_forecast_WEB (инт: 100)
2026-07-09T11:17:05.316+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC125_GET_wholesale_v2_uniq_customers_forecast_WEB -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создан новый: GET /ufs/mobile/corp-retail/rest/v2/wholesale/forecast/expenses → UC126_GET_v2_wholesale_forecast_expenses_WEB (инт: 100)
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC126_GET_v2_wholesale_forecast_expenses_WEB -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/merchants/review
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC109_POST_v2_business_analytics_merchants_review_WEB]
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC109_POST_v2_business_analytics_merchants_review_WEB -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/v2/business-analytics/industry/top
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC90_POST_rest_v2_business_analytics_industry_top_WEB]
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC90_POST_rest_v2_business_analytics_industry_top_WEB -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=GET uri=/ufs/mobile/corp-retail/rest/sup/boolean
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC59_GET_rest_sup_boolean]
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC59_GET_rest_sup_boolean -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/client/feature-check
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC77_POST_rest_client_feature_check_WEB]
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC77_POST_rest_client_feature_check_WEB -> интенсивность=100
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : PROFILE: method=POST uri=/ufs/mobile/corp-retail/rest/business-analytics/industry/withdraw
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : FOUND OP IDS: [UC79_POST_rest_business_analytics_industry_withdraw_WEB]
2026-07-09T11:17:05.317+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Добавлена в CSV и Excel: UC79_POST_rest_business_analytics_industry_withdraw_WEB -> интенсивность=100
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService :
--- Статистика ---
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Скрипт (операций): 96 операций
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Профиль аналитика (инт > 0): 107 операций
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Нужно удалить из скрипта: 0 операций
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Нужно добавить в скрипт: 11 операций
2026-07-09T11:17:05.318+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Найдено совпадений: 96
2026-07-09T11:17:05.319+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Создано новых ID: 11
2026-07-09T11:17:05.319+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Итого в CSV (intensity > 0): 107 строк
2026-07-09T11:17:05.319+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Итого в Excel (все операции): 107 строк
2026-07-09T11:17:05.323+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService :
Профиль сохранён: /home/retb_test/PPRB_OTP/Tools/GeneratorProfile/profile_current/EFS_Mobile/BusinessApp_EFS_Mobile_Profile.csv
2026-07-09T11:17:05.323+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.example.service.CsvGeneratorService : Всего строк в CSV: 107
2026-07-09T11:17:05.323+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : === Загрузка данных из прошлого профиля ===
2026-07-09T11:17:05.323+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/merchants/review -> интенсивность: 100
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/v3/sales-channels -> интенсивность: 200
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/conclusion/purchases -> интенсивность: 10000
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/industry/avgcheck -> интенсивность: 100
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET sup/string -> интенсивность: 2200
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/report/b2b/create -> интенсивность: 200
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/wholesale/loyalty/industry -> интенсивность: 200
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/buyer-portrait/spending -> интенсивность: 100
2026-07-09T11:17:05.324+03:00 WARN 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Нет fullService для операции: ИТОГО, пробуем восстановить из operationId
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Восстановлен: GET итого -> интенсивность: 592300
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/regcustomers -> интенсивность: 100
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/b2b/availability -> интенсивность: 300
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/geo/geocode -> интенсивность: 300
2026-07-09T11:17:05.324+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/uniqcustomers -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/b2b/status -> интенсивность: 200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/client -> интенсивность: 49700
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET dictionaries/region -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/cost-efficiency -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/feature-check-local -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/settings -> интенсивность: 40300
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/uniq-customers/forecast -> интенсивность: 41200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/buyer-portrait/spending/range -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/rating -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/client/review -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/revenues/day -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET business-analytics/clusters -> интенсивность: 59900
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/status -> интенсивность: 400
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/availability -> интенсивность: 1300
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/b2b -> интенсивность: 200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/get-stores -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industrytips -> интенсивность: 200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/conclusion/purchases -> интенсивность: 100
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET v2/wholesale/loyalty -> интенсивность: 200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/industry/expenses -> интенсивность: 200
2026-07-09T11:17:05.325+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/buyer-portrait/spending/range -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/uniqcustomers/all -> интенсивность: 1100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/management-dashboard/industry -> интенсивность: 200
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/geo/search -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/product/activate -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/review -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/regcustomers/period -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/avgcheck -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST bestplace/location-for-business -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/withdraw -> интенсивность: 1300
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/v2/sales-channels/industry -> интенсивность: 200
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET sup/array -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v1/wholesale/forecast/expenses/comp -> интенсивность: 200
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/product/permission-check -> интенсивность: 53200
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/buyer-portrait/spending/industry -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/withdraw -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET sup/long -> интенсивность: 1100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/expenses -> интенсивность: 200
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET contacts -> интенсивность: 170500
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/conclusion/avgcheck -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report -> интенсивность: 100
2026-07-09T11:17:05.326+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/potential -> интенсивность: 500
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/buyer-portrait/spending/age -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/merchants/review -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/v3/sales-channels/industry -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET dictionaries/industry -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/dictionaries/region -> интенсивность: 700
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/interests -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/management-dashboard -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/revenue/industry/forecast -> интенсивность: 8400
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/splitmode-recommend -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET dictionaries/main-industry -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/feature-check -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/v2/potential -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/union/avgcheck -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/union/uniqcustomers -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET sup/boolean -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/revenue-uniqcustomers -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST personal-client-manager -> интенсивность: 8400
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST wholesale/uniq-customers/industry/forecast -> интенсивность: 200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/v1/mainwidget -> интенсивность: 15700
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/conclusion/revenues -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/revenues -> интенсивность: 1200
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/ofd-revenue-refund -> интенсивность: 100
2026-07-09T11:17:05.327+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/uniqcustomers -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/geo/default -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/union/revenues -> интенсивность: 200
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/revenues/hour -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/buyer-portrait/spending/age -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/revenues/day -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/industry/top -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET client/report/create -> интенсивность: 200
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/revenues -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET v2/client/merchants -> интенсивность: 12300
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/top/avgcheck -> интенсивность: 1800
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST v2/business-analytics/union/regcustomers -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/dictionaries/industry -> интенсивность: 700
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/conclusion/customers -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET wholesale/revenue/forecast -> интенсивность: 41200
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/top/uniqcust -> интенсивность: 1800
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST client/settings -> интенсивность: 1100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET v1/wholesale/forecast/expenses -> интенсивность: 41200
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/regcustomers/period -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: GET v2/client/get-stores -> интенсивность: 15600
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/union/interests -> интенсивность: 100
2026-07-09T11:17:05.328+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : Загружен: POST business-analytics/industry/top -> интенсивность: 100
2026-07-09T11:17:06.050+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE страница очищена, будет создано 107 новых строк
2026-07-09T11:17:06.058+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/business-analytics/conclusion/purchases: 10000 -> 6777
2026-07-09T11:17:06.061+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/business-analytics/industry/revenues: 1200 -> 304
2026-07-09T11:17:06.062+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/client/settings: 1100 -> 920
2026-07-09T11:17:06.064+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/contacts: 170500 -> 154277
2026-07-09T11:17:06.064+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/personal-client-manager: 8400 -> 6707
2026-07-09T11:17:06.065+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/v2/client/merchants: 12300 -> 8496
2026-07-09T11:17:06.066+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/v2/client/get-stores: 15600 -> 13450
2026-07-09T11:17:06.067+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/v2/business-analytics/union/revenues: 200 -> 121
2026-07-09T11:17:06.067+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/v2/business-analytics/union/avgcheck: 200 -> 100
2026-07-09T11:17:06.069+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/management-dashboard: 200 -> 100
2026-07-09T11:17:06.070+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/management-dashboard/industry: 200 -> 100
2026-07-09T11:17:06.070+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/client: 49700 -> 50361
2026-07-09T11:17:06.071+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/client/product/permission-check: 53200 -> 49564
2026-07-09T11:17:06.071+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/client/geo/geocode: 300 -> 127
2026-07-09T11:17:06.073+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/sup/string: 2200 -> 1053
2026-07-09T11:17:06.073+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/business-analytics/clusters: 59900 -> 54343
2026-07-09T11:17:06.074+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/availability: 1300 -> 411
2026-07-09T11:17:06.074+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/status: 400 -> 100
2026-07-09T11:17:06.074+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/create: 200 -> 100
2026-07-09T11:17:06.075+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/dictionaries/industry: 700 -> 349
2026-07-09T11:17:06.075+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/dictionaries/region: 700 -> 351
2026-07-09T11:17:06.076+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/business-analytics/industryTips: 200 -> 100
2026-07-09T11:17:06.076+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/revenue/forecast: 41200 -> 25830
2026-07-09T11:17:06.076+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/revenue/industry/forecast: 8400 -> 3551
2026-07-09T11:17:06.077+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/expenses: 200 -> 100
2026-07-09T11:17:06.077+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/industry/expenses: 200 -> 100
2026-07-09T11:17:06.077+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/uniq-customers/forecast: 41200 -> 25823
2026-07-09T11:17:06.078+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/uniq-customers/industry/forecast: 200 -> 100
2026-07-09T11:17:06.078+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/business-analytics/union/withdraw: 1300 -> 326
2026-07-09T11:17:06.079+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/business-analytics/union/uniqcustomers/all: 1100 -> 262
2026-07-09T11:17:06.079+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/v1/wholesale/forecast/expenses: 41200 -> 25825
2026-07-09T11:17:06.080+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/v1/wholesale/forecast/expenses/comp: 200 -> 100
2026-07-09T11:17:06.080+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/b2b/availability: 300 -> 238
2026-07-09T11:17:06.081+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/b2b/status: 200 -> 100
2026-07-09T11:17:06.081+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/client/report/b2b/create: 200 -> 100
2026-07-09T11:17:06.081+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/report/b2b: 200 -> 100
2026-07-09T11:17:06.082+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/potential: 500 -> 144
2026-07-09T11:17:06.083+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/client/settings: 40300 -> 51937
2026-07-09T11:17:06.084+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/sup/long: 1100 -> 257
2026-07-09T11:17:06.084+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность GET /ufs/mobile/corp-retail/rest/wholesale/v1/mainWidget: 15700 -> 27109
2026-07-09T11:17:06.085+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/v2/potential: 200 -> 217
2026-07-09T11:17:06.085+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/v3/sales-channels: 200 -> 100
2026-07-09T11:17:06.085+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/v3/sales-channels/industry: 200 -> 100
2026-07-09T11:17:06.086+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE: изменилась интенсивность POST /ufs/mobile/corp-retail/rest/wholesale/v2/sales-channels/industry: 200 -> 100
2026-07-09T11:17:06.090+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : MOBILE страница создана, 107 операций
2026-07-09T11:17:06.496+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.ExcelReportService : Excel отчёт обновлён: добавлена страница MOB 5.044
2026-07-09T11:17:06.496+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService :
========================================
2026-07-09T11:17:06.496+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : РАБОТА ЗАВЕРШЕНА
2026-07-09T11:17:06.496+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] org.example.service.GeneratorService : ========================================
2026-07-09T11:17:06.496+03:00 INFO 3384621 --- [ProfileGenerator] [onPool-worker-1] o.e.controller.GeneratorController : Генерация завершена