LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   System Info output to html (https://www.linuxquestions.org/questions/linux-networking-3/system-info-output-to-html-909114/)

moonmanp 10-20-2011 03:02 AM

System Info output to html
 
Hi

I am trying to create a Linux system report from command like /proc/cpuinfo and output the information to an html document. Can this type of operation be done? The items I need to capture are the following:

Model Name
cpu MHz
hard drive size
total memory
Numbers of processors
OS version
BIOS

16pide 10-20-2011 03:14 AM

this would do it, or at least explain how:
http://www.cyberciti.biz/tips/execut...ge-part-i.html
This one is interesting too: http://www.cfg2html.com/

etech3 10-20-2011 04:50 AM

You could try
 
Code:

cat /proc/cpuinfo >cpu-info.html

lithos 10-20-2011 06:13 AM

Have you seen phpsysinfo, it's free.

Demo here

TobiSGD 10-20-2011 06:30 AM

lshw, which should be available for the most distributions can output that information in HTML, may be you should try that.


All times are GMT -5. The time now is 09:25 AM.