Thread Systeminfos ohne /proc?: linux (5 answers)
Opened by Crian at 2004-04-09 20:17

quetzalcoatl
 2004-04-09 18:48
#94465 #94465
User since
2004-04-01
51 Artikel
BenutzerIn
[default_avatar]
Hallo,

weiß jemand zufällig, wie ich unter Linux an Systeminfos, z.b.: Ram HDD usw. komme, ohne /proc auslesen zu müssen?

Bei der Festplatte konnte ich mir schon helfen:
um an die Größe zu kommen:
Code: (dl )
sysopen(HDA, "/dev/hda") || die; $hdasize=sysseek(HDA, 0,2); print "Drivesize:  %.2f GB\n\n",$hdasize/1024/1024/1024; 

leider funktioniert das so einfach nicht mit dem Ram :(

Daher wüsste ich gerne wie ich an solche Infos komme - ohne /proc.

Danke.
Gruss,
quetzal

View full thread Systeminfos ohne /proc?: linux