Я пробовал это, используя top -pid 27045
, который дает результат
![image](https://i.stack.imgur.com/ryiAO.png)
Then calling an api which having decrypting some values, looping over arrays in multiple time.
It leads to degrading the AWS instance.
I need to determine which process take these much of cpu utilisation.
How to know the cpu amount used for decryption process?
I am using cryptr
npm.
I am doing some modification in array of objects using the loop.
Is there any way to know about cpu utilisation by loop?
I also tried https://github.com/davidmarkclements/0x проект для создания графиков пламени. Но не показывает модуль cryptr
.