sahilpaudel

sahilpaudel

While checking my API metrics in new relic and found queries are getting executed with response time in a few ms, but there is a field for #PID<0.30881.849> which took 300ms+ to process.

Below is the table

Category Slowest components Count Duration %
pid<0.30881.849> pid<0.30881.849> 1 379 ms 97%
Database Postgres rules_engine_test_cases select 1 2 ms 1%
Database Postgres rules_engine_conditions select 1 1 ms 0%
Database Postgres rules_engine_results select 1 1 ms 0%
Database Postgres rules_engine_new_audit_logs insert 1 1 ms 0%
WebTransaction /Diamond.Web.RuleSetController/select_evaluate 1 0 ms 0%
Remainder Remainder 1 7 ms 2%
Total time 391 ms 100%

Can you please help me understand this as it is causing few timeouts as well?

Showing Posts 1 to 6

hauleth

hauleth

Without knowledge of what is that PID doing and how it is implemented, then it is quite hard to tell.

sahilpaudel

sahilpaudel OP

It is an old code and I got to work on it.
PID is the process id that is processing the current request I guess.

sahilpaudel

sahilpaudel OP

It will just show that the PID is taking 300ms

sahilpaudel

sahilpaudel OP

All I can find in the new relic is Application code (in pid<0.21415.227>) is taking 99% of the total processing time which is 5690ms which is huge.

Can you please help me understand from the new relic perspective @binaryseed

wanton7

wanton7

Reason why you are not getting almost any answers is that what you are asking is basically someone else to do your work for you. Also they can’t give you any answers because they don’t have access to your code and if they did they would have to what you need to do and that is to find out what part of your code is slow. If someone asked something like that from you would you be able to answer?

I don’t work with Elixir professionally but first thing I would do is to find out what parameters where given to the request. Then try to get same problem appear in your local environment and start profiling. I haven’t yet used any Elixir/BEAM profiling tools because I haven’t had any performance problems with my small projects. With small bit of googling I found this blog how to do performance profiling in Elixir https://medium.com/@victor.nascimento/an-elixir-performance-tooling-story-c5c85479063a

Sebb

Sebb

Here is an example how you could tackle this:

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
psy-q
I’m trying to set up Emacs with elixir-ls via lsp-mode and credo via Flycheck. This should mostly be preconfigured as Flycheck picks up c...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews