Last active
March 17, 2016 03:37
-
-
Save notthetup/2bd11a60b5b432dc7b77 to your computer and use it in GitHub Desktop.
Measuring boot time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "$(date +"%Y-%m-%d %H:%M:%S") Booted. Uptime : $(cat /proc/uptime | cut -d' ' -f 1)" >> /home/odroid/boottime.log | |
| java -jar /home/odroid/unetsim-1.3-SNAPSHOT/lib/groovy-all-2.4.4.jar /home/odroid/unetsim-1.3-SNAPSHOT/samples/boottime/boottime.groovy |
Author
notthetup
commented
Mar 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment