Once again, my fellow monks, this novice has run into an issue I'm unable to solve with my still limited experience.

I currently run automated processes that call upon a bank of servers. I am responsible for load balance on these servers, but I have no admin rights. The only way I can tell what the current number of connections is at the moment is to browse through Windows, right-click the server, and look at the properties tab. In order to automate this load monitoring, I need to find a way to get the current number of connections on these Novell Servers in perl. I cannot do anything that requires admin rights on these servers, including installing anything on the servers themselves.

Numerous internet and book searches have yielded nothing to help me so far. Any advice would be greatly appreciated. If I can just find a way to get that information, coding alarms/warnings/ and automatic balancing should be a breeze. Thank you in advance

In reply to View Number/Connections in Win. on a Novell Server by bblustein

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.