Commit Graph

30 Commits

Author SHA1 Message Date
Matt Wells
e92aefebcf only add docs indexed stats on host #0 statsdb 2015-09-02 13:56:25 -07:00
Zak Betz
e252dfb088 Add docs per second stat.
Fix auto update on statsdb graph.
Add Stat toggles for statsdb graph.
Add a unit test for indexing an array in metadata.
2015-08-22 12:05:20 -06:00
mwells
87285ba3cd use gbmemcpy not memcpy so we can get profiler working again
since memcpy can't be interrupted and backtrace() called.
2015-01-13 12:25:42 -07:00
Matt Wells
2fd511f002 updates 2014-12-16 17:09:25 -08:00
Matt Wells
6b2e714964 try to fix core when generating statsdb graph 2014-12-10 11:01:50 -08:00
Matt
4e8a42e024 text replacements for bad int32_t substitutions 2014-11-17 18:24:38 -08:00
Matt
931a1c4bc6 good checkpoint. quite a few fixes. 2014-11-17 18:13:36 -08:00
Matt
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
Matt Wells
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
Matt Wells
7a213057ad fix graph window some 2014-09-17 06:23:49 -07:00
Matt Wells
27e8e810d2 use collnum instead of coll string.
more stable since resetting collections
keeps string the same but changes the collnum.
2014-03-06 15:48:11 -08:00
Matt Wells
04b0650301 formatting 2014-01-19 12:37:37 -08:00
Matt Wells
4606e88721 code cleanups.
xmldoc::injectDoc(), and it'll
add a SpiderRequest as well.
better collectiondb init code.
2014-01-18 21:19:26 -08:00
mwells
82494baa89 move CollectionRec stuff into Collectiondb files
for simplicity.
2013-12-10 15:28:04 -08:00
Matt Wells
5e4b5a112c Merge branch 'master' into diffbot
Conflicts:

	PageResults.cpp
	Threads.cpp
	XmlDoc.cpp
	XmlDoc.h
2013-12-07 11:34:26 -07:00
Matt Wells
c50ef1954f show admin controls on serps if ip is local.
fixed up the "reindex" page for deleting/reindexing
search results for a given query.
2013-12-06 09:48:30 -07:00
Matt Wells
43e40208b8 Merge branch 'master' into diffbot
Conflicts:
	SafeBuf.cpp
	SafeBuf.h
	SearchInput.cpp
	XmlDoc.cpp
2013-11-20 15:51:58 -08:00
Matt Wells
cbc1303a2a make performance table taller. we are losing
graphical data still.
2013-11-20 10:10:40 -07:00
mwells
46a683a904 label the bigger safebuf chunks of mem
so we can see a better breakdown of mem
on the stats page, not just a big "SafeBuf"
allocation.
2013-11-19 23:53:40 -07:00
Matt Wells
fc17521697 Merge branch 'master' into diffbot
Conflicts:
	Hostdb.cpp
	Makefile
	PageResults.cpp
	PageRoot.cpp
	Pages.cpp
	Rdb.cpp
	SearchInput.cpp
	SearchInput.h
	Spider.cpp
	Spider.h
	XmlDoc.cpp
2013-10-16 14:28:42 -07:00
mwells
12bff1e9b0 fix potential problem of tons of points in
our statsdb div graph. use hashtable to dedup
points and save from printing out too many <div>
tags.
2013-10-14 22:52:29 -07:00
mwells
0096877127 fix "statsdb" graph so it seems to work
now.
2013-10-14 22:31:00 -07:00
mwells
9e9ef9c2cc still getting statsdb link to work. a little
better now.
2013-10-14 21:21:27 -07:00
mwells
8f93a72961 start using html div graph for
PageStatsdb.cpp now too.
2013-10-14 20:35:45 -07:00
mwells
80918ca6e3 remove old libplotter references
and files.
2013-10-13 23:48:07 -07:00
Matt Wells
fe97e08281 move from groups to shards. got rid of annoying
groupid bit mask thing.
2013-10-04 16:18:56 -07:00
Matt Wells
4c11265a98 more updates to crawlbot api 2013-09-16 13:59:11 -07:00
Steve Cook
f15beeb297 Removed another unused variable (tidy make output)w 2013-08-09 12:37:25 -06:00
Steve Cook
1466b186dc Commented out two unused variables (dt, zadj), to remove compiler warnings. 2013-08-05 10:16:57 -06:00
Matt Wells
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00