[#BloombergLP-balb-PerformanceMonitor_LinuxProcStatistics-parseProcStatString] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PerformanceMonitor_LinuxProcStatistics.adoc[PerformanceMonitor_LinuxProcStatistics]::parseProcStatString :relfileprefix: ../../../ :mrdocs: Parse the specified `procStatString` and populate all the fields in this `struct`. Check that the specified `pid` matches the `pid` field in the string. Return 0 on success and a non‐zero value otherwise. == Synopsis Declared in `<balb_performancemonitor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int parseProcStatString( xref:bsl/string.adoc[bsl::string] const& procStatString, int pid); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#