如何在 Linux 上运行 Ruby 脚本并让脚本名称而不是 Ruby 显示在 TOP COMMAND 中?
我有一堆脚本作为 Gitorious 的一部分定期运行,它们都以 command
形式显示在 top
中,作为 Ruby
我如何获取它们显示正在运行的实际脚本名称?
I have a bunch of scripts that run periodically as part of Gitorious, they all show up in top
under command
as Ruby
how do I get them to show the actual script name that is running?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 top 运行时按字母“c”,它会在命令名称和行之间切换显示
Hit the letter 'c' while top is running, it toggles display between command name and line