.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .TH CANBUSLOAD "1" "December 2020" "canbusload 2020.11.0-1" "User Commands" .SH NAME canbusload \- manual page for canbusload 2020.11.0-1 .SH SYNOPSIS .B canbusload [\fI\,options\/\fR] \fI\,+\/\fR .SH DESCRIPTION canbusload \- monitor CAN bus load. .IP (use CTRL\-C to terminate canbusload) .SH OPTIONS .TP \fB\-t\fR (show current time on the first line) .TP \fB\-c\fR (colorize lines) .TP \fB\-b\fR (show bargraph in 5% resolution) .TP \fB\-r\fR (redraw the terminal \- similar to top) .TP \fB\-i\fR (ignore bitstuffing in bandwidth calculation) .TP \fB\-e\fR (exact calculation of stuffed bits) .PP Up to 16 CAN interfaces with mandatory bitrate can be specified on the commandline in the form: @ .PP The bitrate is mandatory as it is needed to know the CAN bus bitrate to calculate the bus load percentage based on the received CAN frames. Due to the bitstuffing estimation the calculated busload may exceed 100%. For each given interface the data is presented in one line which contains: .PP (interface) (received CAN frames) (used bits total) (used bits for payload) .SH EXAMPLES user$> canbusload can0@100000 can1@500000 can2@500000 can3@500000 \-r \-t \-b \-c .PP canbusload 2014\-02\-01 21:13:16 (worst case bitstuffing) .TP can0@100000 805 74491 36656 74% |XXXXXXXXXXXXXX......| .TP can1@500000 796 75140 37728 15% |XXX.................| .TP can2@500000 0 0 0 0% |....................| .TP can3@500000 47 4633 2424 0% |....................|