Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re:^2 Generic Data Collection

by Deep_Plaid (Acolyte)
on Mar 31, 2013 at 13:00 UTC ( [id://1026352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $flexlm_cmd = "lmutil lmstat -f ${product}";
    #other junk
    ...
                   ($JUNK, $user, $JUNK) = split (/\s+/, $data_line);
                     $user_list ="$user,$user_list";
          }
    
  2. or download this
                      
          elsif ($data_line  =~ /\, start /) 
         {
    ...
       }
    
       close LICENSES;
    
  3. or download this
    user1 192.168.1.1 machine1 (v1.1) (flexlmserver/27000 1009), start Sat
    + 3/30 12:53
    user2 192.168.1.2 machine2 (v1.1) (flexlmserver/27000 123), start Sat 
    +3/30 2:45
    
  4. or download this
    array1 = (user1,1009,12:53)
    array2 = (user2,123,2:45)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1026352]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found