Skip to content

Instantly share code, notes, and snippets.

@elfredpagan
Created March 29, 2009 23:26
Show Gist options
  • Save elfredpagan/87562 to your computer and use it in GitHub Desktop.
Save elfredpagan/87562 to your computer and use it in GitHub Desktop.
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/show?user_id=3 >> ab1.txt
Finished 407 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/items?user_id=3 >> ab1.txt
Finished 673 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/items/show?user_id=3 >> ab1.txt
Finished 710 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/show?user_id=3 >> ab1.txt
Finished 169 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/all/show?user_id=3 >> ab1.txt
Finished 149 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/all/ids/show?user_id=3 >> ab1.txt
Finished 364 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/requests/sent?user_id=3 >> ab1.txt
Finished 641 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/requests/received?user_id=3 >> ab1.txt
Finished 471 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/friends/messages/show?user_id=3 >> ab1.txt
Finished 560 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/messages/show?user_id=3 >> ab1.txt
Finished 410 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/jobs/show?user_id=3 >> ab1.txt
Finished 732 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/club/show?user_id=3 >> ab1.txt
Finished 762 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/club/count?user_id=3 >> ab1.txt
Finished 774 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/club/show?user_id=3 >> ab1.txt
Finished 134 requests
elfredpagan@ryu:~$ ab -t3 http://localhost:5000/1.0/famous/users/club/count?user_id=3 >> ab1.txt
Finished 280 requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment