[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
regex once again for PROC hobbit-client.conf
- To: hobbit (at) hswn.dk
- Subject: regex once again for PROC hobbit-client.conf
- From: martin.flemming (at) desy.de
- Date: Wed, 30 Jun 2010 21:06:59 +0200 (CEST)
Hi !
Sorry to bother you again, with regular expression-questions :-(
I want to count and track the processes on my lustreserver
e.g.
....
ll_ost_io_98
ll_ost_io_123
ll_ost_io_124
.
.
and
...
ll_ost_87
ll_ost_123
.
.
...
How can i exclude "ll_ost_io_" for counting the "ll_ost_XX" processes ...
e.g.
hobbit-client.conf
PROC ll_ost_io 0 -1 TRACK=ll_ost_io
PROC "%ll_ost_[???]" 0 -1 TRACK=ll_ost
doesn't work, of course :-(
thanks in advance & cheers,
martin