shashank-khandelwal.blogspot.com shashank-khandelwal.blogspot.com

shashank-khandelwal.blogspot.com

For Performance Engineers

Wednesday, June 4, 2014. Access S3 files meta data and other details using Python Boto using Assume Role. Here is the code. From boto.sts import STSConnection. From boto.s3.connection import S3Connection. From boto.s3.key import Key. Sts connection = STSConnection(). AssumedRoleObject = sts connection.assume role(. Role arn="arn:aws:iam: 0000000000:role/xxxx/xxxx-yyyy-zzz",. S3 connection = S3Connection(. Aws access key id=assumedRoleObject.credentials.access key,. For file in files:. So your init method...

http://shashank-khandelwal.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SHASHANK-KHANDELWAL.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 7 reviews
5 star
1
4 star
3
3 star
2
2 star
0
1 star
1

Hey there! Start your review of shashank-khandelwal.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • shashank-khandelwal.blogspot.com

    16x16

  • shashank-khandelwal.blogspot.com

    32x32

  • shashank-khandelwal.blogspot.com

    64x64

  • shashank-khandelwal.blogspot.com

    128x128

CONTACTS AT SHASHANK-KHANDELWAL.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
For Performance Engineers | shashank-khandelwal.blogspot.com Reviews
<META>
DESCRIPTION
Wednesday, June 4, 2014. Access S3 files meta data and other details using Python Boto using Assume Role. Here is the code. From boto.sts import STSConnection. From boto.s3.connection import S3Connection. From boto.s3.key import Key. Sts connection = STSConnection(). AssumedRoleObject = sts connection.assume role(. Role arn=arn:aws:iam: 0000000000:role/xxxx/xxxx-yyyy-zzz,. S3 connection = S3Connection(. Aws access key id=assumedRoleObject.credentials.access key,. For file in files:. So your init method...
<META>
KEYWORDS
1 for performance engineers
2 import sys
3 import boto
4 role session name= assumerolesession1
5 bname= bucketname
6 fname= filename
7 files=bucket list prefix=fname
8 k=bucket get key file
9 print file name
10 print file size
CONTENT
Page content here
KEYWORDS ON
PAGE
for performance engineers,import sys,import boto,role session name= assumerolesession1,bname= bucketname,fname= filename,files=bucket list prefix=fname,k=bucket get key file,print file name,print file size,print,posted by,shashank,no comments,2 comments
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

For Performance Engineers | shashank-khandelwal.blogspot.com Reviews

https://shashank-khandelwal.blogspot.com

Wednesday, June 4, 2014. Access S3 files meta data and other details using Python Boto using Assume Role. Here is the code. From boto.sts import STSConnection. From boto.s3.connection import S3Connection. From boto.s3.key import Key. Sts connection = STSConnection(). AssumedRoleObject = sts connection.assume role(. Role arn="arn:aws:iam: 0000000000:role/xxxx/xxxx-yyyy-zzz",. S3 connection = S3Connection(. Aws access key id=assumedRoleObject.credentials.access key,. For file in files:. So your init method...

INTERNAL PAGES

shashank-khandelwal.blogspot.com shashank-khandelwal.blogspot.com
1

For Performance Engineers: June 2009

http://shashank-khandelwal.blogspot.com/2009_06_01_archive.html

Tuesday, June 9, 2009. Code for puttting custome Pacing in script. Merc timer handle t timer;. Double pacing time;. Read desired pacing timer from a text file. Pacing time = (double)jds read pacing time("C: TEMP vugen pacing.txt");. Timer = lr start timer();. Duration = lr end timer(timer);. Wait for the necessary number of seconds to elapse. Lr think time(pacing time - duration);. Lr error message("Pacing time exceeded. Target: %G seconds. Actual: %g seconds", pacing time, duration);. If (fs = NULL) {.

2

For Performance Engineers: Install perl GD module

http://shashank-khandelwal.blogspot.com/2010/12/install-perl-gd-module.html

Tuesday, December 14, 2010. Install perl GD module. If you are getting below error while instaling perl GD module module. Could not find gdlib-config in the search path. Please install libgd 2.0.28 or higher. Follow the below steps. 1:do yum install gd gd-devel. 2: go to cpan. 3:then fire install GD. You are all set to go, your GD module should install now. Subscribe to: Post Comments (Atom). View my complete profile. Install perl GD module. Simple template. Template images by gaffera.

3

For Performance Engineers: July 2010

http://shashank-khandelwal.blogspot.com/2010_07_01_archive.html

Wednesday, July 7, 2010. How to Log slow queries in postgresql database. Postgresql db can log sql queries that takes more time to execute then specified time limit. Suppose you want to log sql queries that takes more than 100ms to execute. Follow the below steps. 1: Open postgresql.conf file. You will find this file in data folder of postgres. 2: Modify the below paratmeters. A:logging collector = on. B:log min duration statement = 100. C:log duration = on. 3: Save and close this file. 4: Restart the DB.

4

For Performance Engineers: June 2014

http://shashank-khandelwal.blogspot.com/2014_06_01_archive.html

Wednesday, June 4, 2014. Access S3 files meta data and other details using Python Boto using Assume Role. Here is the code. From boto.sts import STSConnection. From boto.s3.connection import S3Connection. From boto.s3.key import Key. Sts connection = STSConnection(). AssumedRoleObject = sts connection.assume role(. Role arn="arn:aws:iam: 0000000000:role/xxxx/xxxx-yyyy-zzz",. S3 connection = S3Connection(. Aws access key id=assumedRoleObject.credentials.access key,. For file in files:.

5

For Performance Engineers: September 2009

http://shashank-khandelwal.blogspot.com/2009_09_01_archive.html

Tuesday, September 22, 2009. When your webserver logs the information about the client, it can either log. The client’s numeric IP address or look up the actual host name in the Domain Name. Service. DNS lookups require network traffic, involving a round-trip response. From multiple servers, possibly far away and possibly inoperative, resulting in delays. Find this part of the server.xml file:. Just change the enableLookups value from "true" to "false", and restart Tomcat. No. 2: Number of threads.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

shashank-foliagen.blogspot.com shashank-foliagen.blogspot.com

FOLIAGEN

Tuesday, November 4, 2008. WEST BENGAL IS TOUCHING HEIGHEST VOLUME OF SPIC CYTOZYME FOR EVER. THE QUALITY PRODUCT SPIC CYTOZYME PGR IS REACHING AT HEIGHEST VOLUME IN WEST BENGAL FAR EVER,. SPIC CYTOZYME PGR IS BEST PRODUCT IN TEA. AS PER VIEW FROM DIFFERENT PLANTER - THE INDIA BEST PRODUCT FOR TEA PGR IS SPIC CYTOZYME AS COMPAIR TO ANY PRODUCT AIVILABLE IN MARKET. SPIC CYTOZYME PGR IS BEST PRODUCT IN TEA. Subscribe to: Posts (Atom). WEST BENGAL IS TOUCHING HEIGHEST VOLUME OF SPIC CY.

shashank-harrypotter.blogspot.com shashank-harrypotter.blogspot.com

DS Land where people are treated equally

DS Land where people are treated equally. Friday, July 27, 2007. PSLE is just around the corner.it is very impotant. i just hope it ends quickly as the stress is killing me. i want to have good sleeps and enjoyment.for the time being,i have to study hard. My aim is to acheive 250 marks for PSLE. While i have very less friends as people think i am toooo talkative or because i am too shy.i believe all the people in the school are very innocent. I like to play . Fifa 07 (not for girls). I wanna love u.

shashank-hegde.blogspot.com shashank-hegde.blogspot.com

Shashank_Hegde The Official Blog Of Shashank Hegde

shashank-jain.blogspot.com shashank-jain.blogspot.com

poems

Wednesday, 7 September 2011. मुनि श्री सौरभ सागर जी महाराज द्वारा:. Monday, 5 September 2011. Ghum Un Ko Hi Naseeb Hotay Hain. Ghum Un Ko Hi Naseeb Hotay Hain. Jo Log Khush Naseeb Hotay Hain. Hota Hay Aikh Hi Koi Apna. Warna Saare Raqeeb Hotay Hain. Doulat-e-Zindagi Ke Khuwahish Hay. Log Kitnay Ghareeb Hotay Hain. Zakhm Hum Ko Jo Adda Kerte Hain. Wo Humare Hi Habeeb Hotay Hain. Hum Ko Dushman Samhaj Rahe Hain Jo. Wohi Dil Kay Kareeb Hotay Hain. Dilon Mein Dard Chupaney Waley. Subscribe to: Posts (Atom).

shashank-jain.com shashank-jain.com

www.shashank-jain.com

shashank-khandelwal.blogspot.com shashank-khandelwal.blogspot.com

For Performance Engineers

Wednesday, June 4, 2014. Access S3 files meta data and other details using Python Boto using Assume Role. Here is the code. From boto.sts import STSConnection. From boto.s3.connection import S3Connection. From boto.s3.key import Key. Sts connection = STSConnection(). AssumedRoleObject = sts connection.assume role(. Role arn="arn:aws:iam: 0000000000:role/xxxx/xxxx-yyyy-zzz",. S3 connection = S3Connection(. Aws access key id=assumedRoleObject.credentials.access key,. For file in files:. So your init method...

shashank-kulkarni.blogspot.com shashank-kulkarni.blogspot.com

Intellectus Acturi

Pilani, Rajasthan, India. I am an engineering student currently pursuing an undergraduate degree in Electronics and Instrumentation from BITS Pilani, Pilani campus. My hobbies are reading novels- fiction and non-fiction alike, playing and watching football, dabbling with new software and going through blogs. I love reading Electronics For You. It has helped me a lot in my college life. And sometimes, people around me. Hope you find this blog useful. Thank you. View my complete profile. But what you are o...

shashank-mukta.8k.com shashank-mukta.8k.com

Sanemi.Com - Home

Would you like to make this site your homepage? It's fast and easy. Yes, Please make this my home page! Don't show this to me again. Welcome to my Website. I am a Buzzy toddler who keeps my Momma n Dadda busy all day. Please feel free to browse around. You will find a lot of pictures on this website. There are pictures here even before I was born. We had the bash at our Apartment Clubhouse. Check out the pictures on the Photo Link. You can also see some of my recent pictures on the More Photos Link.

shashank-saini.blogspot.com shashank-saini.blogspot.com

My Views My Ideas

My Views My Ideas. Finally I started my Blog. Here I will be putting down my version of the events. My reactions, my views, my vantage point for different things happening around. I hope you guys like it. Monday, April 25, 2011. He met a random girl in a totally hostile environment and He was thinking how can one decide about his or her life in one animated meeting. He liked that random girl in the first meeting! But still it was just a five minutes meeting. His friends called him crazy. Oye itna na piii!

shashank-singh.info shashank-singh.info

Shashank Singh

Welcome, I am Shashank Singh. Electronics and communication Engineering. Feel free to contact me. I was born on 15 August 1989 , started up my elementry schooling in Stepping Stones, Dehradun. Continued the education at Cambrian Hall, Dehradun. And eventually concluded with my high school education at Somerville School, Noida. Followed it by taking up Bachelor's of Technolgy. Programe with specialization in Electronics and Communication.

shashank-srikant.github.io shashank-srikant.github.io

Shashank Srikant

Shashank Srikant - Shashank Srikant webpage. I am a senior research engineer at Aspiring Minds' research lab. I have worked extensively on building systems involving machine learning, program analysis, natural language processing and have written software which has served thousands of end-users. Nitin Gupta's interview on ML India is out! There's a cool workshop he's organizing. Over the weekend of 17 December. Won't be able to make it. Our work on data science for kids is accepted at SIGCSE '17! Microso...