Extra SiteInfo
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
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 --helpdrush nodetypecount
nodecount command will return the number of Nodes present in the site, you can use command in following ways.drush nodecount --helpdrush nodecountdrush 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 --helpdrush rolecount
usercount command will return the number of Users existing in the site, you can use command in following ways.drush usercount --helpdrush usercountdrush usercount < role-ids >drush usercount 3 4
Visit admin/extra-siteinformation for UI level view of data.
