.\" Man page generated from reStructuredText. . .TH "DPDK-PROCINFO" "1" "Sep 07, 2018" "17.11.4" "Data Plane Development Kit" .SH NAME dpdk-procinfo \- access dpdk port stats and memory info . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .sp The dpdk\-procinfo application is a Data Plane Development Kit (DPDK) application that runs as a DPDK secondary process and is capable of retrieving port statistics, resetting port statistics and printing DPDK memory information. This application extends the original functionality that was supported by dump_cfg. .SH RUNNING THE APPLICATION .sp The application has a number of command line options: .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C \&./$(RTE_TARGET)/app/dpdk\-procinfo \-\- \-m | [\-p PORTMASK] [\-\-stats | \-\-xstats | \-\-stats\-reset | \-\-xstats\-reset] .ft P .fi .UNINDENT .UNINDENT .SS Parameters .sp \fB\-p PORTMASK\fP: Hexadecimal bitmask of ports to configure. .sp \fB\-\-stats\fP The stats parameter controls the printing of generic port statistics. If no port mask is specified stats are printed for all DPDK ports. .sp \fB\-\-xstats\fP The xstats parameter controls the printing of extended port statistics. If no port mask is specified xstats are printed for all DPDK ports. .sp \fB\-\-stats\-reset\fP The stats\-reset parameter controls the resetting of generic port statistics. If no port mask is specified, the generic stats are reset for all DPDK ports. .sp \fB\-\-xstats\-reset\fP The xstats\-reset parameter controls the resetting of extended port statistics. If no port mask is specified xstats are reset for all DPDK ports. .sp \fB\-m\fP: Print DPDK memory information. .\" Generated by docutils manpage writer. .