Skip to content

Instantly share code, notes, and snippets.

View rgilton's full-sized avatar

Rob Gilton rgilton

  • Adventurous Machines Ltd
  • UK
View GitHub Profile
/mnt/files/unsync/software/openocd/install-head/bin/openocd -s /mnt/files/unsync/software/openocd/install-head/share/openocd/scripts/ -f interface/stlink-v2.cfg -c "transport select hla_swd; set CPUTAPID 0x0bc11477" -f target/at91samdXX.cfg -d3
Open On-Chip Debugger 0.9.0-dev-00314-g90ae846 (2015-03-03-15:25)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
User : 13 3 command.c:546 command_print(): debug_level: 3
Debug: 14 3 options.c:98 add_default_dirs(): bindir=/usr/local/bin
Debug: 15 3 options.c:99 add_default_dirs(): pkgdatadir=/usr/local/share/openocd
Debug: 16 3 options.c:100 add_default_dirs(): run_prefix=
Debug: 17 3 configuration.c:44 add_script_search_dir(): adding /home/justyn/.openocd
[root@localhost liveuser]# hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 15980 MB in 2.00 seconds = 7996.52 MB/sec
Timing buffered disk reads: 3726 MB in 3.00 seconds = 1241.35 MB/sec
@rgilton
rgilton / gist:846ce396893df2cdf566
Created April 17, 2015 22:04
ab from saffron itself
-bash-4.2$ ab -c 400 -n 10000 https://www.studentrobotics.org/comp-api/config
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.studentrobotics.org (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
-bash-4.2$ ab -c 400 -n 10000 http://localhost/
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
-bash-4.2$ ab -c 400 -n 10000 http://localhost:8000/
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 1000 requests
Completed 2000 requests
Completed 3000 requests
Completed 4000 requests
-bash-4.2$ ab -c 400 -n 2000 http://localhost:8000/comp-api/config
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
bash-4.2$ ab -c 400 -n 2000 https://www.studentrobotics.org/comp-api/configg
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.studentrobotics.org (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
-bash-4.2$ ab -c 400 -n 2000 http://localhost:8000/comp-api/config
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
-bash-4.2$ ab -k -c 400 -n 2000 http://localhost:8000/comp-api/config
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests
-bash-4.2$ ab -k -c 400 -n 2000 https://www.studentrobotics.org/comp-api/config
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.studentrobotics.org (be patient)
Completed 200 requests
Completed 400 requests
Completed 600 requests
Completed 800 requests