Monthly Archives: July 2013

curl

make request with data http://www.yilmazhuseyin.com/blog/dev/curl-tutorial-examples-usage/ http://docs.openstack.org/trunk/openstack-identity/admin/content/curl-examples.html http://docs.rackspace.com/servers/api/v2/cn-gettingstarted/content/curl.html

Posted in curl | Tagged | Leave a comment

ps and top finding memory and cpu leak on linux

ps aux –sort=pmem: largest one at the bottom. ps aux –sort=pcpu by process id: ps ev –pid=6410: showing the memory in kb. http://www.thegeekstuff.com/2010/01/15-practical-unix-linux-top-command-examples/ http://www.binarytides.com/linux-ps-command/ top -a -b -u <uid> -d 5: sort by memory

Posted in linux | Tagged , | Leave a comment