1FWTS(1) General Commands Manual FWTS(1)
2
3
4
6 fwts-collect - collect logs for fwts bug reporting.
7
8
10 fwts-collect [FILES]
11
12
14 This manual page documents briefly the fwts-collect firmware test suite
15 log collecting tool. The tool fwts-collect collects logs and various
16 system and firmware dumps into the gzip'd tar ball fwts-logs.tar.gz
17 which can then be added to bug reports. It collects data from
18 /proc/iomem, /proc/mtrr, /proc/interrupts, IRQ counts from
19 /sys/firmware/acpi/interrupts and kernel logs. It also invokes fwts
20 and gathers ACPI tables, memorymaps, MultiProcessor table dumps, CMOS
21 data, UEFI variables, kernel version and ACPI version information.
22 fwts using sudo is required.
23 Running fwts with no options will collect logs automatically. However,
24 one can also specify the names of addition files to be added to the
25 gzip'd tar ball.
26
28 Gather up logs into fwts-logs.tar.gz
29 sudo fwts-collect
30
31 Gather up logs and also /var/log/pm-powersave.log
32 sudo fwts-collect /var/log/pm-powersave.log
33
35 fwts(1), dmidecode(8), lspci(8)
36
38 fwts-collect was written by Colin King <colin.king@canonical.com>
39
40 This manual page was written by Colin King <colin.king@canonical.com>,
41 for the Ubuntu project (but may be used by others).
42
43
44
45 5 February, 2015 FWTS(1)