Help for this page

Select Code to Download


  1. or download this
    
    I have the following mysql table which obtained by following query(sel
    +ect * from tables);
    ...
    | 1490155563 | incisive        | ADICE-Incisive Co-Simulation Queue   
    +              |        7 |            0 | 
       
    | 1490155563 | vcs             | ADICE High-Priority/Short Runtime Job
    + Queue        |       10 |            0 | |
    
  2. or download this
                                                          
    
    print "var data_running=[[\"Adice \($TABLE_DATA{1}{'ENTRY'}\)\",$TABLE
    +_DATA{5}{'ENTRY'}],\
    ...
                   print "var data_pending=[[\"Adice \($TABLE_DATA{1}{'ENT
    +RY'}\)\",$TABLE_DATA{4}{'ENTRY'}],\
                         [\"Incisive \($TABLE_DATA{1}{'ENTRY'}\)\",$TABLE_
    +DATA{4}{'ENTRY'}],\
                         [\"Vcs \($TABLE_DATA{1}{'ENTRY'}\)\",$TABLE_DATA{
    +4}{'ENTRY'}],\n";
    
  3. or download this
                                                              print   " \n
    + pieChart(\"placeholder39\",data_running,{title:\"<b><center>Jobs Run
    +ning</center></b>\"});\n";
        print   " \n pieChart(\"placeholder41\",data_pending,{title:\"<b><
    +center>Jobs Pending</center></b>\"});\n";