Ports Search

Results 3,3313,340 of 19,819 for %22HTTP Server%22.(0.009 seconds)
databases/mdcached-1.0.9 (Score: 0.0012383816)
The PHP client library for Bullet Cache (mdcached)
Bullet Cache is a memory database intended to be used much like memcached, but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. This port contains the PHP client module for Bullet Cache.
databases/rrdtool-1.6.0 (Score: 0.0012383816)
Round Robin Database Tools
It is pretty easy to gather status information from all sorts of things, ranging from the temperature in your office to the number of octets which have passed through the FDDI interface of your router. But it is not so trivial to store this data in a efficient and systematic manner. This is where RRDtool kicks in. It lets you log and analyze the data you gather from all kinds of data-sources. The data analysis part of RRDtool is based on the ability to quickly generate graphical representations of the data values collected over a definable time period.
databases/mysql++-1.7.40 (Score: 0.0012383816)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
databases/mysql-connector-odbc-5.3.4 (Score: 0.0012383816)
ODBC driver for MySQL56 / unixodbc
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL databases.
databases/mysqlidxchk-1.0 (Score: 0.0012383816)
Checks MySQL databases/tables for unused indexes
mysqlidxchk (MySQL Index Checker) checks MySQL databases/tables for unused indexes. Given one or more slow, general, or "raw" log files, mysqlidxchk reports which indexes in the database schema are not used by the queries in the log files.
databases/mysqlreport-3.5 (Score: 0.0012383816)
Mysqlreport makes a friendly report of important MySQL status values
mysqlreport makes a friendly report of important MySQL status values. mysqlreport transforms the values from SHOW STATUS into an easy-to-read report that provides a much more in-depth understanding of how well MySQL is running. For this and many other reasons, mysqlreport is a better alternative (and practically the only alternative) to manually interpreting SHOW STATUS.
databases/mysqlsla-2.03 (Score: 0.0012383816)
Mysqlsla analyzes general, slow, and raw MySQL statement logs
mysqlsla analyzes general, slow, and raw MySQL statement logs. mysqlsla can read multiple MySQL general and slow logs (and logs containing raw SQL statements), combine them, then run various analyses on all the queries. In addition, mysqlsla can correlate the analyses so that the queries in one analysis are used as the basis for subsequent analyses. Other options include limiting the output of each analysis to the top N queries, averaging execution time over N runs, customizing the order in which the analyses are ran, statement filtering, statement pattern matching, and mysqldumpslow-like formatting.
databases/mysqlsniffer-1.2 (Score: 0.0012383816)
Tcpdump clone specifically for MySQL
mysqlsniffer is a tcpdump clone specifically for dumping/sniffing/watching MySQL network protocol traffic over TCP/IP networks. mysqlsniffer is coded in C using the pcap library and works with MySQL version 4.0 and newer. mysqlsniffer is the only MySQL-specific network sniffer.
databases/namazu-2.0.21 (Score: 0.0012383816)
Full-text search system intended for easy use
Namazu is a full-text search system intended for easy use. Not only it works as a CGI program for a small or medium scale Web search engine, but also works as a personal use search system for your pile of emails. (The Japanese word `Namazu' means `catfish' in English)
databases/ntdb-1.0 (Score: 0.0012383816)
Not so Trivial DataBase
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.