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.

  • 相关阅读:
    Arduino mega 2560驱动安装失败(没有建立对验证码(TM)签名的目录的发布者信任)的解决方法
    Submile text3 安装使用技巧
    window.onload
    JS简单示例
    python类和对象的底层实现
    python类中方法加单下划线、双下划线、前后双下滑线的区别
    linux下json工具jq
    Django使用自定义的authentication登录认证
    django admin
    linux网卡桥接问题与docker网卡桥接问题
  • 原文地址:https://www.cnblogs.com/zhangqingsh/p/3106353.html
Copyright © 2011-2022 走看看