Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example-src #1

Open
wants to merge 529 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
529 commits
Select commit Hold shift + click to select a range
589569b
issue 504: Store relative filenames in METADATA
Aug 28, 2010
a073f7a
issue 440: Renamed CellFlag to KeyFlag; Renamed put_ methods to offer_
Aug 30, 2010
d6eea7b
issue 501: Made Capistrano "upgrade" task first verify that upgrade i…
Aug 31, 2010
ecefbe9
Fixed string encoding/decoding problem in Java code
Sep 5, 2010
f2f909e
Hypertable Monitoring web interface using sinatra
Jul 9, 2010
69be959
exception handling
Jul 19, 2010
e611c2a
deleted log file
Jul 19, 2010
2250de7
deleted backup files
Jul 19, 2010
bfc6794
enable logging
Jul 19, 2010
2d42448
changes to css and page showing summary
Aug 26, 2010
2dc2ca2
logo and css changes
Aug 31, 2010
41f1c75
method to return graph image data
Aug 31, 2010
a495221
changes to stats parser due to changes in table_stats.txt
Sep 1, 2010
3e29224
bug fixes monitoring ui
Sep 2, 2010
8945aea
Made changes to print out ProxyMap to text file to be used for the Mo…
sjhalaz Sep 2, 2010
65482e2
Modified start and stop scripts for Monitoring UI
sjhalaz Sep 3, 2010
6150baa
changes to sort and range server ip mapping
Sep 7, 2010
5635cd9
Moving Vince's Monitoring code to contrib section.
sjhalaz Sep 7, 2010
15d4ac7
changes to dir structure
Sep 7, 2010
9a9cbab
added RS links on rangeservers page
Sep 7, 2010
12770e8
bugs
Sep 8, 2010
9848162
label changes sort order for table_stats
Sep 8, 2010
244a492
removing console.log from graph.js
Sep 8, 2010
8d02e37
graph bar onclick takes to detailed graphs pagea
Sep 8, 2010
10b6472
mismatched img tag in layout.erb
Sep 8, 2010
562a318
Changed ThriftBroker Namespace ids from random 64bit int to sequential.
sjhalaz Sep 8, 2010
63e965e
Updated location of monitoring UI code.
sjhalaz Sep 7, 2010
558a562
Modified capfile to start and stop monitoring server on master.
sjhalaz Sep 8, 2010
41b16b4
More thrift API change put_ -> offer_
Sep 8, 2010
0a212cb
Updated for 0.9.4.0 release
Sep 8, 2010
0c88592
Fixed a few small bugs that turned up during testing
Sep 8, 2010
239b1ce
Minor fixes to Monitoring UI.
sjhalaz Sep 8, 2010
a670508
bug
Sep 8, 2010
62743a3
changes to graphs page title , added trendnan option graph.rb
Sep 8, 2010
7923c33
Minor change to example.
sjhalaz Sep 9, 2010
7979e57
Minor documentation fix.
sjhalaz Sep 10, 2010
045a14a
Removed generated intermediate test files accidentally checked in
Sep 10, 2010
46a78e4
Fixed bugs in Hive extension introduced by thrift 0.4.0 byte[] -> Byt…
sjhalaz Sep 15, 2010
db18abe
Modified Monitoring UI start/stop scripts.
sjhalaz Sep 21, 2010
95ee76b
using thin server now, fixed config.yml data dir issue, added progres…
Sep 21, 2010
d7d896d
changes to config.yml
Sep 21, 2010
1f6b0bf
Removed config.yml.in Changes to start script.
sjhalaz Sep 21, 2010
1affcca
shell script changes
Sep 22, 2010
02ca72c
Monitoring README fix.
sjhalaz Sep 22, 2010
35c6357
issue 516: fixed Table::get_name()
Sep 23, 2010
b238001
Updated for 0.9.4.1 release
Sep 23, 2010
e0dc9f6
Improved error message in shell when namespace not open
Sep 23, 2010
467a35a
Added bytes read/written stats to table view
Sep 23, 2010
239c0cf
Upgraded to Thrift 0.5.0
Oct 7, 2010
378a3cc
Fixed ThriftBroker crash when opening bad namespace
Oct 7, 2010
7b3b8f4
issue 515: prevent PHP error reporting from being enabled uncondition…
Oct 8, 2010
8ce7e5b
issue 517: compilation problem with VERSION constant in CommHeader
Oct 8, 2010
897c800
issue 518: Trim whitespace to avoid HqlParser error
Oct 8, 2010
a66e4b9
Added COUNTER type column family.
sjhalaz Oct 6, 2010
24429a3
Added clean task as dependency to jar task.
sjhalaz Oct 8, 2010
c89b7e9
Made changes to convert counters to ASCII in FillScanBlock instead of…
sjhalaz Oct 10, 2010
be2aabc
Fixed problem with IF EXISTS option to DROP NAMESPACE
Oct 11, 2010
54730d2
Updated PerformanceTest added support for increment
Oct 12, 2010
35de06c
Added support for counter reset (=n); added counter documentation
Oct 12, 2010
145a803
Added optimization to increment CellCache counter in place
Oct 13, 2010
f32e48c
Fixed COUNTER recovery problem; Set default Scanner.Ttl timeout to ~3…
Oct 17, 2010
3c4cdb4
Read and set timeout for thriftbroker
andreasthalmann Oct 18, 2010
ca54db1
Make use of existing Common/endian-c.h
andreasthalmann Oct 20, 2010
53dd20b
Support for cell flags (FLAG_INSERT, FLAG_DELETE_*) in thrift seriali…
andreasthalmann Oct 20, 2010
19fbcd4
Pulling in Trent's fix for null values in TextTableInputFormat and In…
sjhalaz Oct 21, 2010
20a9224
Added missing rrd dependencies to packages
Oct 23, 2010
8eedc7b
Added resolution param to rrd page
Oct 24, 2010
c2a38cc
Fixed potential deadlock in periodic mutator code path.
sjhalaz Oct 23, 2010
3749ade
Added resolution param to rrd page
Oct 24, 2010
bf4cf1a
issues with config
Oct 25, 2010
f46807a
issues with config
Oct 25, 2010
ffffcd9
check for negative resolution
Oct 25, 2010
d4e9dbb
Updated for 0.9.4.2 release
Oct 26, 2010
27fe323
Crash fixed
andreasthalmann Oct 27, 2010
a5de662
Fixed error in CREATE NAMESPACE documentation
Nov 1, 2010
24d1ba3
Added dependency & cmake check for RE2 regex library.
sjhalaz Oct 22, 2010
1d9f846
Added API support for row, value and column qualifier regexps.
sjhalaz Oct 27, 2010
6174460
Added regex filtering logic to MergeScanner.
sjhalaz Oct 28, 2010
e400468
Added RE2 dependency to PackageHelper
sjhalaz Nov 3, 2010
3ac1e67
Added group commit
Nov 3, 2010
fa7d39b
Hypertable.DataDirectory (Hypertable data directory root) configurati…
andreasthalmann Nov 3, 2010
4a9c7cc
Close open file handles before delete file
andreasthalmann Nov 3, 2010
8770636
Crash fixed (happens for MutatorNoLogSyncTest)
andreasthalmann Nov 3, 2010
5e30874
Lazy fix for issue 530
andreasthalmann Nov 3, 2010
22c4f32
Added instrumentation to group-commit tests; Fixed TestHarness
Nov 3, 2010
a3203fd
Added parallel INCR test to PerformanceTest; Increased ThriftBroker t…
Nov 7, 2010
a65e85d
Toplevel directory added
andreasthalmann Nov 6, 2010
742da66
Fixed bug in SerializedCellsReader; Added more test scripts
Nov 9, 2010
6acca0f
MetaKeyBuilder crash fixed
andreasthalmann Nov 8, 2010
5ad8363
Fixed problems in MetalogRangeServer and FileBlockCache tests (Andy T…
Nov 9, 2010
f8c1251
Evaluate --hyperspace host:port argument
andreasthalmann Nov 6, 2010
efcc737
Fixed bug in AsyncComm poll() mode
Nov 9, 2010
69991e4
Got rid of spurious "Connection refused" error messages
Nov 9, 2010
155f7d9
Decreased default bucket count to 20 for DUMP TABLE
Nov 10, 2010
f2f3de3
issue 247: Added methods to RangeServerClient that accept Timer
Nov 10, 2010
d797fc1
issue 534: Made RangeLocator thread-safe
Nov 10, 2010
d44012b
Added retry logic to LiveFileTracker::update_file_column.
sjhalaz Nov 3, 2010
76066ba
Updated more docs with regexp filtering info.
sjhalaz Nov 4, 2010
46c8cdd
Added the ability to set multiple column qualifier filters for a give…
sjhalaz Nov 9, 2010
5bcc2e7
Added support for filtering by qualified column and remove restrictio…
sjhalaz Nov 8, 2010
67824ef
Added more documentation about how to LOAD DATA INFILE from stdin
Nov 13, 2010
5be140f
Changed regexp members of ScanSpec to use memory arena
Nov 13, 2010
3b45a11
Fixed unprotected access to Range stats data
Nov 13, 2010
911c48e
Added code to catch BAD HEADER LENGTH exception in IOHandlerDatagram
Nov 13, 2010
110f002
Modified Capfiles to start ThriftBroker on master
Nov 13, 2010
2d25ae0
Updated for 0.9.4.3 release
Nov 13, 2010
e823fd4
Fixed performance regression in ScanContext by using set instead of h…
sjhalaz Nov 14, 2010
283f1a0
Improved Master handling of already assigned location in register_server
Nov 15, 2010
d48b0f4
Fixed bug in Hyperspace caused by Reactor thread directly calling Ber…
sjhalaz Nov 15, 2010
117a391
Removed DfsBroker.Host from default hypertable.cfg; Cleaned up DFS Po…
Nov 17, 2010
8804571
Cleaned up SELECT [CELLS] Hql command.
sjhalaz Nov 18, 2010
29bfd3c
Added script to compare test runs times and detect potential performa…
sjhalaz Nov 18, 2010
e6c8d5b
Added optimization for row and qualifier regex matching.
sjhalaz Nov 20, 2010
84b49a1
Added regexp filtering to DUMP TABLE command.
sjhalaz Nov 20, 2010
7697fac
Added StrictHostKeyChecking=no to rsync
Nov 21, 2010
274171a
Fixed syntax error recently intoduced into Ceph broker code
Nov 22, 2010
7172b12
Include sub entries for get_listing/NamespaceListing, readdir_attr/Di…
andreasthalmann Nov 16, 2010
42ad9b2
Recursivly option added to the hyperspace readdirattr command
andreasthalmann Nov 17, 2010
03e336e
Recursive option added to the hyperspace readdirattr command
andreasthalmann Nov 20, 2010
7f1fdb7
Support empty qualifier filtering
andreasthalmann Nov 23, 2010
92cc318
Assignment operator added
andreasthalmann Nov 25, 2010
ff79cd3
Redirect thrift output to HT logger
andreasthalmann Nov 11, 2010
65dedf1
Added prepend_md5 tool
Dec 2, 2010
0a793e3
cleanup has been added
andreasthalmann Dec 8, 2010
3be43c0
Fixed bad memory reference in RangeServer::FillScanBlock
Dec 13, 2010
f5b1d5e
Allow NULL strings to be passed into FlyweightString
Dec 13, 2010
4ee3c80
Check for zero-lengthed row and skip in LoadDataSource
Dec 13, 2010
472acdd
Monitoring overhaul part 1
Dec 15, 2010
e5d2f69
Fixed monitoring stats; fixed JSON output for RS summary
Dec 15, 2010
6d25152
Added resolution param to rrd page
Oct 24, 2010
91a7e2d
issues with config
Oct 25, 2010
6031c1d
check for negative resolution
Oct 25, 2010
cdbe0e4
Scan and filter rows has been implemented (Issue 525)
andreasthalmann Dec 8, 2010
7c372a8
Optimization for scan and filter rows
andreasthalmann Dec 10, 2010
334834c
Logic changed to setup row intervals in case of scan and filter rows
andreasthalmann Dec 14, 2010
66701c7
HQL scan and filter rows option added
andreasthalmann Dec 15, 2010
f06ecd9
Destroy comm has been fixed
andreasthalmann Dec 15, 2010
f68e857
changes to use new rangeserver summary data
Dec 23, 2010
824883e
Merge branch 'topic/monitoring' of github.com:defun/hypertable into t…
Dec 23, 2010
acf930a
new rangeserver stats
Dec 23, 2010
eb6baad
Monitoring overhaul part 1
Dec 15, 2010
4c0ab2a
Fixed monitoring stats; fixed JSON output for RS summary
Dec 15, 2010
5cdd211
Merge remote branch 'harsha/topic/monitoring' into topic/monitoring
Dec 23, 2010
1bddc2a
Added MML
Dec 16, 2010
cd72a8c
Renamed Master::report_split() to Master::move_range()
Dec 20, 2010
1b5561b
Fixed revision number problem in CommitLogReader with link entries
Dec 23, 2010
616f7e1
Added disk_used, disk_estimate, and compression_ratio to StatsTable
Dec 23, 2010
dcca6f1
Config property "Hypertable.RangeServer.LowMemoryLimit.Percentage" ha…
andreasthalmann Dec 21, 2010
4c1f2f1
Added sys/RS_METRICS
Dec 25, 2010
73559db
Scan and filter rows fix and optimization
andreasthalmann Dec 24, 2010
b9d7c7a
Do not reduce the limit below the minimum
andreasthalmann Dec 24, 2010
908f728
Fixed recently introduced "bad ProxyName" problem
Dec 27, 2010
70b49d7
Use "scanned" cells/bytes for load metrics; Added paging info to load…
Dec 27, 2010
0c181c6
Added Hyperspace::Session::open() method with no callback; code cleanup
Dec 28, 2010
695c455
Added RangeServer::relinquish_range() (with RSML update code stubbed …
Dec 28, 2010
d92bd7c
issue 531: Fixed bug in load_generator that caused intermittent drop …
Dec 29, 2010
4ecabbc
Fixed some stats gathering issues discovered in sys/RS_METRICS
Dec 30, 2010
9a558c6
Changed DfsBroker.Local.DirectIO default to false
Jan 6, 2011
f20a804
Fixed race cond in drop_table; Fixed RangeServer::update bug
Jan 6, 2011
ba6a416
Fixed deadlocks uncovered recently
Jan 9, 2011
4f7cfef
Fixed excessive maintenance scheduling during low memory condition
Jan 11, 2011
4246aed
issue 547: Found and fixed more race conditions
Jan 11, 2011
4964f38
Fixed rare bug that caused root range corruption
Jan 12, 2011
cc4c4e7
Changed RangeServerMetaLog to garbage collect entries during recovery.
sjhalaz Dec 25, 2010
9e71fff
Added MoveStart and MoveDone RSML entries.
sjhalaz Dec 27, 2010
0ec2413
Changed MasterMetaLog to garbage collect entries during recovery.
sjhalaz Dec 27, 2010
96c08e2
Added code for additional MML entries.
sjhalaz Dec 28, 2010
4faf239
Made changes to BalanceStarted/Done and RangeMoveLoaded/Acknowledged …
sjhalaz Dec 28, 2010
7ee7070
Renamed MoveStart and MoveDone RSML operations to RelinquishStart and…
sjhalaz Dec 29, 2010
4a4cf93
Fixed bugs related to MasterGc and live file tracking
Jan 14, 2011
6bce01f
[Issue 551] Upgraded to QuickLZ 1.5
sjhalaz Jan 12, 2011
eb117b7
issue 545: Reduced random-write-read test to 1/5 the size
Jan 14, 2011
2f657ed
issue 553: Schema HQL render wrap table name in quotes if necessary
Jan 14, 2011
8863cdb
issue 544: Set default RangeServer memory limit to 50%
Jan 14, 2011
bfe787c
issue 542: Only write last-dfs file if it doesn't exist
Jan 14, 2011
f55ba24
issue 537: Fixed RangeServer shutdown hang
Jan 15, 2011
a1974ed
[Issue 505] Client-no-log-sync regression failure
sjhalaz Jan 12, 2011
ded4a42
issue 552: Ensure Hyperspace handles get closed; Naming cleanup
Jan 15, 2011
b2de1fa
issue 559: Prevent transfer log from getting linked in twice
Jan 17, 2011
153c860
Added Hypertable.RangeServer.CellStore.SkipNotFound
Jan 21, 2011
849e08e
MetaLog overhaul
Feb 3, 2011
479bef9
bunch of changes to Monitoring
Feb 3, 2011
97440f8
issue 563: fixed METADATA split test
Feb 6, 2011
5629468
Fixed minor monitoring/stats gathering bugs
Feb 8, 2011
cc7d5bd
added table names to json , removing unnecessary code
Feb 8, 2011
29c3e6a
Fixed bugs caught by Andy Thalmann (ScanContext copy ctor bug)
Feb 11, 2011
5eab1f0
Fixes to monitoring & stats gathering
Feb 11, 2011
e9fce69
bunch of changes to Monitoring
Feb 3, 2011
7471981
added invalidate methods for table name changes
Feb 12, 2011
6950f37
Updated clean-database.sh script to reflect new rsml backup location
Feb 14, 2011
65506ce
Monitoring UI Changes, Sorting options for stats summary
Feb 15, 2011
09d05a7
Merge remote branch 'harsha/topic/monitoring' into v0.9.5
Feb 15, 2011
684aa97
"changes to header labels"
Feb 16, 2011
2c63ebd
"changes to header labels"
Feb 16, 2011
a4348b4
Got rid of read_ids flag in Schema parse API
Feb 17, 2011
f0cb9ab
Added file_count to StatsTable; Fixed compression ratio computation
Feb 21, 2011
8120c6d
Merge branch 'topic/monitoring' of github.com:defun/hypertable into t…
Feb 22, 2011
bac5a64
added new column to table stats
Feb 22, 2011
f79c03f
Added CellStoreV5; Monitoring system improvements (avg. key & value s…
Mar 6, 2011
aa19442
Fixed incorrect CellStoreTrailerV5 version check caught by assert
Mar 6, 2011
87481ae
issue 552: Ensure Hyperspace handles get closed; Naming cleanup
Jan 15, 2011
ac2403a
Fixed a bug that was causing the METADATA-split-recovery test to fail…
sjhalaz Feb 25, 2011
7db5eae
Implemented changes to C++ and Thrift clients to support asynchronous…
sjhalaz Jan 24, 2011
dee0293
Performance and functional bug fixes to TableScanner class.
sjhalaz Feb 20, 2011
f2fb46d
Added regression tests and bug fixes for Future API.
sjhalaz Mar 5, 2011
9c96bfa
Added list of replaced files to CellStoreV5.
sjhalaz Feb 19, 2011
952714e
Fixed bug in monitoring system that was calculating buggy Cell and By…
sjhalaz Mar 9, 2011
6e9aa54
Master overhaul
Mar 11, 2011
68c26ab
[Issue 577] RangeServer::commit_log_sync should respect group commi…
sjhalaz Mar 11, 2011
c518cea
Fixed a bunch of minor issues.
sjhalaz Mar 11, 2011
3b788d0
Create <data dir>/run folder if required
andreasthalmann Jan 20, 2011
114df71
Close cell store file before removing directory
andreasthalmann Mar 6, 2011
b489168
added start_time,end_time as http query params
Mar 12, 2011
70403a5
Minor fix to dot jpg file generation.
sjhalaz Mar 12, 2011
c35d5d4
Fixed monitoring server initialization problem
Mar 12, 2011
2e4de2a
Added two-phase master requests
Mar 14, 2011
61c374f
Fixed soft_limit regression
Mar 14, 2011
7a2089a
Fixed hyperspace-reconnect test
Mar 14, 2011
7b048b0
Added ht_master_client shell program with shutdown command
Mar 14, 2011
5a8fd86
[Issue 578] Deadlock in async scanner. Fixed
sjhalaz Mar 14, 2011
95796d3
Added needs_compaction flag to RangeServer::load_range method.
sjhalaz Mar 14, 2011
47621ce
Fixed deadlock in TableScannerAsync code.
sjhalaz Mar 14, 2011
85ca3e9
Added regression tests for stopping synchronous and asynchronous scan…
sjhalaz Mar 15, 2011
57c2d4a
[Issue 579] metalog backup verification causing intermittent test fa…
sjhalaz Mar 16, 2011
bf9ceaf
Added delete_count to CellStoreV5Trailer which stores the number of d…
sjhalaz Mar 16, 2011
f26c46e
Upgraded to Thrift 0.6.0
sjhalaz Mar 16, 2011
2a72423
Added MasterClient-TransparentFailover test; fix bugs that turned up
Mar 17, 2011
332918f
Fixed some bugs in new code
Mar 17, 2011
5a5990b
Fixed data loss bug - made CommitLog close synchronous; fixed async s…
Mar 21, 2011
0387e51
Added METADATA-split master failover tests
Mar 21, 2011
8a56690
Fixed deadlock in ResponseManager
Mar 21, 2011
19b9930
Cleaned up prune threshold limits; Got rid of warnings
Mar 21, 2011
d5c20df
Cleaned up prune threshold limits; Got rid of warnings
Mar 21, 2011
39133e8
Upgraded version number to 0.9.5.0
Mar 21, 2011
88e6a8b
Merge branch 'v0.9.5' of ssh://scm.hypertable.org/pub/repos/hypertabl…
Mar 22, 2011
d789d77
Upgraded to Hadoop CDH3B4
Mar 22, 2011
b643d0c
Fixed warnings
Mar 22, 2011
94bc44b
Fixed intermittent test failues due to exit(); Got rid of valgrind wa…
Mar 22, 2011
0068b7a
Added VERSION_MISC_SUFFIX to version string for 0.9.5.0.pre release.
sjhalaz Mar 22, 2011
cc1c61e
Fixed scanner bug where once a scan was cancelled scanners were being…
sjhalaz Mar 22, 2011
f40dce0
Updated CHANGES file for 0.9.5.0.pre release
Mar 23, 2011
5913f4e
Fixed RangeServerConnection state persistence problem
Mar 23, 2011
b308ac8
Fixed shutdown order sequence
Mar 24, 2011
7c35121
if on startup MML is empty and /sys/METADATA exists, don't try to cre…
Mar 24, 2011
afc9e15
issue 585: Copy new METADATA.xml and RS_METRICS.xml in fhsize.sh
Mar 24, 2011
935dc07
Fixed bug in scanner logic.
sjhalaz Mar 23, 2011
6a9229c
Fixed deadlock in scanners.
sjhalaz Mar 24, 2011
48c8fa6
Fixed Master DispatchHandler outstanding tracking
Mar 24, 2011
ad684d4
Fixed bug in future_abrupt_end_test.
sjhalaz Mar 24, 2011
f337cd9
Fixed problem resulting from lost load acknowledge response
Mar 25, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
135 changes: 135 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,136 @@
*.pyc
.DS_Store
src/rb/Monitoring/log/*
src/rb/Monitoring/public/images/rs*.png
run/monitoring/copy_of*.txt
run/monitoring/rs*.rrd
run/monitoring/*stats.txt
/src/log/sinatra.log
/src/rb/HTMonitoring/app/views/graphs.erb.old
/src/rb/HTMonitoring/app/views/test.erb.old
/src/rb/HTMonitoring/app/public/graphimages/b_c_accesses_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_accesses_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_accesses_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_accesses_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_hits_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_hits_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_hits_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_hits_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_max_mem_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_max_mem_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_max_mem_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/b_c_max_mem_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_read_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_read_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_read_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_read_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_written_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_written_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_written_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/bytes_written_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/cells_read_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/cells_read_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/cells_read_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/cells_read_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/cells_written_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/cells_written_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/cells_written_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/cells_written_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/clock_mhz_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/clock_mhz_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/clock_mhz_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/clock_mhz_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/cpu_pct_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/cpu_pct_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/cpu_pct_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/cpu_pct_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/loadavg_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/loadavg_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/loadavg_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/loadavg_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/mem_total_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/mem_total_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/mem_total_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/mem_total_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/mem_used_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/mem_used_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/mem_used_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/mem_used_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/net_recv_KBps_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/net_recv_KBps_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/net_recv_KBps_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/net_sent_KBps_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/net_sent_KBps_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/net_sent_KBps_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/net_sent_KBps_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/num_cores_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/num_cores_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/num_cores_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/num_cores_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/num_ranges_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/num_ranges_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/num_ranges_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/num_ranges_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/percent_mem_used_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/percent_mem_used_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/percent_mem_used_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/percent_mem_used_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/percent_query_cache_memory_used_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/percent_query_cache_memory_used_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/percent_query_cache_memory_used_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/percent_query_cache_memory_used_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_accesses_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_accesses_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_accesses_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_accesses_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_avail_mem_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_avail_mem_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_avail_mem_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_avail_mem_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_hits_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_hits_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_hits_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_hits_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_max_mem_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_max_mem_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_max_mem_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/q_c_max_mem_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/scans_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/scans_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/scans_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/scans_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/syncs_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/syncs_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/syncs_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/syncs_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/vm_resident_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/vm_resident_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/vm_resident_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/vm_resident_rs4.png
/src/rb/HTMonitoring/app/public/graphimages/vm_size_rs1.png
/src/rb/HTMonitoring/app/public/graphimages/vm_size_rs2.png
/src/rb/HTMonitoring/app/public/graphimages/vm_size_rs3.png
/src/rb/HTMonitoring/app/public/graphimages/vm_size_rs4.png
/src/rb/HTMonitoring/log/sinatra.log
/src/rb/HTMonitoring/app/config/#config.yml#
/src/rb/HTMonitoring/MonitoringServer.pid
/src/rb/HTMonitoring/app/views/#index.erb.old#
/src/rb/HTMonitoring/app/views/.#index.erb.old
/src/rb/HTMonitoring/app/views/index.erb.old
/src/rb/HTMonitoring/app/lib/graph_flymake.rb
/src/rb/Monitoring/app/views/#index.erb.old#
/src/rb/Monitoring/app/views/graphs.erb.old
/src/rb/Monitoring/app/views/index.erb.old
/src/rb/Monitoring/app/views/test.erb.old
/src/rb/Monitoring/app/config/#config.yml#
/src/rb/HTMonitoring/htmonitoring.rb
/src/rb/Monitoring/MonitoringServer.pid
/src/rb/Monitoring/app/config/thin.yml
/src/rb/Monitoring/app/views/semantic.cache
/src/rb/Monitoring/sinatra.log
/src/rb/Monitoring/app/lib/data/rrd_stat_flymake.rb
/src/cc/Hypertable/RangeServer/#MergeScanner.cc#
/src/rb/Monitoring/app/config/config.yml.in
/src/rb/Monitoring/test.log
/src/cc/Hypertable/Master/#RangeServerStatistics.h#
/src/rb/Monitoring/Monitoring
Loading