原创 Unix的五條優化的技巧和及時的優化方法 [zt]

主要內容: *五條優化的技巧 *及時的優化方法 及時調整: 有時候,你沒有時間去理解一些細節:用戶和管理讓你喘不過氣來,而且你必須馬上解決一個問題。或許你是一個後備的系統管理員,那天當你的同事在十個用戶衝進你們公用的辦公室,要求提

原创 SUN常用的診斷命令和工具(簡介) [zt]

SUN常用的診斷命令和工具(簡介) adb Analyze dumps and a running system. AnswerBook Display online reference manuals i

原创 Mq quick profile.

/usr/sbin/groupadd -g 102 mqm<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> /usr/sbin/use

原创 IBM MQSeries使用指南

(來源:http://www.ccw.com.cn) 隨着計算機網絡和分佈式應用的不斷髮展,遠程消息傳遞越來越成爲應用系統中不可缺少的組成部分。商業消息中間件的出現保證了消息傳輸的可靠性,高效率和安全性,同

原创 有用的 Solaris 命令 [zt]

Solaris 中的命令非常之多,以致很難從中分離出那些很酷的命令。例如,有些命令報告程序進行每個系統調用時所要花費的時間,有些命令動態地顯示系統活動信息,而且這些命令大部分都同時包含在了 Solaris 8 和 Solaris 9 中。

原创 BEA WebLogic Server 8.1 JMS與 IBM MQSeries 集成方案

http://dev2dev.bea.com.cn/bbs/yuanch/ArticleShow.jsp?Id=11

原创 HP

http://www.loveunix.net/bbs/index.php?showtopic=19322

原创 2005-01-14

他說:一生伴君側我淚流滿面

原创 使用 MQ JMS 管理工具(From margin's blog)

管理工具使管理員能定義八種類型的 MQ JMS 對象並把它們存儲到 JNDI 名稱空間中。然後,JMS 客戶機可以通過 JNDI 檢索名稱空間中的這些受管理對象和使用它們。 可以通過使用本工具來管理的 JMS 對象有: 1.MQQueue

原创 一次解決系統性能的日記(Solaris8)

bug id:有一臺server(solaris 5.8),使用top測試,發現IDEL的CPU每次都是0%,但是查看各個進程使用的CPU時間百分比,沒有一個進程的使用率高!這是怎麼回事呢?百思而不解,後來

原创 A simply client code for that server.

#include <stdio.h> #include <sys/types.h>#include <sys/socket.h>#include <string.h>#include <netinet/in.h> #define PORT

原创 Resume the deleted files by keywords.

#include <stdio.h>#include <string.h> int main(void){   FILE *fp;   char buf[1024];   long i=0;   long j=0;   long k=0;

原创 有關WebSphere MQ消息通道管理的幾點技巧

From .WebSphere MQ作爲IBM軟件家族的消息傳輸中間件產品,以其出色的特性和功能在業界享有盛譽。WebSphere MQ獨特的安全機制、簡便快速的編程風格、卓越不凡的穩定性、可擴展性和跨平

原创 The stream of send() and recev().

1)When i use send() and recev() to manipulate stream, if i send “hello<br>”, and i can got the string w

原创 Some guru's code for daemon.

#include <stdio.h>#include <fcntl.h>#include <signal.h>#include <unistd.h> #define RUNNING_DIR "/tmp"#define LOCK_FILE