The display aapt sample command displays information on the files to be sent by the APT defense module to a sandbox for detection.
| Parameter | Description | Value |
|---|---|---|
| cache | Indicates a file cache that stores the number of files restored by the IAE. |
- |
| wait | Indicates the file queue that stores the number of files to be inspected and files for which detection results will be obtained. |
- |
# Display file cache information.
<sysname> display aapt sample cache information Slot 11 Cpu 0: Sample total : 2 Sample opened : 2 Sample closed : 2 Sample cached : 2 Cache block size : 8192 B Cache real size : 0 B Cache memory used : 0 B Cache memory spec : 800 MB
Item |
Description |
|---|---|
Slot 11 Cpu 0 |
Slot ID and CPU ID for the interworking between the FW and local/cloud sandbox |
Sample total |
Total number of files to be restored |
Sample opened |
Number of original sample files opened by the IAE for restoration |
Sample closed |
Number of original sample files closed by the IAE after restoration. |
Sample cached |
Number of cached files |
Cache block size |
Actual size of the file system memory block |
Cache real size |
Actual size occupied by the file system |
Cache memory used |
Used cache memory |
Cache memory spec |
Upper limit on the cache memory |
# Display information about the file waiting queue.
<sysname> display aapt sample wait information Slot 11 Cpu 0: Sample waiting for local result : 0 Sample waiting for cloud result : 0 Sample waiting for local result : (duplicate num 0) Sample waiting for cloud result : (duplicate num 0) Sample ready for scanning : 0 Sample ready for scanning : (peak 0) Sample ready for scanning : (duplicate num 0) Sample already in the hash table : 0 Sample already in the hash table : (peak 0)
Item |
Description |
|---|---|
Slot 11 Cpu 0 |
Slot ID and CPU ID for the interworking between the FW and local/cloud sandbox |
Sample waiting for local result |
Number of files waiting for the local sandbox to give detection results |
Sample waiting for cloud result |
Number of files waiting for the cloud sandbox to give detection results |
Sample ready for scanning |
Number of files to be sent to the sandbox for detection |
Sample already in the hash table |
Number of files already in the hash table |
duplicate num |
Number of duplicate files. If the MD5 value of a file in the detection waiting queue or sandbox detection result waiting queue is the same as the MD5 value of a file that has been sent for detection, the value of this parameter increases by 1, and the file is deleted from the detection waiting queue or sandbox detection result waiting queue. |
peak |
File quantity peak |