Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! While Monitoring The Memory Usage Of One Of My Active Workers In The 'Workers & Queues' Section Of Clearml Web Ui, I Noticed The Graph Displays The Memory Consumed By All The Processes On The Machine. Is There Any Way To Show Only The Memory Consumed

Hi!
While monitoring the memory usage of one of my active workers in the 'Workers & Queues' section of ClearML Web UI, I noticed the graph displays the memory consumed by all the processes on the machine. Is there any way to show only the memory consumed by my user?
P.S.: it would be awesome to include a refresh button just like the one in the 'Experiments' section :)

  
  
Posted 2 years ago
Votes Newest

Answers 3


So I assume that you mean to report not only the agent's memory usage, but also of all the subprocesses the agent spawns (?)

  
  
Posted 2 years ago

GiganticTurtle0 , just monitor the memory usage system wide

  
  
Posted 2 years ago

GiganticTurtle0 Hi!

Currently the usage shows the resources usage of the entire machine and not configurable otherwise. Regarding the refresh button - Currently it always auto refresh the graph every few seconds 🙂

I'll see if there is a way to make it report only the agent usage 🙂

  
  
Posted 2 years ago