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
Is It Possible To Get The List Of Running Agents In My Machine? I’M Starting Multiple Agents Using

Is it possible to get the list of running agents in my machine? I’m starting multiple agents using python -m clearml_agent daemon --queue XX --detach , but if I run python -m cleamrl_agent daemon --status it doesn’t show up anything, and python -m clearml_agent list shows all the connected agents, including the ones running in other machines

  
  
Posted 10 months ago
Votes Newest

Answers 3


@<1570220858075516928:profile|SlipperySheep79> , you can use top or htop to see running processes on your machine...

  
  
Posted 10 months ago

  --status              Print the worker's schedule (uptime properties, server's runtime properties and listening queues)
  
  
Posted 10 months ago

Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks but in this case I’d like to get also the ids of the running workers, so that I can selectively stop some of them. Is it possible somehow?

  
  
Posted 10 months ago