Administration Guide > TDV Logging Information > Log File Collection for Support > About the System Information Files
 
About the System Information Files
To collect the system information, Studio runs the following system commands:
For Windows:
Disk info: fsutil volume diskfree C:
IP configuration: ipconfig /all
Network statistics: netstat -na
Task list: tasklist /fo table
System information: systeminfo
For UNIX:
Kernel information: dmesg
Disk information: df -h
IP configuration: ifconfig -a
Network statistics: netstat -na
Task list: ps -ef
System information: uname -a
These files are generated by the system commands.
File Name
Contents
diskinfo.info
The total number of bytes, free bytes, and available free bytes.
ipconfig.info
Windows IP configuration information.
Ethernet adapter information.
netstat.info
Active connections and their state.
systeminfo.info
Specifics about the computer running TDV like operating system information, memory information, processors installed, hotfixes applied, network cards installed,
tasklist.info
List of tasks running and memory used at the time of diagnostics collection.