Changes between Version 9 and Version 10 of TipAndDoc/monitor


Ignore:
Timestamp:
Oct 25, 2015 10:44:12 PM (9 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/monitor

    v9 v10  
    120120  * $ sudo python2 fplugctl init 
    121121   * 履歴を初期化(ACC, HIST *が0に戻る) 
     122 
     123 * 機能面ではpyfplug、応答性ではfplug_for_linuxがよさそう(Cで書かれているので予想通りではあるが…) 
     124  * $ {{{time for i in `seq 1 100`; do for opt in w i t h ; do sudo ./fpstatus -$opt /dev/rfcomm0 ; done; done}}} 
     125{{{ 
     126real    2m43.929s 
     127user    0m0.407s 
     128sys     0m0.187s 
     129}}} 
     130  * $ {{{time for i in `seq 1 100`; do for opt in t h i p ; do sudo python2 fplugctl get $opt ; done ; done}}} 
     131{{{ 
     132real    4m57.676s 
     133user    0m3.840s 
     134sys     0m0.817s 
     135}}}