Regular Expressions 101

Community Patterns

iotop pipe separated

0

Regular Expression
PCRE (PHP <7.3)

/
^(?P<io_device_name>.*)\|(?P<io_read_req_per_sec>.*)\|(?P<io_write_req_per_sec>.*)\|(?P<io_read_kb_per_sec>.*)\|(?P<io_write_kb_per_sec>.*)\|(?P<io_req_avg_wait_millisec>.*)\|(?P<io_req_avg_service_millisec>.*)\|(?P<io_bandwith_utilization_percent>.*)
/
gm

Description

no description available

Submitted by anonymous - 5 years ago