Help for this page

Select Code to Download


  1. or download this
    "\\TEST\Memory\Pages/sec"    "\\TEST\PhysicalDisk"
    "06/20/2002 08:27:19.087"    "0.87367121907974665"    
    ...
    "06/20/2002 08:27:49.090"    "3.9996207699833071"
    "06/20/2002 08:28:04.091"    "3.198195381472539"
    
  2. or download this
    #!C:\Perl\bin\perl
    
    ...
    @read = <LOG>;
    
    print "Contents of read are: @read\n";