站内搜索
浏览量Top10
- linux多线程编程,你还在用sleep么?用pthread_cond_timedwait吧 - 1,342 views
- python中thread的setDaemon、join的用法 - 482 views
- 编译错误:ISO C++ forbids declaration of *** with no type - 456 views
- 关于linux文件读写的几个系统调用 - 445 views
- 单反如何拍月亮(满月) - 380 views
- [zz]windows宿主机,ubuntu虚拟机下的上网设置(有线网络和无线网络) - 358 views
- 网络编程的一些事 - 316 views
- shell ssh登陆后执行一段代码 - 291 views
- sstable入门阶段——HFile(version1)结构解析与c++读实现 - 267 views
- thrift网络传输模型 - 250 views
-
最近文章
分类
-
barrier C/C++ compile error DP free heap join kill make_heap malloc memcpy mmap network pop_heap pread pthread_cond_timedwait push_heap read readahead rm setDaemon shell signal singleton socket thread thrift vector wish 函数栈 动态规划 华表 卧佛寺 参数校验 域名 夜景 大裤衩 天安门 指针 枚举 游历 游戏 类型转换 返回值 面试 C/Cplusplus (14)
Help me (4)
linux (7)
NoSQL (1)
Programming language (1)
python (1)
shell (4)
web (1)
代码人生 (7)
分布式系统 (2)
摄影 (9)
操作系统 (1)
数据库 (1)
未分类 (3)
算法 (1)
编译问题与优化 (2)
网络 (1)
蛋疼系列 (8)
转载 (5)
随笔 (4)
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
splunk学习
摘要:如果管理着几百台机器,一天老板问:今天哪台机器宕机了?影响了多少个用户订单请求?是谁的代码?可能你需要使用splunk了。【未完,待续】
1 SPLUNK简介
1.1 什么是splunk
Splunk is software that indexes IT data from any application, server or network device that makes up your IT infrastructure. It’s a powerful and versatile search and analysis engine that lets you investigate, troubleshoot, monitor, alert, and report on everything that’s happening in your entire IT infrastructure from one location in real time.
简言之,Splunk索引log,根据log,检索查询某段时间内的系统状态。
[zz]windows宿主机,ubuntu虚拟机下的上网设置(有线网络和无线网络)
windows宿主机,ubuntu虚拟机下的上网设置(有线网络和无线网络)
http://hi.baidu.com/puppywst/blog/item/e5a99af6645c112bbd310951.html
继续阅读
sstable入门阶段——HFile(version1)结构解析与c++读实现
【摘要】最近学习了索引底层实现,多数系统如cassandra、HBase、BigTable以及其他分布式存储、查询系统的底层存储都采用SStable的思想。网上不少有用的资料(HFile: A Block-Indexed File Format to Store Sorted Key-Value Pairs),有开源的代码,比如HBase采用的HFile。我没有直接看源码,在阅读HFile文件组织图了解大概后,就草率的开始编码,事倍功半啊。改天再看开源的源码是怎么实现的吧。
继续阅读











