cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can dynatrace monitor the open-file-count?

waikeat_chan
DynaMight Pro
DynaMight Pro
 
9 REPLIES 9

rodrigo_alvare1
Dynatrace Champion
Dynatrace Champion

Hi,

Some workaround could be create a Request Attribute that counts how many times a method that "opens a file" has been invoked.

Regards


Julius_Loman
DynaMight Legend
DynaMight Legend

AFAIK OneAgent does not collect this metric for processes. But it would be quite straightforward to write a OneAgent plugin for that (at least for Linux) - just by counting the number of files in /proc/PID/fd for each individual process.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

To access /proc for a custom process you should be root but Dynatrace runs plugin under unprivileged dtuser account.


dave_mauney
Dynatrace Champion
Dynatrace Champion

This is on the road map tentatively scheduled for sometime in Q4.


Hi Dave, is there any update on this?


I have not heard anything but just left a question on our internal Slack about this and will let you know if I hear back on it.


Hi Dave, Any update on this? 

 

 

Hello Dave, We are wondering if there has been any update on this as well. 

dave_mauney
Dynatrace Champion
Dynatrace Champion

If you create a custom chart and search for "handle", there are now some good candidates:

dave_mauney_0-1622721515324.png