Python论坛  - 讨论区

标题:Re: [python-chinese] 大家好,新来的报道!!这个东西有没有可能

2005年05月27日 星期五 09:19

Carambo qutr at tjub.com.cn
Fri May 27 09:19:25 HKT 2005

zgq,你好
这方面的知识不太懂,不过人有多大胆,Python就有多大产。既然想到了就应该能做到。
你指《Python编程经典》?还可以吧,讲的比较全面不是特别深入。

Carambo , qutr at tjub.com.cn 
2005-5-27 
----- 收到以下来信内容 ----- 
发件人: zgq 
收件人: python-chinese 
时  间: 2005-05-27, 09:00:08
主  题: [python-chinese] 大家好,新来的报道!!这个东西有没有可能性 


 大家好:
   我刚刚加入,不懂得请大家多多帮助!
我想做一个服务器的监控软件,就是实时监测服务器的状态,服务器的类型很多(win和unix),主要监测服务器的磁盘、cpu、进程等。我查过一些资料,python上有一个模块pexoect能够以ssh和ftp登录到服务器并且返回结果集,我想用这个东西来实现,大家有没有做过类似的东西,指导以下。

  另外python有什么好的入门书籍吗,翻译的比较好的,金典怎么样?
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050527/8c4c4fab/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月27日 星期五 09:34

Bruce Who whoonline at msn.com
Fri May 27 09:34:49 HKT 2005

	Python2.4自带了Tix和Tix教程。

    BTW,怎么你的邮件标题是乱码?

======= 2005-05-26 11:25:13 沂蒙山人 wrote: =======

>谢谢,tix怎么用呢?我下到了一个tix-8.1.2,是不是还要重新编译,然后安装呢?
>我不懂tcl,是不是像tkinter的使用一样,import Tkinter 就可以了?
>谢谢。。
>"alang yin" <alang.yl at gmail.com> 写入邮件 news:7fed9b030505250539132e979 at mail.gmail.com...
>  The following sample screen shows some widgets provided by Tix, such as such as Hierarchical Listbox, NoteBook and ComboBox . For a list of all the features in Tix, as well as how to use Tix in your applications, see the Tix Manual Index. 
>
>
>
>  在 05-5-25,alang yin<alang.yl at gmail.com> 写道:
>  > 我定错了,应该是Tix。
>  > 地址:http://tix.sourceforge.net/
>  > 
>
>
>
>------------------------------------------------------------------------------
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			
Best regards,

        Bruce Who
          2005-05-27


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月27日 星期五 10:42

fla liu fla.liu at gmail.com
Fri May 27 10:42:17 HKT 2005

我觉得应该用pysnmp来直接连接被监控的服务器,然后在客户端显示状态,这样应该更加符合"工业标准" 呵呵

在05-5-27,Carambo <qutr at tjub.com.cn> 写道: 
> 
> zgq,你好
> 这方面的知识不太懂,不过人有多大胆,Python就有多大产。既然想到了就应该能做到。
> 你指《Python编程经典》?还可以吧,讲的比较全面不是特别深入。
>  Carambo, qutr at tjub.com.cn
> 2005-5-27 
> 
> ----- 收到以下来信内容 ----- 
> *发件人:* zgq <zgq at hengshui.com> 
> *收件人:* python-chinese <python-chinese at lists.python.cn> 
> *时 间:* 2005-05-27, 09:00:08
> *主 题:* [python-chinese] 大家好,新来的报道!!这个东西有没有可能性 
> 
>    大家好:
> 我刚刚加入,不懂得请大家多多帮助!
> 
> 我想做一个服务器的监控软件,就是实时监测服务器的状态,服务器的类型很多(win和unix),主要监测服务器的磁盘、cpu、进程等。我查过一些资料,python上有一个模块pexoect能够以ssh和ftp登录到服务器并且返回结果集,我想用这个东西来实现,大家有没有做过类似的东西,指导以下。
> 
> 另外python有什么好的入门书籍吗,翻译的比较好的,金典怎么样?
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn <+python-chinese at lists.python.cn>
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050527/a2bc3b0d/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年05月27日 星期五 10:57

Neo Chan neo.chen at achievo.com
Fri May 27 10:57:00 HKT 2005

SNMP 取出的数据。。各种用什么来分析它???

 

  _____  

From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of fla liu
Sent: Friday, May 27, 2005 10:42 AM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 大家好,新来的报道!!这个东西有没有可能性

 

我觉得应该用pysnmp来直接连接被监控的服务器,然后在客户端显示状态,这样应该更加符合"工业标准" 呵呵

在05-5-27,Carambo <qutr at tjub.com.cn> 写道: 

zgq,你好

这方面的知识不太懂,不过人有多大胆,Python就有多大产。既然想到了就应该能做到。

你指《Python编程经典》?还可以吧,讲的比较全面不是特别深入。

 

Carambo, qutr at tjub.com.cn qutr at tjub.com.cn> 

2005-5-27 

----- 收到以下来信内容 ----- 

发件人: zgq zgq at hengshui.com>  

收件人: python-chinese python-chinese at lists.python.cn>  

时  间: 2005-05-27, 09:00:08

主  题: [python-chinese] 大家好,新来的报道!!这个东西有没有可能性 


 



 大家好:
   我刚刚加入,不懂得请大家多多帮助!
我想做一个服务器的监控软件,就是实时监测服务器的状态,服务器的类型很多(win和unix),主要监测服务器的磁盘、cpu、进程等。我查过一些资料,python上有一个模块pexoect能够以ssh和ftp登录到服务器并且返回结果集,我想用这个东西来实现,大家有没有做过类似的东西,指导以下。 

  另外python有什么好的入门书籍吗,翻译的比较好的,金典怎么样?



_______________________________________________
python-chinese list
python-chinese at lists.python.cn +python-chinese at lists.python.cn> 
http://python.cn/mailman/listinfo/python-chinese

 


_______________________________________________
python-chinese list
python-chinese at lists.python.cn  python-chinese at lists.python.cn> 
http://python.cn/mailman/listinfo/python-chinese



 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050527/3b9fc162/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号