本 系列 的 第 1 部分 和 第 2 部分 介绍了 IDS OpenAdmin Tool (OAT),这是一个基于 Web 界面的 Informix Dynamic Server 管理工具,并讲解了如何从 Informix Server Administrator 迁移到 OAT。OAT 具有许多优点:
在详细讨论如何使用 OAT 执行性能分析之前,我们先看看决定数据库服务器性能的参数。在线事务处理 (OLTP) 系统的性能由以下指标描述:
OAT 的 Performance Analysis 工具集有助于度量这些参数,这些工具包括:
本文将讨论这些功能。
本日志由 flyinweb 于 2011-09-02 17:14:25 发表到 数据库技术 中,目前已经被浏览 373 次,评论 0 次;
作者添加了以下标签: OpenAdmin Tool,OAT;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
本系列的 第 1 部分 介绍了 IDS OAT,这是在 IDS 11.10 和更高版本上支持的基于 Web 的 IDS 管理界面。OAT 具有许多优点:
ISA 是一种用来监视 Informix Server Version 10 的与 OAT 相似的工具。尽管 OAT 和 ISA 具有相似的功能,但是 OAT 具有一些独特的特性。本文还讨论在 ISA 上支持的一些核心功能,以及如何在 OAT 上更轻松地执行相同的任务。
在本文中,学习如何从 Informix Server Administrator (ISA) 迁移到 OAT。本文还介绍在 OAT 上如何更轻松地执行 ISA 核心功能以及 OAT 的增强功能。因为 OAT 是一个开放源码工具,所以很容易修改它来满足自己的需要。OAT 具有一些非常出色的特性,比如对 MACH(IDS 11 的一个新特性)的支持、从单一实例管理多个 Informix 服务器的能力、容易使用的 GUI 和 Automated Update Statistics。
本日志由 flyinweb 于 2011-09-02 17:11:10 发表到 数据库技术 中,目前已经被浏览 353 次,评论 0 次;
作者添加了以下标签: OpenAdmin Tool,OAT;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
IBM Informix Dynamic Server 提供丰富的特性,能够满足不同用户群的需要,包括开发人员和管理员。IDS 的优点之一是管理成本低。IDS 因其无需手动管理而闻名。OpenAdmin Tool (OAT) 是一种开放源码的独立于平台的新工具,它的开发让 IDS 用户可以轻松地管理服务器。OAT 包含一个用于执行管理任务的图形界面和性能分析工具。OAT 是在 IBM Informix Dynamic Server 11.10 中引入的,它是一种基于 PHP 的 Web 浏览器管理工具,支持从单一位置管理多个数据库服务器实例。非常有用的 OAT 特性包括 SQL Explorer、Session Explorer、Task Scheduler、Health Center、Space Administration、Server Administration 等等。除了 OAT 提供的内置特性之外,用户还可以轻松地插入自己的扩展以创建所需的功能。本文介绍非常有用的一些 OAT 特性并帮助您入门。
本日志由 flyinweb 于 2011-09-02 17:07:25 发表到 数据库技术 中,目前已经被浏览 345 次,评论 0 次;
作者添加了以下标签: OpenAdmin Tool,OAT;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
What is SQL*Plus and where does it come from?
SQL*Plus is a command line SQL and PL/SQL language interface and reporting tool that ships with the Oracle Database Client and Server software. It can be used interactively or driven from scripts. SQL*Plus is frequently used by DBAs and Developers to interact with the Oracle database.
If you are familiar with other databases, sqlplus is equivalent to:
SQL*Plus's predecessor was called UFI (User Friendly Interface). UFI was included in the first Oracle releases up to Oracle 4. The UFI interface was extremely primitive and, in today's terms, anything but user friendly. If a statement was entered incorrectly, UFI issued an error and rolled back the entire transaction.
Looking at how people are using COUNT(*) and COUNT(col) it looks like most of them think they are synonyms and just using what they happen to like, while there is substantial difference in performance and even query result.
Connections to Informix Dynamic Server (IDS) hang or take a long time to connect. Other users who are already connected do not see a performance problem. Once a user is connected there is no performance problem.
Connections to Informix Dynamic Server (IDS) hang or take a long time to connect. Other users who are already connected do not see a performance problem. Once a user is connected there is no performance problem. Users connecting by way of shared memory do not experience a connection hang. Only users using network connections see this problem.
本日志由 flyinweb 于 2011-08-16 16:49:28 发表到 数据库技术 中,目前已经被浏览 754 次,评论 0 次;
作者添加了以下标签: Connections to IDS hang,连接IDS挂起;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
Client applications using the TCP/IP protocol to connect to Informix experience poor performance during connection. Once the connection has been established the performance is improved.
本日志由 flyinweb 于 2011-08-16 16:46:25 发表到 数据库技术 中,目前已经被浏览 672 次,评论 0 次;
作者添加了以下标签: Slow connect time to Informix;
首页只显示了部分日志内容,要查看日志的全部内容请阅读全文;
某些操作系统要求指定一个进程一次可以打开文件描述符数目的限值。为指定该限值,可以使用操作系统配置参数,通常是 NOFILE、NOFILES、NFILE 或 NFILES。
数据库服务器的每个实例需要的打开文件描述符的数量取决于数据库中的块数、运行的 VP 数以及数据库服务器实例必须支持的网络连接数。
NFILES = (chunks * NUMAIOVPS) + NUMCPUVPS + net_connections
网络连接包括除指定为 ipcshm 连接类型以外的所有类型。
每个打开文件描述符的长度大约等于内核中的整数。要增加系统所允许的块数或连接数,分配额外的文件描述符是一种简便的方法。
出处:Unix文件描述符参数
本日志由 flyinweb 于 2011-08-16 16:40:07 发表到 数据库技术 中,目前已经被浏览 741 次,评论 0 次;
作者添加了以下标签: fd,file descriptor,文件描述符;
It is quite useful and interesting too.
VIRT 的上限是64G,也就是36位, cat /proc/cpuinfo的结果是:addre
昨天要准备用线程重写webbench,试验了下Fedora Linux 2.6.35.14
不明白您的具体的意思是什么?
已经发送到你QQ邮箱
http://www.2mysite.net/scriptencoder/screnc.asp 站长你好,看
你好,我发现一个问题,就是从mysqld2同步过来的数据,在mysqld1的
晕,我说是怎么回事情,原来我和你一样,忘记设置了活动分区