I have a file with GC content like Total time for which application threads were stopped: 0.0017830 seconds, Stopping threads took: 0.0002897 seconds and many more similar lines. For troubleshooting purpose I need to extract the lines where stopped: will more than 1.x sec.
I did tried with grep 'stopped[: 1-9]*' but I am not much expert with regex usage. Could you please help me.
Thank you.