Extra SiteInfo

Component ID

2548369

Component name

Extra SiteInfo

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

788

Component created

Component changed

Component body

About Extra siteinfo

Extra Site Information module provides Drush commands and UI level view to see the count of Nodes, Content types, Users, Roles existing in the site.
This module also provides the information about Currently loggedin users in your site.

Usage

Currently loggedin users in your site. Visit admin/extra-siteinformation/currently-loggedin-users.
Admin can also end the sessions of other users.

nodetypecount command will return the number of Content Types present in the site, you can use command in following ways.
drush nodetypecount --help
drush nodetypecount

nodecount command will return the number of Nodes present in the site, you can use command in following ways.
drush nodecount --help
drush nodecount
drush nodecount < content-type-names >
drush nodecount page article

rolecount command will return the number of Roles present in the site, you can use command in following ways.
drush rolecount --help
drush rolecount

usercount command will return the number of Users existing in the site, you can use command in following ways.
drush usercount --help
drush usercount
drush usercount < role-ids >
drush usercount 3 4

Visit admin/extra-siteinformation for UI level view of data.