Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

DrAxeman's scratchpad

by DrAxeman (Scribe)
on Aug 09, 2005 at 14:43 UTC ( [id://482225]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $select = $dbh->prepare("
            SELECT Server,
    ...
            FROM stats
            WHERE Statistic Like 'NetworkInterface%'
    ");
    
  2. or download this
    Server,Statistic,Average
    "MGM9469DC31","MemoryPagessec",15.604275
    ...
    "MGM9472FE01","PhysicalDiskTotalAvgDiskQueueLength",0.035042
    "MGM9472FE01","ProcessorTotalPCTProcessorTime",10.900135
    
  3. or download this
    SQL ERROR: Bad table or column name 'FROM stats' has chars not alphanu
    +meric or underscore!
    
    ...
            FROM stats
            WHERE Statistic Like 'NetworkInterface%'
    "] at ./hosts2.pl line 62.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-29 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found