zoukankan      html  css  js  c++  java
  • Reviewboard管理员指南(4.2)—— Administrator Dashboard

    Administrator Dashboard

    The dashboard is the front page of the Administration UI. It provides convenient shortcuts for common management tasks, some server information, and Review Board project news updates.

    Manage

    The “Manage” section provides shortcuts to some common management tasks. These are specifically links to add and edit the following entries in the database:

    • Users
    • Review groups
    • Default reviewers
    • Repositories

    Clicking the name will take you to a list of items for that type. For example, clicking “Users” will show the list of all users. This is the same page that you would get by clicking the same name in the Database Management section.

    Clicking the “Add” link beside the name will let you quickly add a new item in that section.

    The number in parenthesis beside the name is the number of existing entries.

    Server Information

    This section shows some basic information on the Review Board server:

    • Review Board version
    • Server Cache

    Depending on your cache backend, The “Server Cache” link will be displayed. This will take you to a page displaying detailed cache statistics.

    Server Cache

    The Server Cache page shows information on the cache backend. When using the memcached backend, statistics will be displayed for every registered memcached server.

    The statistics shown include:

    • Memory usage (bytes)
    • Number of keys in the cache
    • Cache hits
    • Cache misses
    • Cache evictions
    • Cache traffic (bytes in and out)
    • Server uptime

    Server Log

    If logging is enabled, the Server Log will show events that have happened on the server since logging was enabled or logs were last rotated.

    The log can be filtered by date (“Any date”, “Today”, “Past 7 days”, or “This month”) and by log level (“Debug”, “Info”, “Warning”, “Error”, “Critical”, or “All”).

    The log can be particularly useful when encountering a problem with a repository, mail server, or when having trouble accessing a page. The information contained in the log file can be used by the Review Board developers to help diagnose your problem.

    News

    Important Review Board news updates are displayed in the “News” section. A snippet of each post is displayed, and the full post can be displayed by clicking the post summary.

    The upper-right of the news box contains links for viewing all the news items, reloading the news box, and subscribing to an RSS feed for the news.

    Note

    If you’re behind an HTTP Proxy, you may not see any news here. We will be adding HTTP Proxy support for this in a future update. In the meantime, you can visit the Review Board News page.

  • 相关阅读:
    jQuery插件之jquery editable plugin点击编辑文字插件
    firefox与ie的javascript兼容性编程汇编【转载】
    css前端制作 经验总结
    非常棒的jqChart图表插件
    WPF Image Source设置文件路径后 在编辑状态下显示图片,运行时不显示
    WPF RadioButton 绑定枚举
    WPF MVVM实现数据增删改查逻辑全流程详细解析demo
    bigNumber.js的简单使用
    PHP程序的“Missing argument 3”的错误提示解决方法
    PHP判断0和空的方法
  • 原文地址:https://www.cnblogs.com/zhangqingsh/p/3106353.html
Copyright © 2011-2022 走看看