procinfo.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-procinfo" xreflabel="Procinfo">
  7. <title>Procinfo-&procinfo-version;</title>
  8. <?dbhtml filename="procinfo.html"?>
  9. <indexterm zone="ch-system-procinfo"><primary sortas="a-Procinfo">Procinfo</primary></indexterm>
  10. <para>The Procinfo package contains programs for displaying system information.</para>
  11. <screen>&buildtime; 0.1 SBU
  12. &diskspace; 0.2 MB</screen>
  13. <para>Procinfo installation depends on: Binutils, GCC, Glibc, Make, Ncurses.</para>
  14. <sect2>
  15. <title>Installation of Procinfo</title>
  16. <para>Compile Procinfo:</para>
  17. <screen><userinput>make LDLIBS=-lncurses</userinput></screen>
  18. <para>The meaning of the make parameter:</para>
  19. <itemizedlist>
  20. <listitem><para><userinput>LDLIBS=-lncurses</userinput>: This tells Procinfo
  21. to use the <filename>libncurses</filename> library instead of the
  22. long-obsolete <filename>libtermcap</filename>.</para></listitem>
  23. </itemizedlist>
  24. <para>Install the package:</para>
  25. <screen><userinput>make install</userinput></screen>
  26. </sect2>
  27. <sect2 id="contents-procinfo"><title>Contents of Procinfo</title>
  28. <para><emphasis>Installed programs</emphasis>: lsdev, procinfo and
  29. socklist</para>
  30. </sect2>
  31. <sect2><title>Short descriptions</title>
  32. <indexterm zone="ch-system-procinfo lsdev"><primary sortas="b-lsdev">lsdev</primary></indexterm>
  33. <para id="lsdev"><command>lsdev</command> lists the devices present in your system,
  34. and which IRQs (Interrupt ReQuest) and IO ports they use.</para>
  35. <indexterm zone="ch-system-procinfo procinfo"><primary sortas="b-procinfo">procinfo</primary></indexterm>
  36. <para id="procinfo"><command>procinfo</command> displays an overview of some of the information
  37. present in the virtual proc file system.</para>
  38. <indexterm zone="ch-system-procinfo socklist"><primary sortas="b-socklist">socklist</primary></indexterm>
  39. <para id="socklist"><command>socklist</command> lists the open sockets, reporting their
  40. type, port number, and other specifics.</para>
  41. </sect2>
  42. </sect1>