More Technical Information Than You Can Handle. 
 

.
 

Save on Training in ASEAN and Australia/New Zealand

 

Now through 5 May you have two ways to save on training courses: Australia & New Zealand Save 15% on VMware Design and Deploy Courses Indonesia, Malaysia, Philippines, Singapore, Thailand, Vietnam Save 10% on our Advanced vSphere Classes

The post Save on Training in ASEAN and Australia/New Zealand appeared first on VMware Education & Certification Blog.

VMware
  Read More | Posted: January 29, 2017 | By: Wissen Schwamm  
 

KLM Customer Service Reps Avoid Turbulence in...

 

Delays can be excruciating when you’re trying to change a flight by chat, figure out a return policy online or get a retailer to answer your questions via Twitter. But that could soon change. A leading indicator: KLM Royal Dutch Airlines has become the first major consumer brand to deploy an AI-infused deep learning application. […]

The post KLM Customer Service Reps Avoid Turbulence in Social Media with AI Tool appeared first on The Official NVIDIA Blog.

NVIDIA
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Deliver the next generation workspace in your...

 

Join us for EUC Insights 2017 on March 7th, where …

Read More

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Why there’s more to a digital workplace...

 

What&#rsquo;s not to like about a digital workplace? Shiny new …

Read More

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Data Privacy in 2017: From Project to Priority

 
I remember the first time my personal data was hacked. Back in 2006, I received a startling letter saying my bank info may have been involved in a data breach. The bank kindly offered one free year of credit monitoring for my troubles. Nowadays, this story sounds archaic, more like my grandpa&#rsquo;s yarn about getting […]]>... VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

VMware Horizon Named Top in IDC Marketscape Report on

 

Download the report from the press release to find out why VMware scored on top in bothStrategies Capabilities categories. For the 2nd year in a row, VMware came out on top in Virtual Client Computing - ahead of both Citrix and Microsoft and amongst others. Now is the time to leverage this great momentum with […]

The post VMware Horizon Named Top in IDC Marketscape Report on Virtual Client Computing appeared first on Partner News.

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Data Privacy, IoT & AI Top of IT’s Mind...

 
Can you see my personal data? Tomorrow is Data Privacy Day, but with stricter regulations to meet, data privacy is on IT&#rsquo;s mind 365 days out of the year. Privacy-first, modern management helps IT answer end users, &#rsquo;We couldn&#rsquo;t see it even if we wanted to.&#rdquo; Read how privacy is built into VMware AirWatch. IoT […]]>... VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Top 5 Q&A: Getting More out of vSAN –...

 

In 2017, we kicked off Getting More Out of vSAN, an ongoing technical webcast series led by vSAN experts and designed to support you, our customers, with deployment and operation of vSAN. This webcast series is unique because of the interactive, live Q&A session at the end, where you can voice your concerns, provide feedback,

The post Top 5 Q&A: Getting More out of vSAN - Session 1 appeared first on Virtual Blocks.

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

Win an Amazon Echo Dot from VMware

 

Put your HIT knowledge to the test and be entered to win a new Amazon Echo Dot during our weekly random drawings. Here&#rsquo;s how to win: Follow us on Twitter (@VMwareHIT) Reply to our weekly question with the correct multiple choice answer Tag your response with the hashtag #HITJourney ***Only those with the correct answer […]

The post Win an Amazon Echo Dot from VMware appeared first on VMware for Healthcare IT.

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

NetApp SRA 4.0 for Site Recovery Manager

 

The other day I saw NetApp announced a new Storage Replication Adapter for VMware Site Recovery Manager so I reached out to my NetApp buddyChris Gebhardt for more details. Chris shared the following information so I thought I would pass it along. By Chris Gebhardt, Principle Technical Marketing Engineer at NetApp For those who may

The post NetApp SRA 4.0 for Site Recovery Manager appeared first on Virtual Blocks.

VMware
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
 

pgBadger v9.1 has been released

 

Paris, France - January 24th, 2017

pgBadger is a PostgreSQL performance analyzer, built for speed with fully detailed reports based on your PostgreSQL log files.

pgBadger 9.1 was released today, this is a maintenance release that fix some minor bugs. There is also a new report on error class distribution and some feature enhancements:

  • Add report of error class distribution when SQLState is available in the log_line_prefix (see %e placeholder).
  • Update SQL Beautifier to pgFormatter v1.6 code.
  • Improve error message normalization.
  • Add --normalized-only option to generate a text file containing all normalized queries found in a log with count.
  • Allow %c (session id) to replace %p (pid) as unique session id.
  • Add waiting for lock messages to event reports.
  • Add --start-monday option to start calendar weeks in Monday instead of default to Sunday.

Here are the complete list of changes:

  • Add report of error class distribution when SQLState is available in the log line prefix. Thanks to jacks33 for the feature request.
  • Fix incremental global index on resize. Thanks to clomdd for the report.
  • Fix command tag log_line_prefix placeholder %i to allow space character.
  • Fix --exclude-line options and removing of obsolete directory when retention is enabled and --noreport is used.
  • Fix typo in "vacuum activity table". Thanks to Nicolas Gollet for the patch.
  • Fix autovacuum report. Thanks to Nicolas Gollet for the patch.
  • Fix author of pgbadger's logo - Damien Cazeils and English in comments. Thanks to Thibaut Madelaine for the patch.
  • Add information about pgbouncer log format in the -f option. Thanks to clomdd for the report.
  • Add --normalized-only information in documentation.
  • Fix broken report of date-time introduced in previous patch.
  • Fix duration/query association when log_duration=on and log_statement=all. Thanks to Eric Jensen for the report.
  • Fix normalization of messages about advisory lock. Thanks to Thibaut Madelaine for the report.
  • Fix report of auto_explain output. Thanks to fch77700 for the report.
  • Fix unwanted log format auto detection with log entry from stdin. Thanks to Jesus Adolfo Parra for the report.
  • Add left open parentheses to the "stop" chars of regex to look for db client in the prefix to handle the PostgreSQL client string format that includes source port. Thanks to Jon Nelson for the patch.
  • Fix some spelling errors. Thanks to Jon Nelson for the patch.
  • Allow %c (session id) to replace %p (pid) as unique session id. Thanks to Jerryliuk for the report.
  • Allow pgBadger to parse default log_line_prefix that will be probably used in 10.0: '%m [%p] '
  • Fix missing first line with interpreter call.
  • Fix missing Avg values in CSV report. Thanks to Yosuke Tomita for the report.
  • Fix error message in autodetect_format() method.
  • Add --start-monday option to start calendar weeks in Monday instead of default to Sunday. Thanks to Joosep Mae for the feature request.
  • Fix --histo-average option. Thanks to Yves Martin for the report.
  • Remove plural form of --ssh-option in documentation. Thanks to mark-a-s for the report.
  • Fix --exclude-time filter and rewrite code to skip unwanted line as well code to update the progress bar. Thanks to Michael Chesterton for the report.
  • Fix support to %r placeholder in prefix instead of %h.

Links & Credits

DALIBO would like to thank the developers who submitted patches and the users who reported bugs and feature requests.

pgBadger is an open project. Any contribution to build a better tool is welcome. You just have to send your ideas, features requests or patches using the GitHub tools or directly on our mailing list.

Links :

  • Download : https://github.com/dalibo/pgbadger/releases/
  • Mailing List : https://groups.google.com/forum/?hl=fr#!forum/pgbadger (pgbadger@googlegroups.com)

About pgBadger :

pgBagder is a new generation log analyzer for PostgreSQL, created by Gilles Darold (also author of ora2pg, the powerful migration tool). pgBadger is a fast and easy tool to analyze your SQL traffic and create HTML5 reports with dynamics graphs. pgBadger is the perfect tool to understand the behavior of your PostgreSQL servers and identify which SQL queries need to be optimized.

Docs, Download & Demo at http://dalibo.github.io/pgbadger/


About DALIBO :

DALIBO is the leading PostgreSQL company in France, providing support, trainings and consulting to its customers since 2005. The company contributes to the PostgreSQL community in various ways, including : code, articles, translations, free conferences and workshops

Check out DALIBO's open source projects at http://dalibo.github.io

PostgreSQL-Press
  Read More | Posted: January 27, 2017 | By: Wissen Schwamm  
  News Archive  
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31