6分钟
日志管理
采用基于消息的方法进行日志记录
When you think about it, a log entry is really nothing more than a message that
描述事件. 因此,采用基于消息的方法进行日志记录
利用消息传递技术是有意义的. 信息传递造成了松散
coupling that allows a logging system to be adaptable to the needs at h和 和
随时间扩展.
理解标准日志体系结构
Typically, logging is implemented in an application using a logger
[http://docs.甲骨文.com/javase/7/docs/api/java/util/log
5分钟
它行动
有效IT故障排除的6个最佳实践
系统监控和故障排除
[http://o9j.orkexpo.net/fundamentals/system-monitoring-和-troubleshooting/] can
这是一项耗时且令人沮丧的活动. 这对It人员来说并不罕见
spend hours finding 和 fixing a problem that could have been resolved in 10
minutes had better troubleshooting tools 和 processes been in place.
Improving IT troubleshooting 和 monitoring doesn’t need to be an expensive
事业. Many times it’s just a matter of implementing a few company-wide
5分钟
日志管理
3建立有效的日志管理策略的步骤
你在值班. You’re awoken in the middle of the night by your cell phone
在短信狂潮的阵痛中. 你从你的
company’s logging service: a record is being written to a database, code is
being executed, a new container is being spun up, 和 on 和 on. 这些都不是
信息对你很重要. 你只要关掉手机,继续睡觉.
The next day you go into the office only to find out that half the racks in your
数据中心离线
9分钟
InsightOps
3 Core Responsibilities for the Modern IT Operations 经理
在过去的好日子里,IT运营
[http://o9j.orkexpo.net/solutions/it-operations/] managers were responsible for
maintaining the infrastructure, meeting service levels agreements, sticking to
预算,让员工满意. 生活并不容易,但至少还算容易
熟悉. 你了解自己的硬件、软件和员工. 你决定
services levels based on what you could actually see 和 touch. 你告诉人们
该怎么做,他们做到了. 虽然IT被认为是昂贵的
7分钟
它行动
登录软件定义网络
Background
This blog will give an overview of Software Defined Networks (SDN), present some
suggestions for logging in an SDN 和 finally present an overview of some
我们正在做的关于SDN日志的研究工作.
If we consider a Software Defined Network (SDN) paradigm is a racetrack, SDN
控制器是赛车. 网络供应商,特别是那些在
telecommunication area such as Deutsche Telecom, Orange, Vodafone use their own
SDN controllers to manage the orchestration of their own equi
4分钟
它行动
Network Administrator’s Guide to Surviving an Audit: Preparation
Sooner or later, your organization will likely be the subject of an IT audit.
But as ominous as that sounds, it doesn’t have to be something to dread. If
you’re a network administrator, you’ll have a specific role in an audit. 自
audits are rarely small projects, you’ll likely be working with others
在整个过程中. 做好你的特定角色的最好方法就是成为
在审计前做好准备. 简单地说,审计就是检查
来确定控件是否足够
4分钟
它行动
系统故障处理日志分析
Systems of all kinds create log data constantly 和 voluminously. 在搜索
out the most compelling reasons to dig into 和 analyze such data, we compiled a
通常驱动此类活动的七个原因. 在这篇博文中,我们
解决这7个问题中的第一个,包括:
1. 系统故障排除
2. 安全事件响应
3. 安全故障排除
4. 性能故障诊断
5. 理解用户行为或活动
6. 遵守安全策略
7. Complianc
8分钟
它行动
根源与文化:伐木和电话费
Telephone systems were the Internet before there was an Internet.
想想看.
By 1920 millions of people were exchanging data on a worldwide network using a
按需连接的设备. 听起来像互联网.
But unlike the current day Internet, the telephone system cost money to use.
亚历山大·格雷厄姆·贝尔(Alex和er Graham Bell)的投资者希望这样. 所以他们给了他
的钱. Thus, people who used the telephone system had to pay for it. So
从1877年开始,每个月都有
6分钟
它行动
结对编程礼仪的5条规则
我喜欢结对编程[http://en].维基百科.org/wiki/Pair_programming]. 我
我断断续续地做了大约10年. 每当我进行结对编程时
the end of a session, 我 always walked away a better developer than when I
开始.
However, the practice can be expensive when the pair doing the programming
效率不高. 当两个程序员之间存在很多摩擦时
involved, costs can exceed double that of a single programmer trying to hash
事情就在他或她自己身上发生
2分钟
它行动
Java 8 -延迟参数计算
概述
“我总是选择一个懒惰的人去做困难的工作。. 因为他会发现
一个简单的方法”——比尔·盖茨
惰性求值是一种求值策略
[http://en.维基百科.这将延迟评估
直到需要它的值为止. 与之相反的是渴望
evaluation, where an expression is evaluated as soon as it is bound to a
变量.(维基百科(http://en.维基百科.org/wiki/Lazy_evaluation]]
像大多数命令式编程一样
4分钟
它行动
了解用户活动和行为的日志
Logging user activity is a great way to underst和 what users are doing, 和 how
他们正在使用网络和计算资源. 从
st和point of a user identity or login is a great way to correlate all kinds of
information, too, including client or workstation activity, network 和 server
访问和应用程序使用. 这提供了一个独特的机会来利用
Logentries”
[http://logentries.com/centralize-log-data-automatically/?le_trial = user_activity_和_behav
6分钟
它行动
关联id的值
In the old days when transactional behavior happened in a single domain, in
step-by-step procedures, keeping track of request/response behavior was a simple
事业. However, today one request to a particular domain can involve a
myriad of subsequent asynchronous requests from the starting domain to others.
For example, you send a request to Expedia, but behind the scenes Expedia is
将请求作为消息转发给消息代理. 那么这个信息就是
由酒店、航空公司消费
5分钟
它行动
The Generosity of Thought: Caring 和 Sharing in the 开源 Community
I want to share something with you that is pretty amazing. 但在此之前,
请允许我提供背景故事.
背后的故事
我 been using 开源 Software (OSS) for a while now. 我从
大的,Apache [http://apache].org/], Maven [http://maven].apache.org/], MySQL
[http://www.mysql.com/],等等……. 但是,随着时间的推移,我的工作变得越来越
专业,我开始使用较小的项目. 当你使用大项目时
such as Maven 和 Apache, there’s a boatload of books, video
5分钟
它行动
解决表达式问题
If you look at any OO-based codebase of a nontrivial size, you’ll [hopefully]
find well understood behavior formalized 和 encapsulated through the effective
use of polymorphism- either via interfaces which decouple calling code from a
types’ implementation, or via sub typing to share code common to multiple types.
To take an example from a statically typed language like Java, let’s look at the
Map interface 和 a few of its implementations in the st和ard library:
一种接收方法
3分钟
InsightOps
Announcing InsightOps - Pioneering Endpoint Visibility 和 Log Analytics
Our mission at Rapid7 is to solve complex security 和 IT challenges with
简单、创新的解决方案. 去年年底,Logentries加入了Rapid7大家庭
来帮助推动这项任务. Logentries技术本身
designed to reveal the power of log data to the world 和 had built a community
of 50,000 users on the foundations of our real time, easy to use yet powerful
日志管理[http://www].orkexpo.net/fundamentals/what-is-log-management/)和
分析引擎.
今天我们是