Displaying 1 result from an estimated 1 matches for "smbstatusxml".
2006 Dec 19
1
smbstatus parsing (XML output)
...r RegEx parsing to create a multidimensional array of the
'smbstatus'. After using the shell tools and PHP to handle this information
for a few months, I've become dissatisfied with the inefficiency and burden
this puts on the CPU.
The idea is that I can make a system call to this 'smbstatusxml' program
(written in a compiled language such as C++) to pull the information
directly from the samba libraries directly into XML. I believe this will be
far more efficient, and a whole lot faster, since then I can load the
information into an XML parser in PHP and then format it into tables, e...