Răsfoiți Sursa

【更新】格式

yangjie11 5 ani în urmă
părinte
comite
35a543f41f
2 a modificat fișierele cu 14 adăugiri și 14 ștergeri
  1. 1 1
      README.md
  2. 13 13
      tcpdump/README-en.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Each gadget can be enabled/disabled independently using menuconfig and provides
 
 | Name | Classification | Function Introduction | Use Document |
 | :--------------------------- | :------: | :--------------------------------------------------------- | :---------------------------- |
-| [Ping](ping/README-en.md) | Debugging test | Use the "ping" command to check whether the network is connected, which can help us analyze and determine network failures | [click to view](ping/README-en .md) |
+| [Ping](ping/README-en.md) | Debugging test | Use the "ping" command to check whether the network is connected, which can help us analyze and determine network failures | [click to view](ping/README-en.md) |
 | [TFTP](tftp/README-en.md) | File transfer | TFTP is a simple protocol for transferring files, which is lighter than FTP | [click to view](tftp/README-en.md) |
 | [iperf](iperf/README-en.md) | Performance Test | Test maximum TCP and UDP bandwidth performance, report bandwidth, delay jitter and packet loss | [Click to view](iperf/README-en.md) |
 | [NetIO](netio/README-en.md) | Performance Test | Tools for testing network throughput | [Click to view](netio/README-en.md) |

+ 13 - 13
tcpdump/README-en.md

@@ -161,19 +161,19 @@ msh />
 - Enter the `list_thread` command to view the running threads, the thread name is `tdth`, details are as follows:
 
 ```
-thread pri status sp stack size max used left tick error
--------- --- ------- ---------- ---------- ------ ------ ---- ---
-tdth 12 suspend 0x000000ac 0x00000800 08% 0x0000000a 000
-tshell 20 ready 0x00000070 0x00001000 22% 0x00000003 000
-rp80 8 suspend 0x0000009c 0x00000400 15% 0x0000000a 000
-phy 30 suspend 0x00000070 0x00000200 28% 0x00000001 000
-usbd 8 suspend 0x00000098 0x00001000 03% 0x00000014 000
-tcpip 10 suspend 0x000000b4 0x00000400 39% 0x00000014 000
-etx 12 suspend 0x00000084 0x00000400 12% 0x00000010 000
-erx 12 suspend 0x00000084 0x00000400 34% 0x00000010 000
-mmcsd_de 22 suspend 0x0000008c 0x00000400 49% 0x00000013 000
-tidle 31 ready 0x00000054 0x00000100 32% 0x0000001a 000
-main 10 suspend 0x00000064 0x00000800 35% 0x00000010 000
+thread   pri  status      sp     stack size max used left tick  error
+-------- ---  ------- ---------- ----------  ------  ---------- ---
+tdth      12  suspend 0x000000ac 0x00000800    08%   0x0000000a 000
+tshell    20  ready   0x00000070 0x00001000    22%   0x00000003 000
+rp80       8  suspend 0x0000009c 0x00000400    15%   0x0000000a 000
+phy       30  suspend 0x00000070 0x00000200    28%   0x00000001 000
+usbd       8  suspend 0x00000098 0x00001000    03%   0x00000014 000
+tcpip     10  suspend 0x000000b4 0x00000400    39%   0x00000014 000
+etx       12  suspend 0x00000084 0x00000400    12%   0x00000010 000
+erx       12  suspend 0x00000084 0x00000400    34%   0x00000010 000
+mmcsd_de  22  suspend 0x0000008c 0x00000400    49%   0x00000013 000
+tidle     31  ready   0x00000054 0x00000100    32%   0x0000001a 000
+main      10  suspend 0x00000064 0x00000800    35%   0x00000010 000
 msh />
 ```