User bio
IT Jack of all trades, developing and maintaining Mumps/Intersystems systems since the 90's.
Manchester, UK
Member since Apr 27, 2021
Posts:
Replies:
Great overview, I have had plenty of discussions with IT departments who don't understand that Linux, and Windows, will use available resources, especially for IO, and it is only an issue if it is persistent or unusual, and obviously if there are performance/stability issues.
Being able to provide metrics over time and proving it is "normal" usually helps.
This looks so much easier than when I had to do it and is very welcome.
At the time I moved it to a personal email so I didn't have to do it again changing companies.
This means it should actually be possible to keep it linked to wherever you are working.
Open Exchange applications:
Certifications & Credly badges:
David has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
David has no followers yet.
Following:
David has not followed anybody yet.
An issue would be if both startStr and stopStr are the same value which $find does solve.
set values="" for n=2:1:$length(text,startStr) { set check=$piece(text,startStr,n) if check[stopStr set values=values_" "_$piece(check,stopStr) return $piece(values," ",2,*)