On 24/09/2015 07:06, Buck Evan wrote:
I'm trying to write a more webdev-friendly abstraction on top of daemontools-and-friends (s6 specifically), and currently I resort to parsing the output of svstat to get status information. This involves an unsatisfactory amount of string parsing.
I agree. s6-svstat is a legacy of daemontools, that's why it formats the output as it does. For now it's the "official" way of getting the information. In the future, I will add options to make it easier to parse. -- Laurent
