##// END OF EJS Templates
Fixed CPU usage measurement, implemented CPU load AVG...
Fixed CPU usage measurement, implemented CPU load AVG - now CPU usage is computed between now and last call, not anymore since last CPU reset. - AVG is computed on last 60 measurements -> 60 seconds. It's a simple average.

File last commit:

r167:6c1a4ac855d5 patch rev 2
r378:ad411bb94578 3.2.0.18 No PWD scrub with...
Show More
RELOAD_TIMEGEN_STAR_DUNDEE.py
10 lines | 264 B | text/x-python | PythonLexer
/ python_scripts / RELOAD_TIMEGEN_STAR_DUNDEE.py
#!/usr/bin/lppmon -e
RMAPPlugin0.setValueSpaceWireLinkNumber( 2 )
RMAPPlugin0.setValueTargetLogicalAddress( 254 )
dsu3plugin0.openFile("/opt/DEV_PLE/timegen-qt/bin/timegen")
dsu3plugin0.loadFile()
dsu3plugin0.run()
RMAPPlugin0.setValueSpaceWireLinkNumber( 1 )