table of contents
cs_sar2pdf(8) | ClusterTools2 | cs_sar2pdf(8) |
NAME¶
cs_sar2pdf - create PDF file from SAR text file
SYNOPSIS¶
cs_sar2pdf --help | --version
cs_sar2pdf --cpu <file>
DESCRIPTION¶
cs_sar2pdf creates a PDF file from a SAR text file.
OPTIONS¶
--help
show help
--version
show version
--cpu <file>
get data from file
EXAMPLES¶
- * convert binary data into ASCII file, using original creation time but timeformat ISO
- # export S_TIME_FORMAT=ISO; sar -A -t -f sa20211215 >sar20211215
- * create PDF with CPU plot from ASCII file
- # cs_sar2pdf -c sar20211215
EXIT STATUS¶
0 Successful program execution.
>0 Usage, syntax or execution errors.
FILES¶
- /usr/sbin/cs_man2pdf
-
the program itself - $PWD/<file>.<type>.pdf
-
the output file
BUGS¶
The script needs ASCII files and timeformat ISO.
Feedback is welcome, please mail to feedback@suse.com
SEE ALSO¶
sar(1), sadf(1),supportconfig(1),
csplit(1), gnuplot(1), ps2pdf(1),
https://en.wikipedia.org/wiki/ISO_8601
COPYRIGHT¶
(c) 2021 L.Pinne, Germany.
cs_sar2pdf comes with ABSOLUTELY NO WARRANTY.
For details see the GNU General Public License at
http://www.gnu.org/licenses/gpl.html
12 Dec 2021 |