Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created February 2, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanaslett/c706984c75a6b449aad47fb99c3f7918 to your computer and use it in GitHub Desktop.
Save ryanaslett/c706984c75a6b449aad47fb99c3f7918 to your computer and use it in GitHub Desktop.
Ran run-tests.sh with the Database testgroup and repeat of 10.
Pgsql: Test run duration: 4 min 3 sec
Mysql: Test run duration: 2 min 2 sec
The run was captured to an scap file using sysdig:
root@ip-172-31-25-132:~# sysdig -r pgsql.scap -c fdbytes_by fd.type
Bytes fd.type
--------------------------------------------------------------------------------
181.31G file
1.86G ipv4
162.75M pipe
110.59M ipv6
7.15M unix
901.33KB directory
320.09KB <NA>
9.00KB signalfd
1.83KB event
224B inotify
88B timerfd
Mysql
root@ip-172-31-25-132:~# sysdig -r mysql.scap -c fdbytes_by fd.type
Bytes fd.type
--------------------------------------------------------------------------------
7.77G file
1.97G ipv4
118.83M pipe
18.52M directory
8.23M ipv6
991.38KB unix
180.92KB <NA>
7.88KB signalfd
1008B event
224B inotify
40B timerfd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment