понедельник, 13 октября 2014 г.

MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol.
IBM Launches an Appliance for the 'Internet of Things' OASIS: MQTT to Be the Protocol for the Internet of Things The IBM Message Site appliance can ingest up to 13 million MQTT messages per second

четверг, 9 октября 2014 г.

CA community


понедельник, 6 октября 2014 г.

R awesome!


  • CVSkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats. It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.
  • dplyr and pipes: the basics. The dplyr R package is awesome. Pipes from the magrittr R package are awesome. Put the two together and you have one of the most exciting things to happen to R in a long time.

среда, 1 октября 2014 г.

Новинки в мониторинге

http://www.evolven.com/
http://www.neebula.com/
http://www.bluestripe.com/
http://www.iquate.com/
http://www.prelert.com/
http://zyrion.com/
http://www.extrahop.com/
http://www.virtualizationpractice.com
http://www.serviceassurancedaily.com/


Почему BSM в классическом варианте лажа
I&O Execs: It's Time To Rediscover BSM
Business Service Management: Beyond 2012
Solution Guide: Application Performance Management



BlueStripe
Profile
The co-founders of BlueStripe are ex-CA Wily executives who brought a number of Wily
developers over to help create a new APM product. BlueStripe FactFinder is a new-generation
product (the company talks about APM 2.0) that is operations-friendly and targets the growing
need to manage transactions across multiple tiers and also identify where problems are located.
The real-time topology dependencies map discovers servers, networks, and linked devices.
Agents sit on servers and track transactions across multiple layers, including cloud and virtual
environments (the vendor quotes low agent overhead in region of 0.1% to 0.4%).
BlueStripe conducted an IT operations survey and found that respondents rated the (long) time it
takes to identify the cause of business-impacting outages and slowdowns as the number-one
issue. Reducing this delay is the key aim of the vendor, as well as addressing the needs of
operations staff to deal with issues without the delays ensued by appealing for assistance from
developers.
Administration is simple with one person sufficient to support over 100 servers. The tool integrates
with IBM Tivoli Application Dependency Discovery Manager, BMC Atrium, and HP Change and
Configuration Management Database. FactFinder's data is gathered from operating-system level
agents that monitor all TCP-connected processes on a given system, including all connection
activity, transaction performance, and underlying system resource utilization.

About Neebula
Neebula was founded in 2009 by leading industry veterans including Ariel Gordon, former CTO of BMC and Yuval Cohen, former GM of Marvell Software Solutions Israel. In founding Neebula, their goal was to resolve the IT management challenges that are caused by virtualization and cloud computing. Neebula's mission is to provide a new generation of Business Service Management (BSM) tools that are built by design to support real-time dynamic environments. Neebula's BSM software utilizes a unique service modeling technology that automates the process of service modeling and keeps the model up to date in real-time dynamic environments.
Read about Neebula at www.neebula.com
Contact Information: 
Ariel Gordon:
Ariel@neebula.com
+12128364803

Автообновление R

Upgrading to R 3.1.1 on Windows

If you are using Windows you can easily upgrade to the latest version of R using the installr package. Simply run the following code:
# installing/loading the latest installr package:
install.packages("installr"); require(installr) #load / install+load installr
 
updateR()
After running “updateR()”, the function will detect that R is available for you, and will download+install it (etc.).