Changes between Initial Version and Version 1 of pingJMD


Ignore:
Timestamp:
02/10/14 10:49:12 (10 years ago)
Author:
niles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pingJMD

    v1 v1  
     1 
     2= Pinging the JMD = 
     3 
     4The "wget" utility can be used to "ping" the JMD to make sure it is responding. The command : 
     5 
     6{{{ 
     7wget http://localhost:8080/JMD/JMD 
     8}}} 
     9 
     10when run on the machine that is running the JMD should write a file named "JMD" that is the JMD's response when it 
     11is queried with no arguments (which is simply to list some of the parameters it is running with). The file should 
     12look something like this : 
     13 
     14{{{ 
     15MIRROR POOL TOTAL THREADS:30 
     16MIRROR POOL QUEUE size:0 
     17MIRROR POOL ACTIVE THREADS:0 
     18MIRROR POOL THREADS AVAIL:30 
     19USER POOL TOTAL THREADS:30 
     20USER POOL QUEUE size:0 
     21USER POOL ACTIVE THREADS:0 
     22USER POOL THREADS AVAIL:30 
     23NEW=0 
     24QUEUED=0 
     25READY=0 
     26PENDING=0 
     27DONE=2 
     28TIMEOUT=0 
     29FAILED=0 
     30AVERAGE_DOWNLOAD=9.905377 MB/s 
     31}}} 
     32