References Linked together here !
Menu
Widgets
Social Links
Search
Skip to content
Home
Business
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
Uncategorized
Dribbble
Facebook
Flickr
Instagram
Pinterest
Tumblr
Twitter
RSS Feed
Sample Text
Unordered List
Search for:
Wednesday, August 31, 2016
Useful Linux Commands - Memory consumed by Processes - in ascending order
Use the below command to display nice view of all processes sort by consumed memory in descending order
Linux / Unix Shell Command :
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'
← Newer Posts
Older Posts →
Home
Popular Posts
IIS CPU Processor affinity Calculation Table
accepted http://www.iis.net/configreference/system.applicationhost/applicationpools/add/cpu smpProcessorA...
Suddenly PM2 Stopped working - Caught Error : "AssertionError: Resource leak detected"
Last night, We had an outage in one of our nodejs micro services. All the services were stopped working suddenly. Nodejs services are manag...
Amazon EFS ( Elastic File System) vs S3 vs Glacier
EFS EFS launched as Network storage device for EC2 Instances with unlimited storage and Pay for Use pricing model. Its Avail...
SFTP Server and Client
Terminologies Good resource on key terminalogies has been given in below link https://www.bitvise.com/public-keys-in-ssh https://www...
Apache Solr 5.1 Installation on Ubuntu 14
Install Java RunTime sudo apt-get -y install openjdk-7-jdk Download & Install Solr from dist directly. cd ~ mkdir solr su...
Useful Linux Commands - Memory consumed by Processes - in ascending order
Use the below command to display nice view of all processes sort by consumed memory in descending order Linux / Unix Shell Command : ps ...
Apache Solr - Installation on windows PC
For windows : Download Solr zip file from here Extract to a folder Make sure you have JRE > 1.7 Navigate to the extracted folder ...
How to set up Amazon S3 to publish Webfonts & overcome CORS Issue
How to set up Amazon S3 to publish Webfonts & overcome CORS Issue Go to the Bucket in Amazon S3 Console Select the Bucket ...
Recent Posts
Categories
Amazon AWS
Amazon EFS
Apache Solr
Linux
Nginx
S3
SFTP
Definition List
Text Widget
Blog Archive
Apr
(2)
Aug
(1)
May
(6)
Instagram
Pages
Home
Text Widget
www.amazier.com. Powered by
Blogger
.
About Me
thya
View my complete profile
Cloud Numbered Labels
Amazon AWS
Amazon EFS
Apache Solr
Linux
Nginx
S3
SFTP
Cloud Labels
Amazon AWS
Amazon EFS
Apache Solr
Linux
Nginx
S3
SFTP
Flickr
About
Like us
LATEST POSTS
IIS CPU Processor affinity Calculation Table
accepted http://www.iis.net/configreference/system.applicationhost/applicationpools/add/cpu smpProcessorA...
Suddenly PM2 Stopped working - Caught Error : "AssertionError: Resource leak detected"
Last night, We had an outage in one of our nodejs micro services. All the services were stopped working suddenly. Nodejs services are manag...
Amazon EFS ( Elastic File System) vs S3 vs Glacier
EFS EFS launched as Network storage device for EC2 Instances with unlimited storage and Pay for Use pricing model. Its Avail...
SFTP Server and Client
Terminologies Good resource on key terminalogies has been given in below link https://www.bitvise.com/public-keys-in-ssh https://www...
Apache Solr 5.1 Installation on Ubuntu 14
Install Java RunTime sudo apt-get -y install openjdk-7-jdk Download & Install Solr from dist directly. cd ~ mkdir solr su...
Useful Linux Commands - Memory consumed by Processes - in ascending order
Use the below command to display nice view of all processes sort by consumed memory in descending order Linux / Unix Shell Command : ps ...
Apache Solr - Installation on windows PC
For windows : Download Solr zip file from here Extract to a folder Make sure you have JRE > 1.7 Navigate to the extracted folder ...
How to set up Amazon S3 to publish Webfonts & overcome CORS Issue
How to set up Amazon S3 to publish Webfonts & overcome CORS Issue Go to the Bucket in Amazon S3 Console Select the Bucket ...