Re: My experiences with Rust
- Reply: Tomoaki AOKI : "Re: My experiences with Rust"
- Reply: Isaac (.ike) Levy: "Re: My experiences with Rust"
- Reply: Vadim Goncharov : "Re: My experiences with Rust"
- In reply to: Tomoaki AOKI : "Re: My experiences with Rust"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Aug 2025 11:13:11 UTC
On 23 августа 2025 г., 1:32:25 you wrote: .. > For output-only data from kernel TO BE LOGGED, text-only format would be > strictly wanted to read/process using oldies-but-goodies tools like > less, grep, awk, sed and any other thing to handle texts. I have a conceptual question. How to ensure reliability of recognizing events coded in log string? There is no information of all mutations which log string can take. 'grep "\d+ dropped"' will do the job well for "200 dropped" till log string has a form "dropped 100" or "150\s\sdropped". In latter cases event will be missed. I feel that there is, in principle, not enough information do solve the problem. But I don't think that structured data is the only cure. -- Best regards, Anthony Pankov mailto:anthony.pankov@yahoo.com