My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

GSA Admin Toolkit is a package of tools for GSA administrators.

This code is not supported by Google.

  1. monitor.sh -- Monitoring script that verifies serving on the GSA
  2. load.py -- Runs load tests against the appliance
  3. authn.py -- Web server for testing the Authn SPI
  4. authz.py -- Web server for testing the Authz SPI
  5. Connect.java -- Java class for testing the JDBC connection to the database
  6. cached_copy_checker.py -- Monitoring script that verifies crawling, indexing and serving are working on an appliance
  7. sso.py -- Web server for testing Cookie Sites. Can be configured to mimic Oblix.
  8. searchstats.py -- Search logfile analysis (error rates, queries per second, average response time)
  9. smbcrawler.py -- Script that mimics how the appliance crawls SMB. Useful for troubleshooting SMB crawl problems where the error message on the appliance is unhelpful.
  10. reverse_proxy.py -- Reverse proxy that can be used to queue requests to the appliance in order to limit the number of concurrent connections. It was written as a proof-of-concept and has not been tested in a production environment.
  11. gsa_admin.py -- Python script for automating Admin Console tasks. Used in cases where the Admin Console GData API won't work (e.g. software version before 6.0, or feature missing in API)
  12. remove-or-recrawl-urls.html -- HTML+JavaScript helper page that builds feeds to remove or re-crawl URLs.
  13. urlstats.py -- Python script that generates reports about URLs in the GSA.
  14. ssoproxy.py -- Configurable python script that proxies SSO systems login rules to provide GSA with crawling/serving SSO cookies
  15. CrawlReport.java -- Java class to retrieve via the new Admin API (software version 6.0.0) the number of urls crawled since yesterday
  16. connectormanager.py -- Simple connectormanager and example connectors with documentation on how to write a new connector
  17. Kerberos Validation Tool -- HTML Application to validate Kerberos/IWA setup (keytab/AD, etc)
  18. interactive-feed-client.html -- HTML/Javascript page that generates XML feeds from inputs such as the URL and hostname then submits to a GSA.
  19. search_report_xhtml.xsl -- XSLT stylesheet to transform exported search report XMLs into human-readable XHTML.
  20. search_results_analyzer.py -- Tool for analyzing search results and comparing results between two appliances.
  21. convert_cached_copy_to_feed.py -- Tool for converting cached versions into content feeds for migration purposes.

For questions on this project, contact jlowry@gmail.com

Powered by Google Project Hosting