Posts by Ricardo Santos • 11 points
3 posts
-
0
votes0
answers5
viewsQ: Kusto calculated field with Metrics
I’m making a query in Kusto on Azure to bring the value of the Redis memory fragmentation, this value is obtained by dividing the RSS memory by the memory used, the problem is that I am not able to…
-
0
votes2
answers388
viewsA: Shell Script Compare multiline variable values with string
I found the solution and it was actually quite simple. The for itself already makes this iteration. #!/bin/bash #valor da variável vem de 1 arquivo que contém as duas linhas…
-
0
votes2
answers388
viewsQ: Shell Script Compare multiline variable values with string
Talk people! How do I compare a multiline variable (2 lines) with a string and have to validate one line at a time the contents of the variable is: ambient_1 ambient_2 code test you: #!/bin/bash…