This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'chef/knife' | |
require 'chef/knife/base_vsphere_command' | |
# Set specific disk IOPS for an aattached disk to the VM | |
# VsphereVmdisklist extends the BaseVspherecommand | |
class Chef::Knife::VsphereVmDiskIops < Chef::Knife::BaseVsphereCommand | |
banner 'knife vsphere vm disk iops VMNAME DISKINDEX IOPS' | |
common_options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb | |
apt-get install fontconfig libxrender1 xfonts-75dpi xfonts-base | |
dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Links EOE: | |
I am adding some of my own: | |
Tuning beats: | |
https://www.elastic.co/blog/how-to-tune-elastic-beats-performance-a-practical-example-with-batch-size-worker-count-and-more | |
Tuning logstash: | |
https://www.elastic.co/guide/en/logstash/current/performance-tuning.html | |
Tuning Es for index: | |
https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-for-indexing-speed.html | |
Tuning Es for search: |
OlderNewer