pub fn parse_df_available(line: &str) -> Option<u64>
One df -k -P data row: Filesystem 1024-blocks Used Available ….
df -k -P
Filesystem 1024-blocks Used Available …
The value is 1024-byte blocks, so the parse returns bytes.