Posts tagged IT Ops

6 min Log Management

采用基于消息的方法进行日志记录

When you think about it, a log entry is really nothing more than a message that describes an event. 因此,采用基于消息的方法进行日志记录 利用消息传递技术是有意义的. 信息传递造成了松散 coupling that allows a logging system to be adaptable to the needs at hand and extensible over time. 理解标准日志体系结构 Typically, logging is implemented in an application using a logger [http://docs.oracle.com/javase/7/docs/api/java/util/log

5 min IT Ops

有效IT故障排除的6个最佳实践

系统监控和故障排除 [http://rtx.qfyx100.com/fundamentals/system-monitoring-and-troubleshooting/] can 这是一项耗时且令人沮丧的活动. 这对It人员来说并不罕见 spend hours finding and fixing a problem that could have been resolved in 10 minutes had better troubleshooting tools and processes been in place. Improving IT troubleshooting and monitoring doesn’t need to be an expensive undertaking. Many times it’s just a matter of implementing a few company-wide

5 min Log Management

3建立有效的日志管理策略的步骤

You’re on Call Duty. 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, and on and on. None of these messages matter to you. 你只要关掉手机,继续睡觉. The next day you go into the office only to find out that half the racks in your 数据中心离线

9 min InsightOps

3 Core Responsibilities for the Modern IT Operations Manager

在过去的好日子里,IT运营 [http://rtx.qfyx100.com/solutions/it-operations/] managers were responsible for maintaining the infrastructure, meeting service levels agreements, sticking to 预算,让员工满意. 生活并不容易,但至少还算容易 familiar. 你了解自己的硬件、软件和员工. You determined services levels based on what you could actually see and touch. You told people 该怎么做,他们做到了. 虽然IT被认为是昂贵的

7 min IT Ops

登录软件定义网络

Background This blog will give an overview of Software Defined Networks (SDN), present some suggestions for logging in an SDN and 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 min IT Ops

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. Since audits are rarely small projects, you’ll likely be working with others throughout the process. 做好你的特定角色的最好方法就是成为 在审计前做好准备. 简单地说,审计就是检查 来确定控件是否足够

4 min IT Ops

系统故障处理日志分析

Systems of all kinds create log data constantly and voluminously. In searching out the most compelling reasons to dig into and analyze such data, we compiled a 通常驱动此类活动的七个原因. In this blog post we 解决这7个问题中的第一个,包括: 1. System troubleshooting 2. 安全事件响应 3. Security troubleshooting 4. 性能故障诊断 5. 理解用户行为或活动 6. 遵守安全策略 7. Complianc

8 min IT Ops

根源与文化:伐木和电话费

Telephone systems were the Internet before there was an Internet. Think about it. 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. 亚历山大·格雷厄姆·贝尔(Alexander Graham Bell)的投资者希望这样. 所以他们给了他 the money. Thus, people who used the telephone system had to pay for it. So 从1877年开始,每个月都有

6 min IT Ops

结对编程礼仪的5条规则

我喜欢结对编程[http://en].wikipedia.org/wiki/Pair_programming]. I’ve 我断断续续地做了大约10年. 每当我进行结对编程时 the end of a session, I’ve always walked away a better developer than when I started. However, the practice can be expensive when the pair doing the programming are not efficient. 当两个程序员之间存在很多摩擦时 involved, costs can exceed double that of a single programmer trying to hash 事情就在他或她自己身上发生

2 min IT Ops

Java 8 -延迟参数计算

Overview “I will always choose a lazy person to do a difficult job. Because he will find 一个简单的方法”——比尔·盖茨 惰性求值是一种求值策略 [http://en.wikipedia.这将延迟评估 直到需要它的值为止. 与之相反的是渴望 evaluation, where an expression is evaluated as soon as it is bound to a variable.[wikipedia [http://en.wikipedia.org/wiki/Lazy_evaluation]] 像大多数命令式编程一样

4 min IT Ops

了解用户活动和行为的日志

Logging user activity is a great way to understand what users are doing, and how 他们正在使用网络和计算资源. Collecting data from the standpoint of a user identity or login is a great way to correlate all kinds of information, too, including client or workstation activity, network and server 访问和应用程序使用. 这提供了一个独特的机会来利用 Logentries’ [http://logentries.com/centralize-log-data-automatically/?le_trial = user_activity_and_behav

6 min IT Ops

关联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 undertaking. 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 将请求作为消息转发给消息代理. Then that message is 由酒店、航空公司消费

5 min IT Ops

The Generosity of Thought: Caring and Sharing in the Open Source Community

我想和你们分享一些非常神奇的东西. But, before I do, 请允许我提供背景故事. The Backstory I’ve been using Open Source Software (OSS) for a while now. I started with the 大的,Apache [http://apache].org/], Maven [http://maven].apache.org/], MySQL [http://www.mysql.com/], etc…. 但是,随着时间的推移,我的工作变得越来越 专业,我开始使用较小的项目. 当你使用大项目时 such as Maven and Apache, there’s a boatload of books, video

5 min IT Ops

解决表达式问题

If you look at any OO-based codebase of a nontrivial size, you’ll [hopefully] find well understood behavior formalized and 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 and a few of its implementations in the standard library: A receiving method which

3 min InsightOps

Announcing InsightOps - Pioneering Endpoint Visibility and Log Analytics

Our mission at Rapid7 is to solve complex security and IT challenges with 简单、创新的解决方案. 去年年底,Logentries加入了Rapid7大家庭 来帮助推动这项任务. Logentries技术本身 designed to reveal the power of log data to the world and had built a community of 50,000 users on the foundations of our real time, easy to use yet powerful 日志管理[http://www].qfyx100.com/fundamentals/what-is-log-management/)和 analytics engine. Today we are